"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "src/common/IntlUtil.h" between
Firebird-3.0.2.32703-0.tar.bz2 and Firebird-3.0.4.33054-0.tar.bz2

About: Firebird is a relational database offering many ANSI SQL standard features.

IntlUtil.h  (Firebird-3.0.2.32703-0.tar.bz2):IntlUtil.h  (Firebird-3.0.4.33054-0.tar.bz2)
skipping to change at line 83 skipping to change at line 83
static INTL_BOOL asciiWellFormed(charset* cs, ULONG len, const UCHAR* str , ULONG* offendingPos); static INTL_BOOL asciiWellFormed(charset* cs, ULONG len, const UCHAR* str , ULONG* offendingPos);
static INTL_BOOL utf8WellFormed(charset* cs, ULONG len, const UCHAR* str, ULONG* offendingPos); static INTL_BOOL utf8WellFormed(charset* cs, ULONG len, const UCHAR* str, ULONG* offendingPos);
static void initAsciiCharset(charset* cs); static void initAsciiCharset(charset* cs);
static void initUtf8Charset(charset* cs); static void initUtf8Charset(charset* cs);
static void initConvert(csconvert* cvt, pfn_INTL_convert func); static void initConvert(csconvert* cvt, pfn_INTL_convert func);
static void initNarrowCharset(charset* cs, const ASCII* name); static void initNarrowCharset(charset* cs, const ASCII* name);
static bool initUnicodeCollation(texttype* tt, charset* cs, const ASCII* name, static bool initUnicodeCollation(texttype* tt, charset* cs, const ASCII* name,
USHORT attributes, const UCharBuffer& specificAttributes, const s tring& configInfo); USHORT attributes, const UCharBuffer& specificAttributes, const s tring& configInfo);
static void finiCharset(charset* cs);
static ULONG toLower(Jrd::CharSet* cs, ULONG srcLen, const UCHAR* src, UL ONG dstLen, UCHAR* dst, static ULONG toLower(Jrd::CharSet* cs, ULONG srcLen, const UCHAR* src, UL ONG dstLen, UCHAR* dst,
const ULONG* exceptions); const ULONG* exceptions);
static ULONG toUpper(Jrd::CharSet* cs, ULONG srcLen, const UCHAR* src, UL ONG dstLen, UCHAR* dst, static ULONG toUpper(Jrd::CharSet* cs, ULONG srcLen, const UCHAR* src, UL ONG dstLen, UCHAR* dst,
const ULONG* exceptions); const ULONG* exceptions);
static bool readOneChar(Jrd::CharSet* cs, const UCHAR** s, const UCHAR* e nd, ULONG* size); static bool readOneChar(Jrd::CharSet* cs, const UCHAR** s, const UCHAR* e nd, ULONG* size);
static bool setupIcuAttributes(charset* cs, const string& specificAttribu tes, static bool setupIcuAttributes(charset* cs, const string& specificAttribu tes,
const string& configInfo, string& newSpecificAttributes); const string& configInfo, string& newSpecificAttributes);
static void getDefaultCollationAttributes(UCharBuffer& collAttributes, ch arset& cs); static void getDefaultCollationAttributes(UCharBuffer& collAttributes, ch arset& cs);
 End of changes. 1 change blocks. 
0 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)