HomeSort by relevance Sort by last modified time
    Searched refs:basicLength (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
punycode.c 185 int32_t n, delta, handledCPCount, basicLength, destLength, bias, j, m, q, k, t, srcCPCount;
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,
396 * Let basicLength be the number of input code points
398 * then copy the first basicLength code points to the output.
407 destLength=basicLength=destCPCount=j
    [all...]
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 353 int basicLength = (color.length() + 2) / 3;
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;
  /cts/tests/tests/database/src/android/database/cts/
CursorJoinerTest.java 185 int basicLength = Integer.toString(value).length();
187 for (int i = 0; i < (maxLength - basicLength); i++) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 228 milliseconds