OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:handledcpcount
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/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);
358
bias=adaptBias(delta,
handledCPCount
+1, (UBool)(
handledCPCount
==basicLength));
360
++
handledCPCount
;
/external/icu4c/common/
punycode.cpp
188
int32_t n, delta,
handledCPCount
, basicLength, destLength, bias, j, m, q, k, t, srcCPCount;
286
*
handledCPCount
is the number of code points that have been handled
297
for(
handledCPCount
=basicLength;
handledCPCount
<srcCPCount; /* no op */) {
313
if(m-n>(0x7fffffff-MAX_CP_COUNT-delta)/(
handledCPCount
+1)) {
317
delta+=(m-n)*(
handledCPCount
+1);
361
bias=adaptBias(delta,
handledCPCount
+1, (UBool)(
handledCPCount
==basicLength));
363
++
handledCPCount
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
Completed in 196 milliseconds