Searched refs:falseValues (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Ducdtest.cpp302 static const char *const falseValues[]={ "N", "No", "F", "False" }; local
305 for(i=0; i<LENGTHOF(falseValues); ++i) {
307 pattern.insert(pattern.length()-2, UnicodeString(falseValues[i], -1, US_INV));
311 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", falseValues[i], u_errorName(errorCode));
316 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dcucdapi.c601 static const char *const falseValues[]={ "N", "No", "F", "False" }; local
604 for(i=0; i<LENGTHOF(falseValues); ++i) {
605 if(FALSE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC, falseValues[i])) {
606 log_data_err("u_getPropertyValueEnum(UCHAR_ALPHABETIC, \"%s\")!=FALSE (Are you missing data?)\n", falseValues[i]);

Completed in 157 milliseconds