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 235 int8_t preToUFirstLength; /* length of first character */
ucnv_ext.cpp 310 cnv->preToUFirstLength=(int8_t)firstLength;
430 uprv_memcpy(cnv->toUBytes, cnv->preToU, cnv->preToUFirstLength);
431 cnv->toULength=cnv->preToUFirstLength;
434 length=cnv->preToULength-cnv->preToUFirstLength;
436 uprv_memmove(cnv->preToU, cnv->preToU+cnv->preToUFirstLength, length);
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 51 int preToUFirstLength; /* length of first character */
212 preToUFirstLength = 0;
CharsetMBCS.java     [all...]

Completed in 58 milliseconds