Searched refs:ubrk_openRules (Results 1 – 8 of 8) sorted by relevance
/external/icu/libandroidicu/include/unicode/ |
D | ubrk.h | 264 ubrk_openRules(const UChar *rules,
|
D | urename.h | 496 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | ubrk.h | 264 ubrk_openRules(const UChar *rules,
|
D | urename.h | 496 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) macro
|
/external/icu/icu4c/source/test/cintltst/ |
D | cbiapts.c | 528 bi = ubrk_openRules(ruleSourceU, -1, /* The rules */ in testOpenRules() 647 bi = ubrk_openRules(uRules, -1, /* The rules */ in TestBreakIteratorRuleError() 687 bi = ubrk_openRules(rules, -1, testString, -1, NULL, &status); in TestBreakIteratorStatusVec()
|
/external/icu/icu4c/source/common/ |
D | ubrk.cpp | 97 ubrk_openRules( const UChar *rules, in ubrk_openRules() function
|
/external/icu/icu4c/source/test/intltest/ |
D | strcase.cpp | 567 … iter.adoptInstead(ubrk_openRules(rules, UPRV_LENGTHOF(rules), NULL, 0, &parseError, &status)); in TestCasing()
|
/external/icu/libandroidicu/static_shim/ |
D | shim.cpp | 710 return ubrk_openRules(rules, rulesLength, text, textLength, parseErr, status); in ubrk_openRules_android()
|