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

/external/icu4c/common/
H A Dpunycode.c185 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount; local
274 basicLength=destLength;
275 if(basicLength>0) {
284 * basicLength is the number of basic code points
294 for(handledCPCount=basicLength; handledCPCount<srcCPCount; /* no op */) {
358 bias=adaptBias(delta, handledCPCount+1, (UBool)(handledCPCount==basicLength));
376 int32_t n, destLength, i, bias, basicLength, j, in, oldi, w, k, digit, t, local
396 * Let basicLength be the number of input code points
398 * then copy the first basicLength code points to the output.
407 destLength=basicLength
[all...]
/external/webkit/Source/WebCore/dom/
H A DStyledElement.cpp353 int basicLength = (color.length() + 2) / 3; local
354 if (basicLength > 1) {
359 int maxDigit = basicLength-1;
363 while (pos < (int)color.length() && numDigits < basicLength) {
372 while (numDigits++ < basicLength)
376 maxDigit = basicLength - maxDigit;
/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 63 milliseconds