Home
last modified time | relevance | path

Searched refs:U_UNASSIGNED (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/icu/source/test/perf/usetperf/
Dusetperf.cpp109 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::add) ; break; in runIndexedTest()
111 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::contains) ; break; in runIndexedTest()
113 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::iterator) ; break; in runIndexedTest()
/external/icu/icu4c/source/test/perf/usetperf/
Dusetperf.cpp109 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::add) ; break; in runIndexedTest()
111 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::contains) ; break; in runIndexedTest()
113 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::iterator) ; break; in runIndexedTest()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-icu.cc100 case U_UNASSIGNED: return HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED; in hb_icu_unicode_general_category()
/external/harfbuzz_ng/src/
Dhb-icu.cc100 case U_UNASSIGNED: return HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED; in hb_icu_unicode_general_category()
/external/icu/icu4c/source/test/intltest/
Dcanittst.cpp93 if (type == U_UNASSIGNED || type == U_PRIVATE_USE_CHAR in TestExhaustive()
Dtstnorm.cpp1229 if(category==U_UNASSIGNED) { in countFoldFCDExceptions()
/external/chromium_org/third_party/icu/source/test/intltest/
Dcanittst.cpp93 if (type == U_UNASSIGNED || type == U_PRIVATE_USE_CHAR in TestExhaustive()
Dtstnorm.cpp1229 if(category==U_UNASSIGNED) { in countFoldFCDExceptions()
/external/chromium_org/third_party/icu/source/test/cintltst/
Dcucdtst.c124 /* Cn */ U_UNASSIGNED,
1182 {0xeffff, U_UNASSIGNED} in enumTypeRange()
1251 if(type!=U_UNASSIGNED && type!=U_PRIVATE_USE_CHAR) { in enumDefaultsRange()
1278 if(type==U_UNASSIGNED || type==U_PRIVATE_USE_CHAR) { in enumDefaultsRange()
1357 if(type!=U_UNASSIGNED) { in TestUnicodeData()
1373 if(type==U_UNASSIGNED) { in TestUnicodeData()
/external/icu/icu4c/source/test/cintltst/
Dcucdtst.c123 /* Cn */ U_UNASSIGNED,
1181 {0xeffff, U_UNASSIGNED} in enumTypeRange()
1250 if(type!=U_UNASSIGNED && type!=U_PRIVATE_USE_CHAR) { in enumDefaultsRange()
1277 if(type==U_UNASSIGNED || type==U_PRIVATE_USE_CHAR) { in enumDefaultsRange()
1356 if(type!=U_UNASSIGNED) { in TestUnicodeData()
1372 if(type==U_UNASSIGNED) { in TestUnicodeData()
/external/chromium_org/third_party/icu/source/common/unicode/
Duchar.h596 U_UNASSIGNED = 0, enumerator
/external/icu/icu4c/source/common/unicode/
Duchar.h596 U_UNASSIGNED = 0, enumerator
/external/chromium_org/third_party/icu/source/i18n/
Ducol_elm.cpp1626 …if (type != U_UNASSIGNED && type != U_PRIVATE_USE_CHAR) { // if the range is assigned - we might o… in _enumCategoryRangeClosureCategory()