Home
last modified time | relevance | path

Searched refs:next_char (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/jni/
DTime.cpp106 next_char(int *m, int k) in next_char() function
119 buf[0] = next_char(&n, 1000); in format2445()
120 buf[1] = next_char(&n, 100); in format2445()
121 buf[2] = next_char(&n, 10); in format2445()
125 buf[4] = next_char(&n, 10); in format2445()
129 buf[6] = next_char(&n, 10); in format2445()
136 buf[9] = next_char(&n, 10); in format2445()
140 buf[11] = next_char(&n, 10); in format2445()
144 buf[13] = next_char(&n, 10); in format2445()