Searched refs:uset_removeString (Results 1 – 12 of 12) sorted by relevance
/third_party/icu/ohos_icu4c/ |
D | libicu.map | 440 uset_removeString;
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uset.h | 659 uset_removeString(USet* set, const UChar* str, int32_t strLen);
|
D | urename.h | 1783 #define uset_removeString U_ICU_ENTRY_POINT_RENAME(uset_removeString) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uset.h | 629 uset_removeString(USet* set, const UChar* str, int32_t strLen);
|
D | urename.h | 1714 #define uset_removeString U_ICU_ENTRY_POINT_RENAME(uset_removeString) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uset.h | 629 uset_removeString(USet* set, const UChar* str, int32_t strLen);
|
D | urename.h | 1735 #define uset_removeString U_ICU_ENTRY_POINT_RENAME(uset_removeString) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | usettest.c | 137 uset_removeString(set, STR_ab, STR_ab_LEN); in TestAPI()
|
/third_party/node/deps/icu-small/source/common/ |
D | uset.cpp | 114 uset_removeString(USet* set, const char16_t* str, int32_t strLen) { in uset_removeString() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uset.cpp | 114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString() function
|
/third_party/icu/icu4c/source/common/ |
D | uset.cpp | 114 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString() function
|
/third_party/icu/ohos_icu4c/src/ |
D | icu_addon.cpp | 480 #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
|