Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/perf/normperf/
Dsimplenormperf.cpp44 int32_t numCP = 0; in toUTF8WithOffsets() local
46 offsets[numCP++] = i; in toUTF8WithOffsets()
49 offsets[numCP] = length; in toUTF8WithOffsets()
50 numCodePoints = numCP; in toUTF8WithOffsets()
/third_party/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp191 int32_t numCP=u_countChar32(toUCharPtr(m.getBuffer()), m.length()); in setRoundTripMapping() local
192 if(numCP!=2) { in setRoundTripMapping()
196 (int)phase, (long)c, (int)numCP); in setRoundTripMapping()
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/
Dn2builder.cpp191 int32_t numCP=u_countChar32(toUCharPtr(m.getBuffer()), m.length()); in setRoundTripMapping() local
192 if(numCP!=2) { in setRoundTripMapping()
196 (int)phase, (long)c, (int)numCP); in setRoundTripMapping()