Home
last modified time | relevance | path

Searched refs:realSource (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetDecoderICU.java399 ByteBuffer realSource=null; in toUnicodeWithCallback() local
417 realSource=source; in toUnicodeWithCallback()
501 if(realSource==null) in toUnicodeWithCallback()
503 realSource=source; in toUnicodeWithCallback()
523 Assert.assrt(realSource==null); in toUnicodeWithCallback()
539 } else if(realSource!=null) { in toUnicodeWithCallback()
541 source = realSource; in toUnicodeWithCallback()
544 realSource=null; in toUnicodeWithCallback()
596 if(realSource!=null) { in toUnicodeWithCallback()
DCharsetEncoderICU.java392 CharBuffer realSource; in fromUnicodeWithCallback() local
402 realSource = null; in fromUnicodeWithCallback()
410 realSource = source; in fromUnicodeWithCallback()
489 if (realSource == null) { in fromUnicodeWithCallback()
490 realSource = source; in fromUnicodeWithCallback()
508 Assert.assrt(realSource == null); in fromUnicodeWithCallback()
521 } else if (realSource != null) { in fromUnicodeWithCallback()
523 source = realSource; in fromUnicodeWithCallback()
526 realSource = null; in fromUnicodeWithCallback()
578 if (realSource != null) { in fromUnicodeWithCallback()
/external/icu/icu4c/source/common/
Ducnv.c846 const UChar *realSource, *realSourceLimit; in _fromUnicodeWithCallback() local
871 realSource=NULL; in _fromUnicodeWithCallback()
883 realSource=pArgs->source; in _fromUnicodeWithCallback()
971 if(realSource==NULL) { in _fromUnicodeWithCallback()
972 realSource=pArgs->source; in _fromUnicodeWithCallback()
988 U_ASSERT(realSource==NULL); in _fromUnicodeWithCallback()
1004 } else if(realSource!=NULL) { in _fromUnicodeWithCallback()
1006 pArgs->source=realSource; in _fromUnicodeWithCallback()
1011 realSource=NULL; in _fromUnicodeWithCallback()
1067 if(realSource!=NULL) { in _fromUnicodeWithCallback()
[all …]