Searched refs:UCHAR_MAX_VALUE (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4c/source/common/ |
D | unames.cpp | 763 if (limit > UCHAR_MAX_VALUE + 1) { in enumNames() 764 limit = UCHAR_MAX_VALUE + 1; in enumNames() 1468 if((uint32_t)code>UCHAR_MAX_VALUE || !isDataLoaded(pErrorCode)) { in u_charName() 1586 if (cp > UCHAR_MAX_VALUE) { in u_charFromName() 1627 enumNames(uCharNames, 0, UCHAR_MAX_VALUE + 1, DO_FIND_NAME, &findName, nameChoice); in u_charFromName() 1653 if((uint32_t) limit > UCHAR_MAX_VALUE + 1) { in u_enumCharNames() 1654 limit = UCHAR_MAX_VALUE + 1; in u_enumCharNames()
|
D | ustring.cpp | 224 } else if((uint32_t)c<=UCHAR_MAX_VALUE) { in u_strchr32() 267 } else if((uint32_t)c<=UCHAR_MAX_VALUE) { in u_memchr32() 398 } else if((uint32_t)c<=UCHAR_MAX_VALUE) { in u_strrchr32() 442 } else if((uint32_t)c<=UCHAR_MAX_VALUE) { in u_memrchr32()
|
/external/icu/icu4c/source/test/intltest/ |
D | ucdtest.cpp | 551 assertTrue("mostly NA", 1000000 <= na.size() && na.size() <= UCHAR_MAX_VALUE - 500); in TestIndicPositionalCategory() 565 assertTrue("mostly Other", 1000000 <= other.size() && other.size() <= UCHAR_MAX_VALUE - 500); in TestIndicSyllabicCategory()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 988 if((uint32_t)c>=UCHAR_MAX_VALUE + 1) { in unicodeDataLineFn() 1869 …u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumCharNamesFn, &length, U_UNICODE_CHAR_NAM… in TestCharNames() 1871 …numCharNames(%ld..%lx) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE, u_errorName(… in TestCharNames() 1877 …u_enumCharNames(UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, enumExtCharNamesFn, &extContext, U_EXTENDED_… in TestCharNames() 1878 if(U_FAILURE(errorCode) || extContext.length<UCHAR_MAX_VALUE + 1) { in TestCharNames() 1879 …%ld..0x%lx - Extended) error %s names count=%ld\n", UCHAR_MIN_VALUE, UCHAR_MAX_VALUE + 1, u_errorN… in TestCharNames()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | unicode_ops.cc | 229 replacement_char <= UCHAR_MAX_VALUE) { in GetErrorOptions()
|
/external/icu/libicu/cts_headers/unicode/ |
D | uchar.h | 167 #define UCHAR_MAX_VALUE 0x10ffff macro
|
/external/icu/libicu/ndk_headers/unicode/ |
D | uchar.h | 167 #define UCHAR_MAX_VALUE 0x10ffff macro
|
/external/icu/libandroidicu/include/unicode/ |
D | uchar.h | 167 #define UCHAR_MAX_VALUE 0x10ffff macro
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 167 #define UCHAR_MAX_VALUE 0x10ffff macro
|
/external/icu/icu4c/source/i18n/ |
D | regexcmp.cpp | 2635 if (c < UCHAR_MIN_VALUE || c > UCHAR_MAX_VALUE) { in findCaseInsensitiveStarters()
|