HomeSort by relevance Sort by last modified time
    Searched refs:handledCPCount (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/common/
punycode.c 185 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount;
283 * handledCPCount is the number of code points that have been handled
294 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) {
310 if(m-n>(0x7fffffff-MAX_CP_COUNT-delta)/(handledCPCount+1)) {
314 delta+=(m-n)*(handledCPCount+1);
356 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength));
358 ++handledCPCount;
  /external/icu4c/common/
punycode.c 185 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount;
283 * handledCPCount is the number of code points that have been handled
294 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) {
310 if(m-n>(0x7fffffff-MAX_CP_COUNT-delta)/(handledCPCount+1)) {
314 delta+=(m-n)*(handledCPCount+1);
356 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength));
358 ++handledCPCount;

Completed in 55 milliseconds