OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:collatorstrength
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/test/intltest/
ssearch.cpp
196
UColAttributeValue
collatorStrength
= UCOL_PRIMARY;
197
if (strength==NULL) {
collatorStrength
= UCOL_TERTIARY;}
198
else if (*strength=="PRIMARY") {
collatorStrength
= UCOL_PRIMARY;}
199
else if (*strength=="SECONDARY") {
collatorStrength
= UCOL_SECONDARY;}
200
else if (*strength=="TERTIARY") {
collatorStrength
= UCOL_TERTIARY;}
201
else if (*strength=="QUATERNARY") {
collatorStrength
= UCOL_QUATERNARY;}
202
else if (*strength=="IDENTICAL") {
collatorStrength
= UCOL_IDENTICAL;}
293
ucol_setStrength(collator.getAlias(),
collatorStrength
);
534
UColAttributeValue
collatorStrength
= UCOL_PRIMARY;
535
if (strength==NULL) {
collatorStrength
= UCOL_TERTIARY;
[
all
...]
Completed in 44 milliseconds