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

  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 112 const char* cTargetLimit = reinterpret_cast<const char*>(uTarget.get() + targetEnd);
114 ucnv_fromUnicode(cnv , &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, (UBool) flush, &errorCode);
158 const UChar* cTargetLimit = uTarget.get() + targetEnd;
160 ucnv_toUnicode(cnv, &cTarget, cTargetLimit, &mySource, mySourceLimit, NULL, flush, &errorCode);
  /external/icu4c/test/cintltst/
nucnvtst.c     [all...]

Completed in 31 milliseconds