Home
last modified time | relevance | path

Searched refs:uset_remove (Results 1 – 17 of 17) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Ducnv_set.cpp57 uset_remove, in ucnv_getUnicodeSet()
Duset.cpp104 uset_remove(USet* set, UChar32 c) { in uset_remove() function
/third_party/skia/third_party/externals/icu/source/common/
Ducnv_set.cpp57 uset_remove, in ucnv_getUnicodeSet()
Duset.cpp104 uset_remove(USet* set, UChar32 c) { in uset_remove() function
/third_party/icu/icu4c/source/common/
Ducnv_set.cpp57 uset_remove, in ucnv_getUnicodeSet()
Duset.cpp104 uset_remove(USet* set, UChar32 c) { in uset_remove() function
/third_party/icu/ohos_icu4c/
Dlibicu.map439 uset_remove;
/third_party/node/deps/icu-small/source/common/unicode/
Duset.h635 uset_remove(USet* set, UChar32 c);
Durename.h1778 #define uset_remove U_ICU_ENTRY_POINT_RENAME(uset_remove) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duset.h605 uset_remove(USet* set, UChar32 c);
Durename.h1709 #define uset_remove U_ICU_ENTRY_POINT_RENAME(uset_remove) macro
/third_party/icu/icu4c/source/common/unicode/
Duset.h605 uset_remove(USet* set, UChar32 c);
Durename.h1730 #define uset_remove U_ICU_ENTRY_POINT_RENAME(uset_remove) macro
/third_party/icu/icu4c/source/test/cintltst/
Dusettest.c132 uset_remove(set, 0x62); in TestAPI()
Dspooftest.c429 uset_remove(tmpSet, goodLatin[1]); in TestUSpoofCAPI()
Dcucdtst.c3267 uset_remove(set1, 0x30fb); in TestConsistency()
3268 uset_remove(set1, 0xff65); /* halfwidth variant */ in TestConsistency()
3539 uset_remove(pData->notSeen, c); in caseFoldingLineFn()
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp479 #undef uset_remove
1846 void uset_remove(USet * set, UChar32 c) { in uset_remove() function
1847 U_ICU_ENTRY_POINT_RENAME(uset_remove)(set, c); in uset_remove() local