Searched refs:startCP (Results 1 – 1 of 1) sorted by relevance
190 uint32_t startCP, endCP; in parseFile() local205 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()