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

  /external/icu4c/test/intltest/
rbbitst.cpp 652 StringEnumeration *enumer2 = NULL; local
744 enumer2 = compactDict->openWords(status);
750 if (wordCount != (testCount = enumer2->count(status))) {
756 if (typeid(*enumer1) == typeid(*enumer2)) {
761 delete enumer2;
762 enumer2 = NULL;
    [all...]

Completed in 73 milliseconds