HomeSort by relevance Sort by last modified time
    Searched refs:preToULength (Results 1 - 8 of 8) 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...]
CharsetMBCS.java     [all...]
CharsetISO2022.java     [all...]
  /external/icu/icu4c/source/common/
ucnv.cpp 611 converter->preToULength = 0;
    [all...]
ucnv_ext.cpp 325 cnv->preToULength=(int8_t)match;
378 cnv->preToU, cnv->preToULength,
383 if(match>=cnv->preToULength) {
385 pArgs->source+=match-cnv->preToULength;
386 cnv->preToULength=0;
389 length=cnv->preToULength-match;
391 cnv->preToULength=(int8_t)-length;
408 for(j=cnv->preToULength; j<match; ++j) {
412 cnv->preToULength=(int8_t)match;
437 length=cnv->preToULength-cnv->preToUFirstLength
    [all...]
ucnv_bld.h 236 int8_t preFromULength, preToULength; /* negative: replay */
ucnvmbcs.cpp     [all...]
ucnv2022.cpp     [all...]

Completed in 320 milliseconds