Searched refs:isChoice (Results 1 – 7 of 7) sorted by relevance
890 UBool isChoice(int32_t index);
918 UBool isChoice = FALSE; in getCurrencyNameCount() local923 isChoice = TRUE; in getCurrencyNameCount()926 if (isChoice) { in getCurrencyNameCount()1050 UBool isChoice = FALSE; in collectCurrencyNames() local1055 isChoice = TRUE; in collectCurrencyNames()1058 if (isChoice) { in collectCurrencyNames()
772 UBool isChoice = FALSE; in keyValueDisplayName() local774 locale.getBaseName(), UCURR_LONG_NAME, &isChoice, &len, &sts); in keyValueDisplayName()
1006 if(isChoice(typeIndex)) { in parseArg()1400 private boolean isChoice(int index) {
1076 if(isChoice(typeIndex)) { in parseArg()1470 private boolean isChoice(int index) {
1077 if(isChoice(typeIndex)) { in parseArg()1471 private boolean isChoice(int index) {
616 if(isChoice(typeIndex)) { in parseArg()1039 MessagePattern::isChoice(int32_t index) { in isChoice() function in MessagePattern