Searched refs:mySourceLimit (Results 1 – 1 of 1) sorted by relevance
/libcore/luni/src/main/native/ |
D | libcore_icu_NativeConverter.cpp | 241 const UChar* mySourceLimit= reinterpret_cast<const UChar*>(uSource.get()) + sourceEnd; in NativeConverter_encode() local 245 …, &cTarget, cTargetLimit, reinterpret_cast<const UChar**>(&mySource), mySourceLimit, NULL, (UBool)… in NativeConverter_encode() 297 const char* mySourceLimit = reinterpret_cast<const char*>(uSource.get() + sourceEnd); in NativeConverter_decode() local 301 ucnv_toUnicode(cnv, &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, flush, &errorCode); in NativeConverter_decode()
|