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

/libcore/luni/src/main/native/
H A DIcuUtilities.cpp33 if (maybeThrowIcuException(env, provider, status)) {
38 if (maybeThrowIcuException(env, "StringEnumeration::count", status)) {
45 if (maybeThrowIcuException(env, "StringEnumeration::snext", status)) {
54 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error) { function

Completed in 79 milliseconds