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

  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
IntegralToString.java 57 /** TENS[i] contains the tens digit of the number i, 0 <= i <= 99. */
58 private static final char[] TENS = {
71 /** Ones [i] contains the tens digit of the number i, 0 <= i <= 99. */
187 i < 10 ? stringOf('-', ONES[i]) : stringOf('-', TENS[i], ONES[i]);
196 i < 10 ? stringOf(ONES[i]) : stringOf(TENS[i], ONES[i]);
218 buf[--cursor] = TENS[r];
406 buf[--cursor] = TENS[r];
  /external/icu/android_icu4j/src/main/java/android/icu/text/
PluralSamples.java 186 private static final int[] TENS = {1, 10, 100, 1000, 10000, 100000, 1000000};
211 if (fract >= TENS[LIMIT_FRACTION_SAMPLES-1]) { // make sure that we always get the value
218 if (fract >= TENS[i]) {
221 toAddTo.add(new FixedDecimal(base + fract/(double)TENS[i], visibleFractions));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
PluralSamples.java 184 private static final int[] TENS = {1, 10, 100, 1000, 10000, 100000, 1000000};
209 if (fract >= TENS[LIMIT_FRACTION_SAMPLES-1]) { // make sure that we always get the value
216 if (fract >= TENS[i]) {
219 toAddTo.add(new FixedDecimal(base + fract/(double)TENS[i], visibleFractions));
  /frameworks/base/core/tests/coretests/src/android/database/
DatabasePerformanceTests.java 131 result += TENS[(number / 10)];
    [all...]
NewDatabasePerformanceTests.java 88 result += TENS[(number / 10)];
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-core.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 1249 milliseconds