Searched refs:handledCPCount (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/common/ |
D | punycode.c | 185 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount; in u_strToPunycode() local 294 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) { in u_strToPunycode() 310 if(m-n>(0x7fffffff-MAX_CP_COUNT-delta)/(handledCPCount+1)) { in u_strToPunycode() 314 delta+=(m-n)*(handledCPCount+1); in u_strToPunycode() 358 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength)); in u_strToPunycode() 360 ++handledCPCount; in u_strToPunycode()
|