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

  /external/icu/icu4c/source/common/
ucnv_bld.h 237 int8_t preToUFirstLength; /* length of first character */
ucnv_ext.cpp 313 cnv->preToUFirstLength=(int8_t)firstLength;
433 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength);
434 cnv->toULength=cnv->preToUFirstLength;
437 length=cnv->preToULength-cnv->preToUFirstLength;
439 uprv_memmove(cnv->preToU, cnv->preToU+cnv->preToUFirstLength, length);
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 53 int preToUFirstLength; /* length of first character */
219 preToUFirstLength = 0;
CharsetMBCS.java     [all...]

Completed in 127 milliseconds