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.java407 ByteBuffer realSource=null; in toUnicodeWithCallback() local
425 realSource=source; in toUnicodeWithCallback()
509 if(realSource==null) in toUnicodeWithCallback()
511 realSource=source; in toUnicodeWithCallback()
531 Assert.assrt(realSource==null); in toUnicodeWithCallback()
547 } else if(realSource!=null) { in toUnicodeWithCallback()
549 source = realSource; in toUnicodeWithCallback()
552 realSource=null; in toUnicodeWithCallback()
604 if(realSource!=null) { in toUnicodeWithCallback()
DCharsetEncoderICU.java400 CharBuffer realSource; in fromUnicodeWithCallback() local
410 realSource = null; in fromUnicodeWithCallback()
418 realSource = source; in fromUnicodeWithCallback()
497 if (realSource == null) { in fromUnicodeWithCallback()
498 realSource = source; in fromUnicodeWithCallback()
516 Assert.assrt(realSource == null); in fromUnicodeWithCallback()
529 } else if (realSource != null) { in fromUnicodeWithCallback()
531 source = realSource; in fromUnicodeWithCallback()
534 realSource = null; in fromUnicodeWithCallback()
586 if (realSource != null) { in fromUnicodeWithCallback()
/external/icu/icu4c/source/common/
Ducnv.cpp838 const UChar *realSource, *realSourceLimit; in _fromUnicodeWithCallback() local
863 realSource=NULL; in _fromUnicodeWithCallback()
875 realSource=pArgs->source; in _fromUnicodeWithCallback()
963 if(realSource==NULL) { in _fromUnicodeWithCallback()
964 realSource=pArgs->source; in _fromUnicodeWithCallback()
980 U_ASSERT(realSource==NULL); in _fromUnicodeWithCallback()
996 } else if(realSource!=NULL) { in _fromUnicodeWithCallback()
998 pArgs->source=realSource; in _fromUnicodeWithCallback()
1003 realSource=NULL; in _fromUnicodeWithCallback()
1059 if(realSource!=NULL) { in _fromUnicodeWithCallback()
[all …]