Home
last modified time | relevance | path

Searched refs:UCHAR_INVALID_CODE (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dpropname.cpp264 return UCHAR_INVALID_CODE; in getPropertyOrValueEnum()
275 return UCHAR_INVALID_CODE; // Not a known property. in getPropertyValueEnum()
279 return UCHAR_INVALID_CODE; // The property does not have named values. in getPropertyValueEnum()
Duniset_props.cpp994 if (p == UCHAR_INVALID_CODE) FAIL(ec); in applyPropertyAlias()
1005 if (v == UCHAR_INVALID_CODE) { in applyPropertyAlias()
1071 if (v == UCHAR_INVALID_CODE) { in applyPropertyAlias()
1089 if (v == UCHAR_INVALID_CODE) { in applyPropertyAlias()
1092 if (v == UCHAR_INVALID_CODE) { in applyPropertyAlias()
/external/icu/icu4c/source/tools/toolutil/
Dppucd.cpp376 if(value==UCHAR_INVALID_CODE && prop==UCHAR_CANONICAL_COMBINING_CLASS) { in parseProperty()
384 if(value==UCHAR_INVALID_CODE) { in parseProperty()
588 if(script==UCHAR_INVALID_CODE) { in parseScriptExtensions()
/external/icu/icu4c/source/i18n/
Dscriptset.cpp238 if (sc == UCHAR_INVALID_CODE) { in parseScripts()
/external/icu/icu4c/source/common/unicode/
Duchar.h657 UCHAR_INVALID_CODE = -1 enumerator
/external/v8/src/regexp/
Dregexp-parser.cc1096 if (property_value == UCHAR_INVALID_CODE) return false; in LookupPropertyValueName()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c1037 dt=UCHAR_INVALID_CODE; in unicodeDataLineFn()
3117 max = u_getIntPropertyMaxValue(UCHAR_INVALID_CODE); in TestPropertyValues()