/external/chromium_org/third_party/icu/source/common/ |
uset_props.cpp | 50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
|
/external/icu4c/common/ |
uset_props.cpp | 50 uset_openPatternOptions(const UChar* pattern, int32_t patternLength,
|
/external/chromium_org/third_party/icu/source/i18n/ |
ulocdata.c | 127 fillIn = uset_openPatternOptions(exemplarChars, len,
|
/external/icu4c/i18n/ |
ulocdata.c | 130 fillIn = uset_openPatternOptions(exemplarChars, len,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
uset.h | 45 * Bitmask values to be passed to uset_openPatternOptions() or 290 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, [all...] |
urename.h | [all...] |
/external/icu4c/common/unicode/ |
uset.h | 45 * Bitmask values to be passed to uset_openPatternOptions() or 294 uset_openPatternOptions(const UChar* pattern, int32_t patternLength, [all...] |
urename.h | [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
usettest.c | 538 pat = uset_openPatternOptions(pattern, u_strlen(pattern), 0, &status); 540 log_err("uset_openPatternOptions did not fail as expected %s\n", u_errorName(status));
|
cldrtest.c | [all...] |
/external/icu4c/test/cintltst/ |
usettest.c | 538 pat = uset_openPatternOptions(pattern, u_strlen(pattern), 0, &status); 540 log_err("uset_openPatternOptions did not fail as expected %s\n", u_errorName(status));
|
cldrtest.c | 738 USet *origSet = uset_openPatternOptions(exemplarCharacters, exemplarLen, USET_CASE_INSENSITIVE, &errorCode); [all...] |