/external/chromium_org/third_party/icu/source/common/unicode/ |
uniset.h | 500 inline USet *toUSet(); 510 inline const USet * toUSet() const; [all...] |
/external/icu4c/common/unicode/ |
uniset.h | 503 inline USet *toUSet(); 513 inline const USet * toUSet() const; [all...] |
/external/icu4c/i18n/ |
uspoof.cpp | 227 return result->toUSet(); 713 return gInclusionSet->toUSet(); 719 return gRecommendedSet->toUSet();
|
alphaindex.cpp | 735 ulocdata_getExemplarSet(uld.getAlias(), exemplars.toUSet(), 0, ULOCDATA_ES_INDEX, &status); 744 ulocdata_getExemplarSet(uld.getAlias(), exemplars.toUSet(), 0, ULOCDATA_ES_STANDARD, &status); 790 contractions.toUSet(), NULL, FALSE, &errorCode); [all...] |
/external/icu4c/common/ |
uniset_closure.cpp | 190 foldSet.toUSet(),
|
/libcore/luni/src/main/native/ |
libcore_icu_NativeConverter.cpp | 540 ucnv_getUnicodeSet(&*converter1, set1.toUSet(), UCNV_ROUNDTRIP_SET, &errorCode); 544 ucnv_getUnicodeSet(&*converter2, set2.toUSet(), UCNV_ROUNDTRIP_SET, &errorCode);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
itutil.cpp | 339 LocalUNormalizer2Pointer fn2(unorm2_openFiltered(nfc, emptySet.toUSet(), errorCode));
|
convtest.cpp | 432 ucnv_getUnicodeSet(cnv.getAlias(), cnvSetPtr->toUSet(), (UConverterUnicodeSet)which, &errorCode); 591 ucnv_getUnicodeSet(cnv.getAlias(), set.toUSet(), which, &errorCode); [all...] |
usettest.cpp | 703 USet *uset = uniset->toUSet(); 708 const USet *constUSet = constSet->toUSet(); [all...] |
/external/icu4c/test/intltest/ |
itutil.cpp | 366 LocalUNormalizer2Pointer fn2(unorm2_openFiltered(nfc, emptySet.toUSet(), errorCode));
|
convtest.cpp | 459 ucnv_getUnicodeSet(cnv.getAlias(), cnvSetPtr->toUSet(), (UConverterUnicodeSet)which, &errorCode); 618 ucnv_getUnicodeSet(cnv.getAlias(), set.toUSet(), which, &errorCode); [all...] |
usettest.cpp | 703 USet *uset = uniset->toUSet(); 708 const USet *constUSet = constSet->toUSet(); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
uniset_props.cpp | [all...] |