Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/cintltst/
Dcallcoll.c154 UBool doneCase = false; in sortKeyToString() local
170 …coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_ON && strength == UCOL_SECONDARY && doneCase == false) { in sortKeyToString()
171 doneCase = true; in sortKeyToString()
172 …} else if(ucol_getAttribute(coll, UCOL_CASE_LEVEL, &errorCode) == UCOL_OFF || doneCase == true || … in sortKeyToString()