Searched refs:realSource (Results 1 – 3 of 3) sorted by relevance
399 ByteBuffer realSource=null; in toUnicodeWithCallback() local417 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()
392 CharBuffer realSource; in fromUnicodeWithCallback() local402 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()
846 const UChar *realSource, *realSourceLimit; in _fromUnicodeWithCallback() local871 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 …]