Searched refs:fromUnicode (Results 1 – 11 of 11) sorted by relevance
12 fromUnicode : function(u) { return lookup(codepoints[u]); },
181 var res = keysyms.fromUnicode(substituteCodepoint(codepoint));
19 # fromUnicode result is zero byte from other than U+0000
21 # fromUnicode result is zero byte from other than U+0000
22 # fromUnicode result is zero byte from other than U+0000
27 # fromUnicode result is zero byte from other than U+0000
43 "fallbacks: per-direction boolean, currently only for fromUnicode; see Jitterbug 2401\n"80 // Same as standard UTF-16 but fromUnicode always writes big-endian byte stream.1004 fromUnicode {1033 // Same as standard UTF-16 but fromUnicode always writes big-endian byte stream.
825 UConverterFromUnicode fromUnicode; in _fromUnicodeWithCallback() local848 fromUnicode=cnv->sharedData->impl->fromUnicode; in _fromUnicodeWithCallback()850 fromUnicode=cnv->sharedData->impl->fromUnicodeWithOffsets; in _fromUnicodeWithCallback()851 if(fromUnicode==NULL) { in _fromUnicodeWithCallback()853 fromUnicode=cnv->sharedData->impl->fromUnicode; in _fromUnicodeWithCallback()902 fromUnicode(pArgs, err); in _fromUnicodeWithCallback()
242 UConverterFromUnicode fromUnicode; member
5167 byte[][] fromUnicode={allFeaturesSCSU,germanSCSU,russianSCSU,japaneseSCSU}; in TestSCSUConverter()5171 ByteBuffer decoderBuffer = ByteBuffer.wrap(fromUnicode[i]); in TestSCSUConverter()