Home
last modified time | relevance | path

Searched refs:uset_removeString (Results 1 – 12 of 12) sorted by relevance

/third_party/icu/ohos_icu4c/
Dlibicu.map440 uset_removeString;
/third_party/node/deps/icu-small/source/common/unicode/
Duset.h659 uset_removeString(USet* set, const UChar* str, int32_t strLen);
Durename.h1783 #define uset_removeString U_ICU_ENTRY_POINT_RENAME(uset_removeString) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Duset.h629 uset_removeString(USet* set, const UChar* str, int32_t strLen);
Durename.h1714 #define uset_removeString U_ICU_ENTRY_POINT_RENAME(uset_removeString) macro
/third_party/icu/icu4c/source/common/unicode/
Duset.h629 uset_removeString(USet* set, const UChar* str, int32_t strLen);
Durename.h1735 #define uset_removeString U_ICU_ENTRY_POINT_RENAME(uset_removeString) macro
/third_party/icu/icu4c/source/test/cintltst/
Dusettest.c137 uset_removeString(set, STR_ab, STR_ab_LEN); in TestAPI()
/third_party/node/deps/icu-small/source/common/
Duset.cpp114 uset_removeString(USet* set, const char16_t* str, int32_t strLen) { in uset_removeString() function
/third_party/skia/third_party/externals/icu/source/common/
Duset.cpp114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString() function
/third_party/icu/icu4c/source/common/
Duset.cpp114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString() function
/third_party/icu/ohos_icu4c/src/
Dicu_addon.cpp480 #undef uset_removeString
1849 void uset_removeString(USet * set, const UChar * str, int32_t strLen) { in uset_removeString() function
1850 U_ICU_ENTRY_POINT_RENAME(uset_removeString)(set, str, strLen); in uset_removeString() local