Searched refs:UCHAR_MIN_VALUE (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | unicode_ops.cc | 228 if (replacement_char >= UCHAR_MIN_VALUE && in GetErrorOptions()
|
/external/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()
|
/external/icu/libicu/cts_headers/unicode/ |
D | uchar.h | 157 #define UCHAR_MIN_VALUE 0 macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | uchar.h | 157 #define UCHAR_MIN_VALUE 0 macro
|
/external/icu/libandroidicu/include/unicode/ |
D | uchar.h | 157 #define UCHAR_MIN_VALUE 0 macro
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 157 #define UCHAR_MIN_VALUE 0 macro
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 2635 if (c < UCHAR_MIN_VALUE || c > UCHAR_MAX_VALUE) { in findCaseInsensitiveStarters()
|