android_text_format_Time.cpp | 368 static int get_char(JNIEnv* env, const ScopedStringChars& s, int spos, int mul, function in namespace:android 413 n = get_char(env, s, 0, 1000, &thrown); 414 n += get_char(env, s, 1, 100, &thrown); 415 n += get_char(env, s, 2, 10, &thrown); 416 n += get_char(env, s, 3, 1, &thrown); 421 n = get_char(env, s, 4, 10, &thrown); 422 n += get_char(env, s, 5, 1, &thrown); 428 n = get_char(env, s, 6, 10, &thrown); 429 n += get_char(env, s, 7, 1, &thrown); 439 n = get_char(env, s, 9, 10, &thrown) [all...] |