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

/external/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp375 CEList *ceList = new CEList(coll, *st, status); local
377 ceToCharsStartingWith->put(ceList->get(0), st, status);
379 delete ceList;
390 CEList *ceList = new CEList(coll, *st, status); local
392 ceToCharsStartingWith->put(ceList->get(0), st, status);
394 delete ceList;
505 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const argument
514 uint32_t ce = ceList->get(offset);
515 int32_t maxOffset = ceList->size();
532 if (ceList
636 minLengthInChars(const CEList *ceList, int32_t offset) const argument
[all...]
H A Dssearch.cpp1099 CEList ceList(coll, testCase, status);
1103 if (ceList.size() == 0) {
1107 while (offset < ceList.size()) {
1108 int32_t ce = ceList.get(offset);
1133 matches = ceList.matchesAt(offset, ceList2);
1147 if (ceList.matchesAt(0, &altCEs)) {

Completed in 64 milliseconds