Searched defs:thrown (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_text_format_Time.cpp364 bool *thrown)
370 if (!*thrown) {
374 *thrown = true;
399 bool thrown = false; local
411 n = get_char(env, s, 0, 1000, &thrown);
412 n += get_char(env, s, 1, 100, &thrown);
413 n += get_char(env, s, 2, 10, &thrown);
414 n += get_char(env, s, 3, 1, &thrown);
415 if (thrown) return false;
419 n = get_char(env, s, 4, 10, &thrown);
363 get_char(JNIEnv* env, const jchar *s, int spos, int mul, bool *thrown) argument
482 bool thrown = false; local
[all...]

Completed in 126 milliseconds