HomeSort by relevance Sort by last modified time
    Searched refs:maybeThrowIcuException (Results 1 - 12 of 12) sorted by null

  /libcore/luni/src/main/native/
JniException.h 28 bool maybeThrowIcuException(JNIEnv* env, UErrorCode error);
JniException.cpp 20 bool maybeThrowIcuException(JNIEnv* env, UErrorCode error) {
libcore_icu_NativeNormalizer.cpp 31 maybeThrowIcuException(env, status);
40 maybeThrowIcuException(env, status);
libcore_icu_NativeCollation.cpp 53 maybeThrowIcuException(env, status);
64 maybeThrowIcuException(env, status);
109 maybeThrowIcuException(env, status);
120 maybeThrowIcuException(env, status);
132 maybeThrowIcuException(env, status);
139 maybeThrowIcuException(env, status);
151 maybeThrowIcuException(env, status);
158 maybeThrowIcuException(env, status);
164 maybeThrowIcuException(env, status);
174 maybeThrowIcuException(env, status)
    [all...]
java_text_Bidi.cpp 91 maybeThrowIcuException(env, err);
97 if (maybeThrowIcuException(env, status)) {
102 maybeThrowIcuException(env, status);
121 if (maybeThrowIcuException(env, status)) {
133 maybeThrowIcuException(env, status);
144 if (maybeThrowIcuException(env, status)) {
libcore_icu_NativePluralRules.cpp 37 maybeThrowIcuException(env, status);
libcore_icu_NativeBreakIterator.cpp 58 maybeThrowIcuException(env, status);
65 if (maybeThrowIcuException(env, status)) {
123 if (maybeThrowIcuException(env, status)) {
java_util_regex_Matcher.cpp 74 maybeThrowIcuException(mEnv, mStatus);
176 maybeThrowIcuException(env, status);
libcore_icu_NativeDecimalFormat.cpp 125 maybeThrowIcuException(env, status);
147 maybeThrowIcuException(env, status);
168 maybeThrowIcuException(env, status);
187 return maybeThrowIcuException(env, status) ? NULL : env->NewString(chars.get(), charCount);
203 maybeThrowIcuException(env, status);
libcore_icu_TimeZones.cpp 46 if (maybeThrowIcuException(env, status)) {
53 if (maybeThrowIcuException(env, status)) {
libcore_icu_NativeConverter.cpp 77 maybeThrowIcuException(env, status);
libcore_icu_ICU.cpp 721 maybeThrowIcuException(env, status);
    [all...]

Completed in 148 milliseconds