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

  /libcore/luni/src/main/java/java/math/
BigInteger.java     [all...]
Conversion.java 86 int charsPerInt = digitFitInInt[radix];
100 int delta = charsPerInt - previous + currentChar;
  /external/chromium_org/third_party/WebKit/Source/wtf/text/
StringImpl.h 291 const unsigned charsPerInt = sizeof(uint32_t) / sizeof(T);
293 if (numCharacters > charsPerInt) {
294 unsigned stopCount = numCharacters & ~(charsPerInt - 1);
298 for (unsigned j = 0; i < stopCount; i += charsPerInt, ++j)

Completed in 573 milliseconds