OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:locRule
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp
147
UnicodeString
locRule
= newObj->getRuleFromResource(locale, status);
148
if ((
locRule
.length() != 0) && U_SUCCESS(status)) {
149
newObj->parseDescription(
locRule
, rChain, status);
154
if (U_FAILURE(status)||(
locRule
.length() == 0)) {
/external/icu4c/i18n/
plurrule.cpp
162
UnicodeString
locRule
= newObj->getRuleFromResource(locale, type, status);
163
if ((
locRule
.length() != 0) && U_SUCCESS(status)) {
164
newObj->parseDescription(
locRule
, rChain, status);
169
if (U_FAILURE(status)||(
locRule
.length() == 0)) {
[
all
...]
Completed in 172 milliseconds