Home
last modified time | relevance | path

Searched refs:handledCPCount (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DPunycode.java133 int n, delta, handledCPCount, basicLength, bias, j, m, q, k, t, srcCPCount; in encode() local
187 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) { in encode()
203 if(m-n>(0x7fffffff-handledCPCount-delta)/(handledCPCount+1)) { in encode()
206 delta+=(m-n)*(handledCPCount+1); in encode()
244 bias=adaptBias(delta, handledCPCount+1,(handledCPCount==basicLength)); in encode()
246 ++handledCPCount; in encode()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPunycode.java131 int n, delta, handledCPCount, basicLength, bias, j, m, q, k, t, srcCPCount; in encode() local
185 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) { in encode()
201 if(m-n>(0x7fffffff-handledCPCount-delta)/(handledCPCount+1)) { in encode()
204 delta+=(m-n)*(handledCPCount+1); in encode()
242 bias=adaptBias(delta, handledCPCount+1,(handledCPCount==basicLength)); in encode()
244 ++handledCPCount; in encode()
/external/icu/icu4c/source/common/
Dpunycode.cpp188 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount; in u_strToPunycode() local
295 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) { in u_strToPunycode()
311 if(m-n>(0x7fffffff-handledCPCount-delta)/(handledCPCount+1)) { in u_strToPunycode()
315 delta+=(m-n)*(handledCPCount+1); in u_strToPunycode()
359 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength)); in u_strToPunycode()
361 ++handledCPCount; in u_strToPunycode()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...