Home
last modified time | relevance | path

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

/external/icu4c/tools/gennorm2/
Dgennorm2.cpp190 uint32_t startCP, endCP; in parseFile() local
205 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
219 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
229 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
249 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
251 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()