Home
last modified time | relevance | path

Searched refs:ImplIsHighSurrogate (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/sal/textenc/
H A Dconvertbig5hkscs.c125 OSL_VERIFY(!ImplIsHighSurrogate(nUnicode)); in ImplConvertBig5HkscsToUnicode()
186 OSL_VERIFY(!ImplIsHighSurrogate(nUnicode)); in ImplConvertBig5HkscsToUnicode()
190 if (ImplIsHighSurrogate(nUnicode)) in ImplConvertBig5HkscsToUnicode()
311 if (ImplIsHighSurrogate(nChar)) in ImplConvertUnicodeToBig5Hkscs()
H A Dunichars.c80 int ImplIsHighSurrogate(sal_uInt32 nUtf32) in ImplIsHighSurrogate() function
129 OSL_ENSURE(ImplIsHighSurrogate(nHigh) && ImplIsLowSurrogate(nLow), in ImplCombineSurrogates()
H A Dconverteuctw.c198 else if (ImplIsHighSurrogate(nUnicode)) in ImplConvertEucTwToUnicode()
321 if (ImplIsHighSurrogate(nChar)) in ImplConvertUnicodeToEucTw()
H A Dconvertiso2022cn.c321 else if (ImplIsHighSurrogate(nUnicode)) in ImplConvertIso2022CnToUnicode()
534 if (ImplIsHighSurrogate(nChar)) in ImplConvertUnicodeToIso2022Cn()
H A Dunichars.h39 int ImplIsHighSurrogate(sal_uInt32 nUtf32) SAL_THROW_EXTERN_C();
H A Dtenchelp.c144 if (ImplIsHighSurrogate(c)) in ImplHandleUndefinedUnicodeToTextChar()
H A Dconvertsinglebytetobmpunicode.cxx116 if (ImplIsHighSurrogate(c)) { in rtl_textenc_convertBmpUnicodeToSingleByte()
H A Dtcvtutf8.c306 if (ImplIsHighSurrogate(nChar) && !bJavaUtf8) in ImplConvertUnicodeToUtf8()
H A Dconvertgb18030.c310 if (ImplIsHighSurrogate(nChar)) in ImplConvertUnicodeToGb18030()
H A Dconvertiso2022jp.c351 if (ImplIsHighSurrogate(nChar)) in ImplConvertUnicodeToIso2022Jp()
H A Dconvertiso2022kr.c331 if (ImplIsHighSurrogate(nChar)) in ImplConvertUnicodeToIso2022Kr()

Completed in 44 milliseconds