Searched refs:intIntoCharArray (Results 1 - 1 of 1) sorted by path

/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/java/
H A DIntegralToString.java331 int cursor = intIntoCharArray(buf, bufLen, low);
347 * single call to intIntoCharArray. Otherwise, strip off the
348 * low-order digit, put it in buf, and then call intIntoCharArray
352 cursor = intIntoCharArray(buf, cursor, (int) n);
372 cursor = intIntoCharArray(buf, cursor, rest);
393 private static int intIntoCharArray(char[] buf, int cursor, int n) { method in class:IntegralToString

Completed in 76 milliseconds