Searched refs:ceList2 (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp525 const CEList *ceList2 = new CEList(coll, *string, status); local
528 delete ceList2;
529 ceList2 = NULL;
532 if (ceList->matchesAt(offset, ceList2)) {
533 U_ASSERT(ceList2 != NULL);
534 int32_t clength = ceList2->size();
544 delete ceList2;
556 delete ceList2;
H A Dssearch.cpp1119 const CEList *ceList2 = NULL; local
1132 ceList2 = collData->getCEList(string);
1133 matches = ceList.matchesAt(offset, ceList2);
1136 collData->freeCEList((CEList *) ceList2);
1141 offset += ceList2->size();
1142 collData->freeCEList(ceList2);

Completed in 496 milliseconds