Searched refs:uset_openPatternOptions (Results 1 - 5 of 5) sorted by relevance
/external/icu/icu4c/source/common/ |
H A D | uset_props.cpp | 52 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, function
|
/external/icu/icu4c/source/common/unicode/ |
H A D | uset.h | 47 * Bitmask values to be passed to uset_openPatternOptions() or 300 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
|
H A D | urename.h | 1591 #define uset_openPatternOptions U_ICU_ENTRY_POINT_RENAME(uset_openPatternOptions) macro
|
/external/icu/icu4c/source/i18n/ |
H A D | ulocdata.c | 134 fillIn = uset_openPatternOptions(exemplarChars, len,
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | usettest.c | 539 pat = uset_openPatternOptions(pattern, u_strlen(pattern), 0, &status); 541 log_err("uset_openPatternOptions did not fail as expected %s\n", u_errorName(status));
|
Completed in 305 milliseconds