Home
last modified time | relevance | path

Searched refs:isKeywordA (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dplurults.cpp227 … UBool isKeywordA[] = {TRUE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE, TRUE, FALSE, FALSE, TRUE }; in testAPI() local
229 if ((newRules->select(fData[i])== KEYWORD_A) != isKeywordA[i]) { in testAPI()
231 … " number = %g, expected %s", __FILE__, __LINE__, fData[i], isKeywordA[i]?"TRUE":"FALSE"); in testAPI()