Searched defs:cnv (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeConverter.cpp76 UConverter* cnv = ucnv_open(converterNameChars.c_str(), &status); local
78 return reinterpret_cast<uintptr_t>(cnv);
97 UConverter* cnv = toUConverter(address); local
98 if (cnv == NULL) {
126 ucnv_fromUnicode(cnv , &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, (UBool) flush, &errorCode);
135 ucnv_getInvalidUChars(cnv, invalidUChars, &invalidUCharCount, &minorErrorCode);
152 UConverter* cnv = toUConverter(address); local
153 if (cnv == NULL) {
181 ucnv_toUnicode(cnv, &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, flush, &errorCode);
190 ucnv_getInvalidChars(cnv, invalidByte
204 UConverter* cnv = toUConverter(address); local
211 UConverter* cnv = toUConverter(address); local
218 UConverter* cnv = toUConverter(address); local
223 UConverter* cnv = toUConverter(address); local
228 UConverter* cnv = toUConverter(address); local
234 UConverter* cnv = toUConverter(address); local
417 UConverter* cnv = toUConverter(address); local
501 UConverter* cnv = toUConverter(address); local
538 UConverter* cnv = toUConverter(address); local
[all...]

Completed in 31 milliseconds