OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strengths
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/test/intltest/
ssearch.cpp
1399
UCollationStrength
strengths
[] = {UCOL_PRIMARY, UCOL_SECONDARY, UCOL_TERTIARY};
local
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cmsccoll.c
298
UColAttributeValue
strengths
[] = {
variable
369
for(k = 0; k<sizeof(
strengths
)/sizeof(
strengths
[0]); k++) {
370
ucol_setAttribute(coll, UCOL_STRENGTH,
strengths
[k], &status);
[
all
...]
Completed in 163 milliseconds