Home
last modified time | relevance | path

Searched refs:ubrk_openRules (Results 1 – 14 of 14) sorted by relevance

/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h264 ubrk_openRules(const UChar *rules,
Durename.h497 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) macro
/third_party/node/deps/icu-small/source/common/unicode/
Dubrk.h267 ubrk_openRules(const UChar *rules,
Durename.h507 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) macro
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dubrk.h267 ubrk_openRules(const UChar *rules,
Durename.h501 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) macro
/third_party/icu/icu4c/source/common/unicode/
Dubrk.h267 ubrk_openRules(const UChar *rules,
Durename.h501 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dubrk.cpp97 ubrk_openRules( const UChar *rules, in ubrk_openRules() function
/third_party/icu/icu4c/source/test/cintltst/
Dcbiapts.c618 bi = ubrk_openRules(ruleSourceU, -1, /* The rules */ in testOpenRules()
737 bi = ubrk_openRules(uRules, -1, /* The rules */ in TestBreakIteratorRuleError()
777 bi = ubrk_openRules(rules, -1, testString, -1, NULL, &status); in TestBreakIteratorStatusVec()
/third_party/node/deps/icu-small/source/common/
Dubrk.cpp97 ubrk_openRules( const UChar *rules, in ubrk_openRules() function
/third_party/skia/third_party/externals/icu/source/common/
Dubrk.cpp97 ubrk_openRules( const UChar *rules, in ubrk_openRules() function
/third_party/icu/icu4c/source/common/
Dubrk.cpp97 ubrk_openRules( const UChar *rules, in ubrk_openRules() function
/third_party/icu/icu4c/source/test/intltest/
Dstrcase.cpp569 … iter.adoptInstead(ubrk_openRules(rules, UPRV_LENGTHOF(rules), NULL, 0, &parseError, &status)); in TestCasing()