Searched refs:UCHAR_MIN_VALUE (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1869 …u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumCharNamesFn, &length, U_UNICODE_CHAR_NAM… in TestCharNames() 1871 …log_err("u_enumCharNames(%ld..%lx) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE, … in TestCharNames() 1877 …u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumExtCharNamesFn, &extContext, U_EXTENDED_… in TestCharNames() 1879 …"u_enumCharNames(%ld..0x%lx - Extended) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VA… in TestCharNames()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 157 #define UCHAR_MIN_VALUE 0 macro
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | uchar.h | 157 #define UCHAR_MIN_VALUE 0 macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | uchar.h | 157 #define UCHAR_MIN_VALUE 0 macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | uchar.h | 157 #define UCHAR_MIN_VALUE 0 macro
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 2635 if (c < UCHAR_MIN_VALUE || c > UCHAR_MAX_VALUE) { in findCaseInsensitiveStarters()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | regexcmp.cpp | 2609 if (c < UCHAR_MIN_VALUE || c > UCHAR_MAX_VALUE) { in findCaseInsensitiveStarters()
|
/third_party/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 2635 if (c < UCHAR_MIN_VALUE || c > UCHAR_MAX_VALUE) { in findCaseInsensitiveStarters()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | regexcmp.cpp | 2638 if (c < UCHAR_MIN_VALUE || c > UCHAR_MAX_VALUE) { in findCaseInsensitiveStarters()
|