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

  /libcore/luni/src/main/native/
IcuUtilities.h 26 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error);
IcuUtilities.cpp 43 if (maybeThrowIcuException(env, "StringEnumeration::count", status)) {
50 if (maybeThrowIcuException(env, "StringEnumeration::snext", status)) {
59 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error) {
libcore_icu_AlphabeticIndex.cpp 35 if (maybeThrowIcuException(env, "AlphabeticIndex", status)) {
54 maybeThrowIcuException(env, "AlphabeticIndex::setMaxLabelCount", status);
61 maybeThrowIcuException(env, "AlphabeticIndex::addLabels", status);
69 maybeThrowIcuException(env, "AlphabeticIndex::addLabels", status);
76 if (maybeThrowIcuException(env, "AlphabeticIndex::getBucketCount", status)) {
90 if (maybeThrowIcuException(env, "AlphabeticIndex::getBucketIndex", status)) {
106 if (maybeThrowIcuException(env, "AlphabeticIndex::resetBucketIterator", status)) {
114 if (maybeThrowIcuException(env, "AlphabeticIndex::nextBucket", status)) {
132 if (maybeThrowIcuException(env, "AlphabeticIndex::buildImmutableIndex", status)) {
155 if (maybeThrowIcuException(env, "AlphabeticIndex::ImmutableIndex::getBucketIndex", status))
    [all...]
libcore_icu_NativeNormalizer.cpp 35 maybeThrowIcuException(env, "Normalizer::normalize", status);
47 maybeThrowIcuException(env, "Normalizer::isNormalized", status);
libcore_icu_NativeCollation.cpp 54 maybeThrowIcuException(env, "ucol_getAttribute", status);
65 maybeThrowIcuException(env, "ucol_openElements", status);
110 maybeThrowIcuException(env, "ucol_next", status);
121 maybeThrowIcuException(env, "ucol_open", status);
133 maybeThrowIcuException(env, "ucol_openRules", status);
140 maybeThrowIcuException(env, "ucol_previous", status);
152 maybeThrowIcuException(env, "ucol_safeClone", status);
159 maybeThrowIcuException(env, "ucol_setAttribute", status);
165 maybeThrowIcuException(env, "ucol_setOffset", status);
175 maybeThrowIcuException(env, "ucol_setText", status)
    [all...]
libcore_icu_NativeConverter.cpp 78 maybeThrowIcuException(env, "ucnv_open", status);
100 maybeThrowIcuException(env, "toUConverter", U_ILLEGAL_ARGUMENT_ERROR);
105 maybeThrowIcuException(env, "uSource", U_ILLEGAL_ARGUMENT_ERROR);
110 maybeThrowIcuException(env, "uTarget", U_ILLEGAL_ARGUMENT_ERROR);
115 maybeThrowIcuException(env, "myData", U_ILLEGAL_ARGUMENT_ERROR);
144 maybeThrowIcuException(env, "ucnv_fromUnicode", errorCode);
155 maybeThrowIcuException(env, "toUConverter", U_ILLEGAL_ARGUMENT_ERROR);
160 maybeThrowIcuException(env, "uSource", U_ILLEGAL_ARGUMENT_ERROR);
165 maybeThrowIcuException(env, "uTarget", U_ILLEGAL_ARGUMENT_ERROR);
170 maybeThrowIcuException(env, "myData", U_ILLEGAL_ARGUMENT_ERROR)
    [all...]
java_text_Bidi.cpp 92 maybeThrowIcuException(env, "ubidi_setPara", err);
98 if (maybeThrowIcuException(env, "ubidi_openSized", status)) {
103 maybeThrowIcuException(env, "ubidi_setLine", status);
122 if (maybeThrowIcuException(env, "ubidi_getLevels", status)) {
134 maybeThrowIcuException(env, "ubidi_countRuns", status);
145 if (maybeThrowIcuException(env, "ubidi_countRuns", status)) {
libcore_icu_NativePluralRules.cpp 54 maybeThrowIcuException(env, "PluralRules::forLocale", status);
libcore_icu_Transliterator.cpp 38 if (maybeThrowIcuException(env, "Transliterator::createInstance", status)) {
java_util_regex_Matcher.cpp 75 maybeThrowIcuException(mEnv, "utext_close", mStatus);
177 maybeThrowIcuException(env, "RegexPattern::matcher", status);
libcore_icu_NativeBreakIterator.cpp 76 maybeThrowIcuException(mEnv, "utext_close", mStatus);
117 if (maybeThrowIcuException(env, "ubrk_open", status)) { \
libcore_icu_NativeDecimalFormat.cpp 125 maybeThrowIcuException(env, "DecimalFormat::DecimalFormat", status);
147 maybeThrowIcuException(env, "unum_setSymbol", status);
168 maybeThrowIcuException(env, "unum_setTextAttribute", status);
187 return maybeThrowIcuException(env, "unum_getTextAttribute", status) ? NULL : env->NewString(chars.get(), charCount);
205 maybeThrowIcuException(env, function, status);
libcore_icu_TimeZoneNames.cpp 63 if (maybeThrowIcuException(env, "TimeZoneNames::createInstance", status)) {
libcore_icu_ICU.cpp 692 if (maybeThrowIcuException(env, "uenum_count", status)) {
697 maybeThrowIcuException(env, "uenum_unext", status);
706 if (maybeThrowIcuException(env, "DateTimePatternGenerator::createInstance", status)) {
715 if (maybeThrowIcuException(env, "DateTimePatternGenerator::getBestPattern", status)) {
    [all...]

Completed in 1002 milliseconds