Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
/third_party/icu/icu4c/source/tools/gennorm2/
Dgennorm2.cpp236 uint32_t startCP, endCP; in parseFile() local
264 u_parseCodePointRangeAnyTerminator(line, &startCP, &endCP, &delimiter, errorCode); in parseFile()
269 if (endCP >= 0xd800 && startCP <= 0xdfff) { in parseFile()
283 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
293 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()
313 builder.setRoundTripMapping((UChar32)startCP, mapping); in parseFile()
315 for(UChar32 c=(UChar32)startCP; c<=(UChar32)endCP; ++c) { in parseFile()