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

/external/icu4c/test/cintltst/
H A Dcallcoll.c149 UBool doneCase = FALSE; local
165 if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
166 doneCase = TRUE;
167 } else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {
H A Dcapitst.c53 UBool doneCase = FALSE; local
73 if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == FALSE) {
74 doneCase = TRUE;
75 } else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF || doneCase == TRUE || strength != UCOL_SECONDARY) {

Completed in 61 milliseconds