Searched refs:numCP (Results 1 – 2 of 2) sorted by relevance
44 int32_t numCP = 0; in toUTF8WithOffsets() local46 offsets[numCP++] = i; in toUTF8WithOffsets()49 offsets[numCP] = length; in toUTF8WithOffsets()50 numCodePoints = numCP; in toUTF8WithOffsets()
191 int32_t numCP=u_countChar32(toUCharPtr(m.getBuffer()), m.length()); in setRoundTripMapping() local192 if(numCP!=2) { in setRoundTripMapping()196 (int)phase, (long)c, (int)numCP); in setRoundTripMapping()