Searched refs:ubrk_openRules (Results 1 – 13 of 13) sorted by relevance
/third_party/node/deps/icu-small/source/common/unicode/ |
D | ubrk.h | 267 ubrk_openRules(const UChar *rules,
|
D | urename.h | 508 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 267 ubrk_openRules(const UChar *rules,
|
D | urename.h | 507 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | ubrk.h | 267 ubrk_openRules(const UChar *rules,
|
D | urename.h | 501 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 619 bi = ubrk_openRules(ruleSourceU, -1, /* The rules */ in testOpenRules() 738 bi = ubrk_openRules(uRules, -1, /* The rules */ in TestBreakIteratorRuleError() 778 bi = ubrk_openRules(rules, -1, testString, -1, NULL, &status); in TestBreakIteratorStatusVec()
|
/third_party/icu/ohos_icu4c/ |
D | libicu.map | 118 ubrk_openRules;
|
/third_party/icu/icu4c/source/common/ |
D | ubrk.cpp | 97 ubrk_openRules( const UChar *rules, in ubrk_openRules() function
|
/third_party/node/deps/icu-small/source/common/ |
D | ubrk.cpp | 97 ubrk_openRules( const char16_t *rules, in ubrk_openRules() function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | ubrk.cpp | 97 ubrk_openRules( const UChar *rules, in ubrk_openRules() function
|
/third_party/icu/ohos_icu4c/src/ |
D | icu_addon.cpp | 158 #undef ubrk_openRules 844 UBreakIterator * ubrk_openRules(const UChar * rules, int32_t rulesLength, const UChar * text, int32… in ubrk_openRules() function 845 …return U_ICU_ENTRY_POINT_RENAME(ubrk_openRules)(rules, rulesLength, text, textLength, parseErr, st… in ubrk_openRules()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 572 … iter.adoptInstead(ubrk_openRules(rules, UPRV_LENGTHOF(rules), NULL, 0, &parseError, &status)); in TestCasing()
|