Searched refs:isKeywordA (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | plurults.cpp | 225 … UBool isKeywordA[] = {TRUE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, TRUE }; in testAPI() local 227 if ((newRules->select(fData[i])== KEYWORD_A) != isKeywordA[i]) { in testAPI() 229 … " number = %g, expected %s", __FILE__, __LINE__, fData[i], isKeywordA[i]?"TRUE":"FALSE"); in testAPI()
|