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

  /external/icu4c/i18n/
colldata.cpp 889 const CEList *ceList2 = charsToCEList->get(string);
892 const CEList *ceList2 = new CEList(coll, *string, status);
895 delete ceList2;
896 ceList2 = NULL;
900 if (ceList->matchesAt(offset, ceList2)) {
901 U_ASSERT(ceList2 != NULL);
902 int32_t clength = ceList2->size();
913 delete ceList2;
926 delete ceList2;
  /external/icu4c/test/intltest/
ssearch.cpp     [all...]

Completed in 801 milliseconds