OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:converterSawEndOfInput
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetDecoderICU.java
400
boolean
converterSawEndOfInput
, calledCallback;
460
* s<sourceLimit before
converterSawEndOfInput
is checked
462
converterSawEndOfInput
= (cr.isUnderflow() && flush && source.remaining()==0 && toULength == 0);
573
if(!
converterSawEndOfInput
) {
CharsetEncoderICU.java
395
boolean
converterSawEndOfInput
, calledCallback;
451
* s<sourceLimit before
converterSawEndOfInput
is checked
453
converterSawEndOfInput
= (cr.isUnderflow() && flush
556
if (!
converterSawEndOfInput
) {
[
all
...]
/external/icu/icu4c/source/common/
ucnv.cpp
834
UBool
converterSawEndOfInput
, calledCallback;
911
* s<sourceLimit before
converterSawEndOfInput
is checked
913
converterSawEndOfInput
=
919
converterSawEndOfInput
=FALSE;
[
all
...]
Completed in 129 milliseconds