OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ucaRules
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp
300
result->
ucaRules
= ures_getStringByKey(b,"
UCARules
",NULL,&intStatus);
492
result->
ucaRules
= NULL;
539
const UChar*
ucaRules
= 0;
544
ucaRules
= coll->
ucaRules
;
545
if (
ucaRules
) {
546
UCAlen = u_strlen(
ucaRules
);
549
ucaRules
= ures_getStringByKey(coll->rb,"
UCARules
",&UCAlen,&status)
[
all
...]
ucol_imp.h
[
all
...]
Completed in 29 milliseconds