Searched refs:UCHAR_MIN_VALUE (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | unicode_ops.cc | 226 if (replacement_char >= UCHAR_MIN_VALUE && in GetErrorOptions() 538 if (code_point > UCHAR_MAX_VALUE || code_point < UCHAR_MIN_VALUE) { in Compute()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1864 …u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumCharNamesFn, &length, U_UNICODE_CHAR_NAM… in TestCharNames() 1866 …log_err("u_enumCharNames(%ld..%lx) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE, … in TestCharNames() 1872 …u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumExtCharNamesFn, &extContext, U_EXTENDED_… in TestCharNames() 1874 …"u_enumCharNames(%ld..0x%lx - Extended) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VA… in TestCharNames()
|
/external/icu/icu4c/source/common/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/i18n/ |
D | regexcmp.cpp | 2609 if (c < UCHAR_MIN_VALUE || c > UCHAR_MAX_VALUE) { in findCaseInsensitiveStarters()
|