HomeSort by relevance Sort by last modified time
    Searched refs:ptrKeyword (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
plurrule.cpp 338 const UnicodeString *ptrKeyword;
354 while ((ptrKeyword=myKeywordList->snext(status))!=NULL) {
355 if (!other.isKeyword(*ptrKeyword)) {
360 while ((ptrKeyword=otherKeywordList->snext(status))!=NULL) {
361 if (!this->isKeyword(*ptrKeyword)) {
    [all...]
  /external/icu/icu4c/source/i18n/
plurrule.cpp 441 const UnicodeString *ptrKeyword;
457 while ((ptrKeyword=myKeywordList->snext(status))!=NULL) {
458 if (!other.isKeyword(*ptrKeyword)) {
463 while ((ptrKeyword=otherKeywordList->snext(status))!=NULL) {
464 if (!this->isKeyword(*ptrKeyword)) {
    [all...]

Completed in 71 milliseconds