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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Ducdtest.cpp301 static const char *const falseValues[]={ "N", "No", "F", "False" }; local
304 for(i=0; i<LENGTHOF(falseValues); ++i) {
306 pattern.insert(pattern.length()-2, UnicodeString(falseValues[i], -1, US_INV));
310 errln("UnicodeSet([:Alphabetic=%s:]) failed - %s\n", falseValues[i], u_errorName(errorCode));
315 errln("UnicodeSet([:Alphabetic=%s:]).complement()!=UnicodeSet([:Alphabetic:])\n", falseValues[i]);
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcucdapi.c597 static const char *const falseValues[]={ "N", "No", "F", "False" }; local
600 for(i=0; i<LENGTHOF(falseValues); ++i) {
601 if(FALSE!=u_getPropertyValueEnum(UCHAR_ALPHABETIC, falseValues[i])) {
602 log_data_err("u_getPropertyValueEnum(UCHAR_ALPHABETIC, \"%s\")!=FALSE (Are you missing data?)\n", falseValues[i]);

Completed in 69 milliseconds