Searched refs:basicLength (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPunycode.java131 int n, delta, handledCPCount, basicLength, bias, j, m, q, k, t, srcCPCount;
164 basicLength=dest.length();
165 if(basicLength>0) {
171 * basicLength is the number of basic code points
181 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) {
238 bias=adaptBias(delta, handledCPCount+1,(handledCPCount==basicLength));
274 int n, i, bias, basicLength, j, in, oldi, w, k, digit, t,
280 * Let basicLength be the number of input code points
282 * then copy the first basicLength code points to the output.
291 basicLength
[all...]
/external/icu/icu4c/source/common/
H A Dpunycode.cpp188 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount; local
277 basicLength=destLength;
278 if(basicLength>0) {
287 * basicLength is the number of basic code points
297 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) {
361 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength));
379 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, local
399 * Let basicLength be the number of input code points
401 * then copy the first basicLength code points to the output.
410 destLength=basicLength
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 79 milliseconds