/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | ucnv.cpp | 834 UConverterFromUnicode fromUnicode; in _fromUnicodeWithCallback() local 857 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()
|
H A D | ucnv_cnv.h | 244 UConverterFromUnicode fromUnicode; member
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | ucnv.cpp | 832 UConverterFromUnicode fromUnicode; in _fromUnicodeWithCallback() local 855 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()
|
H A D | ucnv_cnv.h | 244 UConverterFromUnicode fromUnicode; member
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/ |
H A D | ChartCollation.java | 141 Transliterator fromUnicode = Transliterator.getInstance("Hex-Any"); in writeSubcharts() local 214 rules = fromUnicode.transform(rules); in writeSubcharts()
|
/aosp_15_r20/external/cronet/third_party/icu/source/test/testdata/ |
H A D | test1.ucm | 21 # fromUnicode result is zero byte from other than U+0000
|
H A D | test1bmp.ucm | 23 # fromUnicode result is zero byte from other than U+0000
|
H A D | test2.ucm | 23 # fromUnicode result is zero byte from other than U+0000
|
H A D | test3.ucm | 24 # fromUnicode result is zero byte from other than U+0000
|
H A D | test4.ucm | 29 # fromUnicode result is zero byte from other than U+0000
|
H A D | conversion.txt | 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.
|
/aosp_15_r20/external/icu/icu4c/source/test/testdata/ |
H A D | test1.ucm | 21 # fromUnicode result is zero byte from other than U+0000
|
H A D | test1bmp.ucm | 23 # fromUnicode result is zero byte from other than U+0000
|
H A D | test2.ucm | 23 # fromUnicode result is zero byte from other than U+0000
|
H A D | test3.ucm | 24 # fromUnicode result is zero byte from other than U+0000
|
H A D | test4.ucm | 29 # fromUnicode result is zero byte from other than U+0000
|
H A D | conversion.txt | 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.
|
/aosp_15_r20/external/icu/libicu/cts_headers/ |
H A D | ucnv_cnv.h | 244 UConverterFromUnicode fromUnicode; member
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_bionic/include/external/icu/icu4c/source/common/ |
H A D | ucnv_cnv.h | 244 UConverterFromUnicode fromUnicode; member
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/linux_glibc/include/external/icu/icu4c/source/common/ |
H A D | ucnv_cnv.h | 244 UConverterFromUnicode fromUnicode; member
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/test-exports/android/include/external/icu/icu4c/source/common/ |
H A D | ucnv_cnv.h | 244 UConverterFromUnicode fromUnicode; member
|
/aosp_15_r20/prebuilts/runtime/mainline/i18n/sdk/common_os/include/external/icu/icu4c/source/common/ |
H A D | ucnv_cnv.h | 244 UConverterFromUnicode fromUnicode; member
|
/aosp_15_r20/external/cronet/third_party/icu/ |
H A D | README.chromium | 227 5. ISO-2022-JP encoding (fromUnicode) change per WHATWG encoding spec.
|
/aosp_15_r20/external/icu/icu4j/main/charset/src/test/java/com/ibm/icu/dev/test/charset/ |
H A D | TestCharset.java | 5242 byte[][] fromUnicode={allFeaturesSCSU,germanSCSU,russianSCSU,japaneseSCSU}; in TestSCSUConverter() 5246 ByteBuffer decoderBuffer = ByteBuffer.wrap(fromUnicode[i]); in TestSCSUConverter()
|