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

  /external/chromium/third_party/icu/source/test/intltest/
rbbitst.cpp 624 StringEnumeration *enumer2 = NULL; local
716 enumer2 = compactDict->openWords(status);
722 if (wordCount != (testCount = enumer2->count(status))) {
728 if (enumer1->getDynamicClassID() == enumer2->getDynamicClassID()) {
733 delete enumer2;
734 enumer2 = NULL;
902 StringEnumeration *enumer2 = NULL; local
    [all...]
  /external/icu4c/test/intltest/
rbbitst.cpp 651 StringEnumeration *enumer2 = NULL; local
743 enumer2 = compactDict->openWords(status);
749 if (wordCount != (testCount = enumer2->count(status))) {
755 if (enumer1->getDynamicClassID() == enumer2->getDynamicClassID()) {
760 delete enumer2;
761 enumer2 = NULL;
    [all...]

Completed in 42 milliseconds