HomeSort by relevance Sort by last modified time
    Searched refs:ubrk_openRules (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/unicode/
ubrk.h 238 * @see ubrk_openRules
264 ubrk_openRules(const UChar *rules,
274 * Opening a UBreakIterator this way is substantially faster than using ubrk_openRules.
603 * more quickly than using ubrk_openRules. The compiled rules are not compatible across
urename.h 493 #define ubrk_openRules U_ICU_ENTRY_POINT_RENAME(ubrk_openRules)
    [all...]
  /external/icu/icu4c/source/common/
ubrk.cpp 92 // ubrk_openRules open a break iterator from a set of break rules.
97 ubrk_openRules( const UChar *rules,
  /external/icu/icu4c/source/test/cintltst/
cbiapts.c 528 bi = ubrk_openRules(ruleSourceU, -1, /* The rules */
533 log_data_err("FAIL: ubrk_openRules: ICU Error \"%s\" (Are you missing data?)\n", u_errorName(status));
647 bi = ubrk_openRules(uRules, -1, /* The rules */
687 bi = ubrk_openRules(rules, -1, testString, -1, NULL, &status);
    [all...]
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 563 iter.adoptInstead(ubrk_openRules(rules, UPRV_LENGTHOF(rules), NULL, 0, &parseError, &status));
    [all...]

Completed in 130 milliseconds