Searched refs:fromUnicode (Results 1 – 25 of 29) sorted by relevance
12
21 # fromUnicode result is zero byte from other than U+0000
23 # fromUnicode result is zero byte from other than U+0000
24 # fromUnicode result is zero byte from other than U+0000
29 # fromUnicode result is zero byte from other than U+0000
45 "fallbacks: per-direction boolean, currently only for fromUnicode; see Jitterbug 2401\n"82 // Same as standard UTF-16 but fromUnicode always writes big-endian byte stream.1035 fromUnicode {1064 // Same as standard UTF-16 but fromUnicode always writes big-endian byte stream.
834 UConverterFromUnicode fromUnicode; in _fromUnicodeWithCallback() local857 fromUnicode=cnv->sharedData->impl->fromUnicode; in _fromUnicodeWithCallback()859 fromUnicode=cnv->sharedData->impl->fromUnicodeWithOffsets; in _fromUnicodeWithCallback()860 if(fromUnicode==nullptr) { in _fromUnicodeWithCallback()862 fromUnicode=cnv->sharedData->impl->fromUnicode; in _fromUnicodeWithCallback()911 fromUnicode(pArgs, err); in _fromUnicodeWithCallback()
244 UConverterFromUnicode fromUnicode; member
832 UConverterFromUnicode fromUnicode; in _fromUnicodeWithCallback() local855 fromUnicode=cnv->sharedData->impl->fromUnicode; in _fromUnicodeWithCallback()857 fromUnicode=cnv->sharedData->impl->fromUnicodeWithOffsets; in _fromUnicodeWithCallback()858 if(fromUnicode==nullptr) { in _fromUnicodeWithCallback()860 fromUnicode=cnv->sharedData->impl->fromUnicode; in _fromUnicodeWithCallback()909 fromUnicode(pArgs, err); in _fromUnicodeWithCallback()
141 Transliterator fromUnicode = Transliterator.getInstance("Hex-Any"); in writeSubcharts() local214 rules = fromUnicode.transform(rules); in writeSubcharts()