HomeSort by relevance Sort by last modified time
    Searched refs:cTargetLimit (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 213 const char* cTargetLimit = reinterpret_cast<const char*>(uTarget.get() + targetEnd);
215 ucnv_fromUnicode(cnv , &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, (UBool) flush, &errorCode);
269 const UChar* cTargetLimit = uTarget.get() + targetEnd;
271 ucnv_toUnicode(cnv, &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, flush, &errorCode);
  /external/chromium_org/third_party/icu/source/test/cintltst/
nucnvtst.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
nucnvtst.c     [all...]

Completed in 101 milliseconds