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

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcolldata.cpp373 CEList *ceList = new CEList(coll, *st, status); local
375 ceToCharsStartingWith->put(ceList->get(0), st, status);
377 delete ceList;
388 CEList *ceList = new CEList(coll, *st, status); local
390 ceToCharsStartingWith->put(ceList->get(0), st, status);
392 delete ceList;
491 int32_t CollData::minLengthInChars(const CEList *ceList, int32_t offset, int32_t *history) const argument
500 uint32_t ce = ceList->get(offset);
501 int32_t maxOffset = ceList->size();
518 if (ceList
622 minLengthInChars(const CEList *ceList, int32_t offset) const argument
[all...]
/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...]

Completed in 132 milliseconds