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

  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java 392 boolean converterSawEndOfInput, calledCallback;
452 * s<sourceLimit before converterSawEndOfInput is checked
454 converterSawEndOfInput= (cr.isUnderflow() && flush && source.remaining()==0 && toULength == 0);
565 if(!converterSawEndOfInput) {
CharsetEncoderICU.java 387 boolean converterSawEndOfInput, calledCallback;
443 * s<sourceLimit before converterSawEndOfInput is checked
445 converterSawEndOfInput = (cr.isUnderflow() && flush
548 if (!converterSawEndOfInput) {
    [all...]
  /external/icu/icu4c/source/common/
ucnv.c 832 UBool converterSawEndOfInput, calledCallback;
909 * s<sourceLimit before converterSawEndOfInput is checked
911 converterSawEndOfInput=
917 converterSawEndOfInput=FALSE;
    [all...]

Completed in 1898 milliseconds