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

  /libcore/luni/src/main/native/
IcuUtilities.h 28 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error);
IcuUtilities.cpp 32 if (maybeThrowIcuException(env, provider, status)) {
37 if (maybeThrowIcuException(env, "StringEnumeration::count", status)) {
44 if (maybeThrowIcuException(env, "StringEnumeration::snext", status)) {
53 bool maybeThrowIcuException(JNIEnv* env, const char* function, UErrorCode error) {
libcore_icu_AlphabeticIndex.cpp 39 if (maybeThrowIcuException(env, "AlphabeticIndex", status)) {
58 maybeThrowIcuException(env, "AlphabeticIndex::setMaxLabelCount", status);
69 maybeThrowIcuException(env, "AlphabeticIndex::addLabels", status);
77 maybeThrowIcuException(env, "AlphabeticIndex::addLabels", status);
84 if (maybeThrowIcuException(env, "AlphabeticIndex::getBucketCount", status)) {
98 if (maybeThrowIcuException(env, "AlphabeticIndex::getBucketIndex", status)) {
114 if (maybeThrowIcuException(env, "AlphabeticIndex::resetBucketIterator", status)) {
122 if (maybeThrowIcuException(env, "AlphabeticIndex::nextBucket", status)) {
140 if (maybeThrowIcuException(env, "AlphabeticIndex::buildImmutableIndex", status)) {
163 if (maybeThrowIcuException(env, "AlphabeticIndex::ImmutableIndex::getBucketIndex", status))
    [all...]
libcore_icu_DateIntervalFormat.cpp 40 if (maybeThrowIcuException(env, "DateIntervalFormat::createInstance", status)) {
65 if (maybeThrowIcuException(env, "DateIntervalFormat::format", status)) {
libcore_icu_NativeNormalizer.cpp 35 maybeThrowIcuException(env, "Normalizer::normalize", status);
47 maybeThrowIcuException(env, "Normalizer::isNormalized", status);
libcore_icu_NativeConverter.cpp 68 if (maybeThrowIcuException(env, "ucnv_openStandardNames", status)) {
73 if (maybeThrowIcuException(env, "StringEnumeration::count", status)) {
79 if (maybeThrowIcuException(env, "StringEnumeration::snext", status)) {
166 maybeThrowIcuException(env, "ucnv_open", status);
188 maybeThrowIcuException(env, "toUConverter", U_ILLEGAL_ARGUMENT_ERROR);
193 maybeThrowIcuException(env, "uSource", U_ILLEGAL_ARGUMENT_ERROR);
198 maybeThrowIcuException(env, "uTarget", U_ILLEGAL_ARGUMENT_ERROR);
203 maybeThrowIcuException(env, "myData", U_ILLEGAL_ARGUMENT_ERROR);
233 maybeThrowIcuException(env, "ucnv_fromUnicode", errorCode);
244 maybeThrowIcuException(env, "toUConverter", U_ILLEGAL_ARGUMENT_ERROR)
    [all...]
libcore_icu_NativeCollation.cpp 117 maybeThrowIcuException(env, "ucol_getAttribute", status);
129 maybeThrowIcuException(env, "ucol_openElements", status);
179 maybeThrowIcuException(env, "ucol_next", status);
191 maybeThrowIcuException(env, "ucol_open", status);
203 maybeThrowIcuException(env, "ucol_openRules", status);
210 maybeThrowIcuException(env, "ucol_previous", status);
221 maybeThrowIcuException(env, "ucol_safeClone", status);
228 maybeThrowIcuException(env, "ucol_setAttribute", status);
234 maybeThrowIcuException(env, "ucol_setOffset", status);
243 maybeThrowIcuException(env, "ucol_setText", status)
    [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 37 if (maybeThrowIcuException(env, "Transliterator::createInstance", status)) {
libcore_icu_TimeZoneNames.cpp 71 if (maybeThrowIcuException(env, "TimeZoneNames::createInstance", status)) {
127 if (maybeThrowIcuException(env, "TimeZoneNames::createInstance", status)) {
libcore_icu_NativeDecimalFormat.cpp 130 maybeThrowIcuException(env, "DecimalFormat::DecimalFormat", status);
152 maybeThrowIcuException(env, "unum_setSymbol", status);
173 maybeThrowIcuException(env, "unum_setTextAttribute", status);
192 return maybeThrowIcuException(env, "unum_getTextAttribute", status) ? NULL : env->NewString(chars.get(), charCount);
210 maybeThrowIcuException(env, function, status);
266 if (maybeThrowIcuException(env, "DecimalFormat::format", status)) {
java_util_regex_Matcher.cpp 75 maybeThrowIcuException(mEnv, "utext_close", mStatus);
177 maybeThrowIcuException(env, "RegexPattern::matcher", status);
libcore_icu_NativeBreakIterator.cpp 77 maybeThrowIcuException(mEnv, "utext_close", mStatus);
117 if (maybeThrowIcuException(env, "ubrk_open", status)) { \
libcore_icu_ICU.cpp 750 if (maybeThrowIcuException(env, "DateTimePatternGenerator::createInstance", status)) {
759 if (maybeThrowIcuException(env, "DateTimePatternGenerator::getBestPattern", status)) {
774 maybeThrowIcuException(env, "Locale::setDefault", status);
    [all...]

Completed in 265 milliseconds