Home
last modified time | relevance | path

Searched refs:basicLength (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
170 basicLength=dest.length(); in encode()
171 if(basicLength>0) { in encode()
187 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) { in encode()
244 bias=adaptBias(delta, handledCPCount+1,(handledCPCount==basicLength)); in encode()
283 int n, i, bias, basicLength, j, in, oldi, w, k, digit, t, in decode() local
300 basicLength=destCPCount=j; in decode()
302 for(j=0; j<basicLength; ++j) { in decode()
325 for(in=basicLength>0 ? basicLength+1 : 0; in<srcLength; /* no op */) { in decode()
/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
168 basicLength=dest.length(); in encode()
169 if(basicLength>0) { in encode()
185 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) { in encode()
242 bias=adaptBias(delta, handledCPCount+1,(handledCPCount==basicLength)); in encode()
281 int n, i, bias, basicLength, j, in, oldi, w, k, digit, t, in decode() local
298 basicLength=destCPCount=j; in decode()
300 for(j=0; j<basicLength; ++j) { in decode()
323 for(in=basicLength>0 ? basicLength+1 : 0; in<srcLength; /* no op */) { in decode()
/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
275 basicLength=destLength; in u_strToPunycode()
276 if(basicLength>0) { in u_strToPunycode()
295 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) { in u_strToPunycode()
359 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength)); in u_strToPunycode()
378 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, in u_strFromPunycode() local
413 destLength=basicLength=destCPCount=j; in u_strFromPunycode()
443 for(in=basicLength>0 ? basicLength+1 : 0; in<srcLength; /* no op */) { in u_strFromPunycode()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...