OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doneCase
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
callcoll.c
149
UBool
doneCase
= FALSE;
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) {
[
all
...]
capitst.c
52
UBool
doneCase
= FALSE;
72
if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_ON && strength == UCOL_SECONDARY &&
doneCase
== FALSE) {
73
doneCase
= TRUE;
74
} else if(ucol_getAttribute(coll,UCOL_CASE_LEVEL, &error_code) == UCOL_OFF ||
doneCase
== TRUE || strength != UCOL_SECONDARY) {
[
all
...]
/external/icu4c/test/cintltst/
callcoll.c
149
UBool
doneCase
= FALSE;
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) {
[
all
...]
Completed in 198 milliseconds