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

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

Completed in 161 milliseconds