Searched defs:nUtf32 (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sal/textenc/ |
H A D | unichars.c | 28 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 D | converter.c | 82 sal_uInt32 nUtf32, in ImplHandleBadInputUnicodeToTextConversion()
|
H A D | tcvtutf8.c | 34 sal_uInt32 nUtf32; member 77 sal_uInt32 nUtf32 = 0; in ImplConvertUtf8ToUnicode() local
|
/aoo42x/main/sal/rtl/source/ |
H A D | uri.cxx | 50 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 60 milliseconds