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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 52 int preToULength; /* negative: replay */
218 preToULength = 0; /* negative: replay */
338 if (!flush && !source.hasRemaining() && toULength == 0 && preToULength >= 0) {
417 if(preToULength>=0) {
428 //UConverterUtility.uprv_memcpy(replayArray, replayBegin, preToUArray, preToUBegin, -preToULength);
429 replayArray.put(preToUArray,0, -preToULength);
432 source.limit(replayArrayIndex-preToULength);
435 preToULength=0;
459 * need not check cnv->preToULength==0 because a replay (<0) will cause
504 if(preToULength<0)
    [all...]
  /external/icu/icu4c/source/common/
ucnv_bld.h 236 int8_t preFromULength, preToULength; /* negative: replay */

Completed in 85 milliseconds