Home
last modified time | relevance | path

Searched refs:ImplCombineSurrogates (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/sal/textenc/
H A Dunichars.h51 sal_uInt32 ImplCombineSurrogates(sal_uInt32 nHigh, sal_uInt32 nLow)
H A Dunichars.c127 sal_uInt32 ImplCombineSurrogates(sal_uInt32 nHigh, sal_uInt32 nLow) in ImplCombineSurrogates() function
H A Dconvertsinglebytetobmpunicode.cxx121 c = ImplCombineSurrogates(highSurrogate, c); in rtl_textenc_convertBmpUnicodeToSingleByte()
H A Dtcvtutf8.c313 nChar = ImplCombineSurrogates(nHighSurrogate, nChar); in ImplConvertUnicodeToUtf8()
H A Dconverteuctw.c328 nChar = ImplCombineSurrogates(nHighSurrogate, nChar); in ImplConvertUnicodeToEucTw()
H A Dconvertgb18030.c317 nChar = ImplCombineSurrogates(nHighSurrogate, nChar); in ImplConvertUnicodeToGb18030()
H A Dconvertiso2022kr.c338 nChar = ImplCombineSurrogates(nHighSurrogate, nChar); in ImplConvertUnicodeToIso2022Kr()
H A Dconvertiso2022jp.c358 nChar = ImplCombineSurrogates(nHighSurrogate, nChar); in ImplConvertUnicodeToIso2022Jp()
H A Dconvertbig5hkscs.c318 nChar = ImplCombineSurrogates(nHighSurrogate, nChar); in ImplConvertUnicodeToBig5Hkscs()
H A Dconvertiso2022cn.c541 nChar = ImplCombineSurrogates(nHighSurrogate, nChar); in ImplConvertUnicodeToIso2022Cn()

Completed in 57 milliseconds