Home
last modified time | relevance | path

Searched defs:nUtf32 (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sal/textenc/
H A Dunichars.c28 int ImplIsNoncharacter(sal_uInt32 nUtf32) in ImplIsNoncharacter()
36 int ImplIsControlOrFormat(sal_uInt32 nUtf32) in ImplIsControlOrFormat()
80 int ImplIsHighSurrogate(sal_uInt32 nUtf32) in ImplIsHighSurrogate()
86 int ImplIsLowSurrogate(sal_uInt32 nUtf32) in ImplIsLowSurrogate()
92 int ImplIsPrivateUse(sal_uInt32 nUtf32) in ImplIsPrivateUse()
103 int ImplIsZeroWidth(sal_uInt32 nUtf32) in ImplIsZeroWidth()
115 sal_uInt32 ImplGetHighSurrogate(sal_uInt32 nUtf32) in ImplGetHighSurrogate()
121 sal_uInt32 ImplGetLowSurrogate(sal_uInt32 nUtf32) in ImplGetLowSurrogate()
H A Dconverter.c82 sal_uInt32 nUtf32, in ImplHandleBadInputUnicodeToTextConversion()
H A Dtcvtutf8.c34 sal_uInt32 nUtf32; member
77 sal_uInt32 nUtf32 = 0; in ImplConvertUtf8ToUnicode() local
/trunk/main/sal/rtl/source/
H A Duri.cxx50 inline bool isDigit(sal_uInt32 nUtf32) in isDigit()
55 inline bool isAlpha(sal_uInt32 nUtf32) in isAlpha()
79 inline int getHexWeight(sal_uInt32 nUtf32) in getHexWeight()
90 inline bool isValid(sal_Bool const * pCharClass, sal_uInt32 nUtf32) in isValid()
252 void writeUcs4(rtl_uString ** pBuffer, sal_Int32 * pCapacity, sal_uInt32 nUtf32) in writeUcs4()
284 sal_uInt32 nUtf32, rtl_TextEncoding eCharset, bool bStrict) in writeEscapeChar()
610 sal_uInt32 nUtf32 = readUcs4( in rtl_uriEncode() local
676 sal_uInt32 nUtf32 = readUcs4(&p, pEnd, true, eCharset, &eType); in rtl_uriDecode() local

Completed in 26 milliseconds