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()
836 const UChar *realSource, *realSourceLimit; in _fromUnicodeWithCallback() local861 realSource=NULL; in _fromUnicodeWithCallback()873 realSource=pArgs->source; in _fromUnicodeWithCallback()961 if(realSource==NULL) { in _fromUnicodeWithCallback()962 realSource=pArgs->source; in _fromUnicodeWithCallback()978 U_ASSERT(realSource==NULL); in _fromUnicodeWithCallback()994 } else if(realSource!=NULL) { in _fromUnicodeWithCallback()996 pArgs->source=realSource; in _fromUnicodeWithCallback()1001 realSource=NULL; in _fromUnicodeWithCallback()1057 if(realSource!=NULL) { in _fromUnicodeWithCallback()[all …]