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

  /libcore/luni/src/main/native/
IcuUtilities.h 25 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error);
IcuUtilities.cpp 33 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) {
libcore_icu_NativeConverter.cpp 69 if (maybeThrowIcuException(env, "ucnv_openStandardNames", status)) {
74 if (maybeThrowIcuException(env, "StringEnumeration::count", status)) {
80 if (maybeThrowIcuException(env, "StringEnumeration::snext", status)) {
181 maybeThrowIcuException(env, "openConverter", U_ILLEGAL_ARGUMENT_ERROR);
186 maybeThrowIcuException(env, "ucnv_open", status);
193 maybeThrowIcuException(env, "openConverter", U_ILLEGAL_ARGUMENT_ERROR);
217 maybeThrowIcuException(env, "toUConverter", U_ILLEGAL_ARGUMENT_ERROR);
222 maybeThrowIcuException(env, "uSource", U_ILLEGAL_ARGUMENT_ERROR);
227 maybeThrowIcuException(env, "uTarget", U_ILLEGAL_ARGUMENT_ERROR);
232 maybeThrowIcuException(env, "myData", U_ILLEGAL_ARGUMENT_ERROR)
    [all...]
java_util_regex_Matcher.cpp 99 CHECK(maybeThrowIcuException(env, "utext_openUChars", mStatus));
217 if (maybeThrowIcuException(env, "RegexPattern::matcher", status)) {
258 maybeThrowIcuException(env, "RegexPattern::groupNumberFromName", status);
libcore_icu_TimeZoneNames.cpp 55 if (maybeThrowIcuException(env, "TimeZoneNames::createInstance", status)) {
libcore_icu_ICU.cpp 758 if (maybeThrowIcuException(env, "icu::TimeZone::getTZDataVersion", status)) {
778 if (maybeThrowIcuException(env, "DateTimePatternGenerator::createInstance", status)) {
787 if (maybeThrowIcuException(env, "DateTimePatternGenerator::getBestPattern", status)) {
802 maybeThrowIcuException(env, "Locale::setDefault", status);
    [all...]

Completed in 524 milliseconds