Home
last modified time | relevance | path

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

/external/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()
/external/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()