Home
last modified time | relevance | path

Searched refs:endCP (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/tools/gennorm2/
Dgennorm2.cpp196 uint32_t startCP, endCP; in parseFile() local
216 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
230 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
240 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
262 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()