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

/libcore/luni/src/main/native/
H A Dlibcore_icu_NativeConverter.cpp121 const jchar* mySource = uSource.get() + *sourceOffset; local
126 ucnv_fromUnicode(cnv , &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, (UBool) flush, &errorCode);
127 *sourceOffset = (mySource - uSource.get()) - *sourceOffset;
176 const char* mySource = reinterpret_cast<const char*>(uSource.get() + *sourceOffset); local
181 ucnv_toUnicode(cnv, &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, flush, &errorCode);
182 *sourceOffset = mySource - reinterpret_cast<const char*>(uSource.get()) - *sourceOffset;

Completed in 22 milliseconds