/external/icu4c/common/ |
ucnv_set.c | 38 if(cnv==NULL || setFillIn==NULL || whichSet<UCNV_ROUNDTRIP_SET || UCNV_SET_COUNT<=whichSet) {
|
ucnv2022.cpp | [all...] |
ucnvmbcs.c | 747 if(which==UCNV_ROUNDTRIP_SET) { [all...] |
/external/icu4c/test/intltest/ |
itutil.cpp | 305 ucnvsel_open(&encoding, 1, NULL, UCNV_ROUNDTRIP_SET, errorCode)); 414 ucnvsel_open(&encoding, 1, NULL, UCNV_ROUNDTRIP_SET, errorCode));
|
convtest.cpp | 597 for(which=UCNV_ROUNDTRIP_SET; which<UCNV_SET_COUNT; which=(UConverterUnicodeSet)((int)which+1)) { 622 if(which==UCNV_ROUNDTRIP_SET) { 625 // but ucnv_getUnicodeSet(UCNV_ROUNDTRIP_SET) delivers true roundtrips [all...] |
/external/icu4c/test/cintltst/ |
ucnvseltst.c | 421 UCNV_ROUNDTRIP_SET, &status); 459 UCNV_ROUNDTRIP_SET);
|
ncnvtst.c | [all...] |
ccapitst.c | [all...] |
/libcore/luni/src/main/native/ |
libcore_icu_NativeConverter.cpp | 571 ucnv_getUnicodeSet(converter1.get(), set1.toUSet(), UCNV_ROUNDTRIP_SET, &errorCode); 575 ucnv_getUnicodeSet(converter2.get(), set2.toUSet(), UCNV_ROUNDTRIP_SET, &errorCode);
|
/external/icu4c/common/unicode/ |
ucnv.h | [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv.h | 788 UCNV_ROUNDTRIP_SET, 797 * The current implementation returns only one kind of set (UCNV_ROUNDTRIP_SET): 819 * currently UCNV_ROUNDTRIP_SET is the only supported value. [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv.h | 788 UCNV_ROUNDTRIP_SET, 797 * The current implementation returns only one kind of set (UCNV_ROUNDTRIP_SET): 819 * currently UCNV_ROUNDTRIP_SET is the only supported value. [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv.h | 788 UCNV_ROUNDTRIP_SET, 797 * The current implementation returns only one kind of set (UCNV_ROUNDTRIP_SET): 819 * currently UCNV_ROUNDTRIP_SET is the only supported value. [all...] |
/external/icu4c/extra/uconv/ |
uconv.cpp | 499 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &err); [all...] |