OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapRuleLen
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/intltest/
nptrans.cpp
66
int32_t
mapRuleLen
= 0;
67
const UChar *mapRuleUChar = ures_getStringByKey(bundle, "MapNoNormalization", &
mapRuleLen
, &status);
68
UnicodeString rule(mapRuleUChar,
mapRuleLen
);
/external/icu4c/test/intltest/
nptrans.cpp
66
int32_t
mapRuleLen
= 0;
67
const UChar *mapRuleUChar = ures_getStringByKey(bundle, "MapNoNormalization", &
mapRuleLen
, &status);
68
UnicodeString rule(mapRuleUChar,
mapRuleLen
);
Completed in 584 milliseconds