Home
last modified time | relevance | path

Searched defs:CodePointIterator (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp367 class CodePointIterator { class
369 CodePointIterator(const UChar32 *cp, int32_t length) : cp(cp), length(length), pos(0) {} in CodePointIterator() function in CodePointIterator