OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countOfLongestMatch
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
tmutfmt.cpp
245
UnicodeString*
countOfLongestMatch
= NULL;
314
countOfLongestMatch
= count;
326
if ( *
countOfLongestMatch
== PLURAL_COUNT_ZERO ) {
328
} else if ( *
countOfLongestMatch
== PLURAL_COUNT_ONE ) {
330
} else if ( *
countOfLongestMatch
== PLURAL_COUNT_TWO ) {
[
all
...]
/external/icu4c/i18n/
tmutfmt.cpp
248
UnicodeString*
countOfLongestMatch
= NULL;
318
countOfLongestMatch
= count;
330
if (0 ==
countOfLongestMatch
->compare(PLURAL_COUNT_ZERO, 4)) {
332
} else if (0 ==
countOfLongestMatch
->compare(PLURAL_COUNT_ONE, 3)) {
334
} else if (0 ==
countOfLongestMatch
->compare(PLURAL_COUNT_TWO, 3)) {
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
Completed in 26 milliseconds