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

/external/chromium_org/third_party/icu/source/test/perf/usetperf/
H A Dusetperf.cpp109 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::add) ; break;
111 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::contains) ; break;
113 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::iterator) ; break;
/external/icu/icu4c/source/test/perf/usetperf/
H A Dusetperf.cpp109 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::add) ; break;
111 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::contains) ; break;
113 if (exec) return new CmdOp(U_UNASSIGNED, &CmdOp::iterator) ; break;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-icu.cc100 case U_UNASSIGNED: return HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcanittst.cpp93 if (type == U_UNASSIGNED || type == U_PRIVATE_USE_CHAR
H A Dtstnorm.cpp1197 if(category==U_UNASSIGNED) {
/external/harfbuzz_ng/src/
H A Dhb-icu.cc100 case U_UNASSIGNED: return HB_UNICODE_GENERAL_CATEGORY_UNASSIGNED;
/external/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp93 if (type == U_UNASSIGNED || type == U_PRIVATE_USE_CHAR
H A Dtstnorm.cpp1229 if(category==U_UNASSIGNED) {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duchar.h591 U_UNASSIGNED = 0, enumerator in enum:UCharCategory
592 /** Cn "Other, Not Assigned (no characters in [UnicodeData.txt] have this property)" (same as U_UNASSIGNED!) @stable ICU 2.0 */
2449 * for enumerating all assigned code points (type!=U_UNASSIGNED), etc.
/external/icu/icu4c/source/common/unicode/
H A Duchar.h596 U_UNASSIGNED = 0, enumerator in enum:UCharCategory
597 /** Cn "Other, Not Assigned (no characters in [UnicodeData.txt] have this property)" (same as U_UNASSIGNED!) @stable ICU 2.0 */
2617 * for enumerating all assigned code points (type!=U_UNASSIGNED), etc.
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c124 /* Cn */ U_UNASSIGNED,
1066 {0xeffff, U_UNASSIGNED}
1130 if(type!=U_UNASSIGNED && type!=U_PRIVATE_USE_CHAR) {
1157 if(type==U_UNASSIGNED || type==U_PRIVATE_USE_CHAR) {
1226 if(type!=U_UNASSIGNED) {
1227 log_err("error: u_charType(U+%04lx)!=U_UNASSIGNED (returns %d)\n", c, u_charType(c));
1242 if(type==U_UNASSIGNED) {
1243 log_err("error: u_charType(U+%04lx)==U_UNASSIGNED\n", c);
/external/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c123 /* Cn */ U_UNASSIGNED,
1181 {0xeffff, U_UNASSIGNED}
1250 if(type!=U_UNASSIGNED && type!=U_PRIVATE_USE_CHAR) {
1277 if(type==U_UNASSIGNED || type==U_PRIVATE_USE_CHAR) {
1356 if(type!=U_UNASSIGNED) {
1357 log_err("error: u_charType(U+%04lx)!=U_UNASSIGNED (returns %d)\n", c, u_charType(c));
1372 if(type==U_UNASSIGNED) {
1373 log_err("error: u_charType(U+%04lx)==U_UNASSIGNED\n", c);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp1617 if (type != U_UNASSIGNED && type != U_PRIVATE_USE_CHAR) { // if the range is assigned - we might ommit more categories later

Completed in 974 milliseconds