OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ptrKeyword
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp
219
const UnicodeString *
ptrKeyword
;
243
while (sameList && (
ptrKeyword
=myKeywordList->snext(status))!=NULL) {
244
if (U_FAILURE(status) || !other.isKeyword(*
ptrKeyword
)) {
252
while (sameList && (
ptrKeyword
=otherKeywordList->snext(status))!=NULL) {
256
if (!this->isKeyword(*
ptrKeyword
)) {
/external/icu4c/i18n/
plurrule.cpp
299
const UnicodeString *
ptrKeyword
;
315
while ((
ptrKeyword
=myKeywordList->snext(status))!=NULL) {
316
if (!other.isKeyword(*
ptrKeyword
)) {
321
while ((
ptrKeyword
=otherKeywordList->snext(status))!=NULL) {
322
if (!this->isKeyword(*
ptrKeyword
)) {
[
all
...]
Completed in 46 milliseconds