Searched refs:U_UNASSIGNED (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/third_party/icu/source/test/perf/usetperf/ |
D | usetperf.cpp | 109 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/ |
D | usetperf.cpp | 109 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/ |
D | hb-icu.cc | 100 case U_UNASSIGNED: return HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED; in hb_icu_unicode_general_category()
|
/external/harfbuzz_ng/src/ |
D | hb-icu.cc | 100 case U_UNASSIGNED: return HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED; in hb_icu_unicode_general_category()
|
/external/icu/icu4c/source/test/intltest/ |
D | canittst.cpp | 93 if (type == U_UNASSIGNED || type == U_PRIVATE_USE_CHAR in TestExhaustive()
|
D | tstnorm.cpp | 1229 if(category==U_UNASSIGNED) { in countFoldFCDExceptions()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | canittst.cpp | 93 if (type == U_UNASSIGNED || type == U_PRIVATE_USE_CHAR in TestExhaustive()
|
D | tstnorm.cpp | 1229 if(category==U_UNASSIGNED) { in countFoldFCDExceptions()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cucdtst.c | 124 /* 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/ |
D | cucdtst.c | 123 /* 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/ |
D | uchar.h | 596 U_UNASSIGNED = 0, enumerator
|
/external/icu/icu4c/source/common/unicode/ |
D | uchar.h | 596 U_UNASSIGNED = 0, enumerator
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | ucol_elm.cpp | 1626 …if (type != U_UNASSIGNED && type != U_PRIVATE_USE_CHAR) { // if the range is assigned - we might o… in _enumCategoryRangeClosureCategory()
|