OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:myKeywordList
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp
225
StringEnumeration*
myKeywordList
= getKeywords(status);
234
if (
myKeywordList
->count(status)!=otherKeywordList->count(status) ||
239
myKeywordList
->reset(status);
243
while (sameList && (ptrKeyword=
myKeywordList
->snext(status))!=NULL) {
260
delete
myKeywordList
;
/external/icu4c/i18n/
plurrule.cpp
305
LocalPointer<StringEnumeration>
myKeywordList
(getKeywords(status));
311
if (
myKeywordList
->count(status)!=otherKeywordList->count(status)) {
314
myKeywordList
->reset(status);
315
while ((ptrKeyword=
myKeywordList
->snext(status))!=NULL) {
[
all
...]
Completed in 34 milliseconds