Home
last modified time | relevance | path

Searched refs:U_ZERO_ERROR (Results 1 – 18 of 18) sorted by relevance

/libcore/luni/src/main/native/
Dlibcore_icu_AlphabeticIndex.cpp33 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_create()
56 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_setMaxLabelCount()
67 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_addLabels()
75 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_addLabelRange()
82 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_getBucketCount()
96 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_getBucketIndex()
112 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_getBucketLabel()
138 UErrorCode status = U_ZERO_ERROR; in AlphabeticIndex_buildImmutableIndex()
161 UErrorCode status = U_ZERO_ERROR; in ImmutableIndex_getBucketIndex()
Dlibcore_icu_NativeCollation.cpp50 UErrorCode status = U_ZERO_ERROR; in start()
115 UErrorCode status = U_ZERO_ERROR; in NativeCollation_getAttribute()
130 if (status == U_ZERO_ERROR) { in NativeCollation_getCollationElementIterator()
177 UErrorCode status = U_ZERO_ERROR; in NativeCollation_next()
189 UErrorCode status = U_ZERO_ERROR; in NativeCollation_openCollator()
200 UErrorCode status = U_ZERO_ERROR; in NativeCollation_openCollatorFromRules()
208 UErrorCode status = U_ZERO_ERROR; in NativeCollation_previous()
219 UErrorCode status = U_ZERO_ERROR; in NativeCollation_safeClone()
226 UErrorCode status = U_ZERO_ERROR; in NativeCollation_setAttribute()
232 UErrorCode status = U_ZERO_ERROR; in NativeCollation_setOffset()
Dlibcore_icu_NativeConverter.cpp66 UErrorCode status = U_ZERO_ERROR; in collectStandardNames()
93 UErrorCode error = U_ZERO_ERROR; in getICUCanonicalName()
106 error = U_ZERO_ERROR; in getICUCanonicalName()
123 UErrorCode status = U_ZERO_ERROR; in getJavaCanonicalName()
144 status = U_ZERO_ERROR; in getJavaCanonicalName()
164 UErrorCode status = U_ZERO_ERROR; in NativeConverter_openConverter()
214 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_encode()
224 UErrorCode minorErrorCode = U_ZERO_ERROR; in NativeConverter_encode()
270 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_decode()
280 UErrorCode minorErrorCode = U_ZERO_ERROR; in NativeConverter_decode()
[all …]
Dlibcore_icu_ICU.cpp90 UErrorCode status = U_ZERO_ERROR; in hasKey()
101 UErrorCode status = U_ZERO_ERROR; in ICU_addLikelySubtags()
125 UErrorCode status = U_ZERO_ERROR; in ICU_getCurrencyFractionDigits()
140 UErrorCode status = U_ZERO_ERROR; in ICU_getCurrencyCode()
168 status = U_ZERO_ERROR; in ICU_getCurrencyCode()
191 UErrorCode status = U_ZERO_ERROR; in getCurrencyName()
362 UErrorCode status = U_ZERO_ERROR; in setStringField()
386 UErrorCode status = U_ZERO_ERROR; in setNumberPatterns()
403 UErrorCode status = U_ZERO_ERROR; in setDecimalFormatSymbolsData()
454 UErrorCode status = U_ZERO_ERROR; in getAmPmMarkersNarrow()
[all …]
Djava_text_Bidi.cpp90 UErrorCode err = U_ZERO_ERROR; in Bidi_ubidi_setPara()
96 UErrorCode status = U_ZERO_ERROR; in Bidi_ubidi_setLine()
120 UErrorCode status = U_ZERO_ERROR; in Bidi_ubidi_getLevels()
132 UErrorCode status = U_ZERO_ERROR; in Bidi_ubidi_countRuns()
143 UErrorCode status = U_ZERO_ERROR; in Bidi_ubidi_getRuns()
Dlibcore_icu_NativeNormalizer.cpp32 UErrorCode status = U_ZERO_ERROR; in NativeNormalizer_normalizeImpl()
45 UErrorCode status = U_ZERO_ERROR; in NativeNormalizer_isNormalizedImpl()
Dlibcore_icu_Transliterator.cpp35 UErrorCode status = U_ZERO_ERROR; in Transliterator_create()
48 UErrorCode status = U_ZERO_ERROR; in Transliterator_getAvailableIDs()
Dlibcore_icu_DateIntervalFormat.cpp38 UErrorCode status = U_ZERO_ERROR; in DateIntervalFormat_createDateIntervalFormat()
63 UErrorCode status = U_ZERO_ERROR; in DateIntervalFormat_formatDateInterval()
Dlibcore_icu_NativeDecimalFormat.cpp115 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_open()
149 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_setSymbol()
170 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_setTextAttribute()
177 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_getTextAttribute()
187 status = U_ZERO_ERROR; in NativeDecimalFormat_getTextAttribute()
201 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_applyPatternImpl()
260 UErrorCode status = U_ZERO_ERROR; in format()
334 UErrorCode status = U_ZERO_ERROR; in NativeDecimalFormat_parse()
Djava_lang_Character.cpp52 UErrorCode status = U_ZERO_ERROR; in Character_getNameImpl()
150 UErrorCode status = U_ZERO_ERROR; in Character_unicodeScriptForCodePoint()
152 if (status != U_ZERO_ERROR) { in Character_unicodeScriptForCodePoint()
Djava_util_regex_Matcher.cpp104 mStatus = U_ZERO_ERROR; in init()
135 if (matcher.status() != U_ZERO_ERROR) { in Matcher_findNextImpl()
175 UErrorCode status = U_ZERO_ERROR; in Matcher_openImpl()
Dlibcore_icu_NativeIDN.cpp41 UErrorCode status = U_ZERO_ERROR; in NativeIDN_convertImpl()
Dlibcore_icu_TimeZoneNames.cpp69 UErrorCode status = U_ZERO_ERROR; in TimeZoneNames_fillZoneStrings()
125 UErrorCode status = U_ZERO_ERROR; in TimeZoneNames_getExemplarLocation()
Dlibcore_icu_NativePluralRules.cpp52 UErrorCode status = U_ZERO_ERROR; in NativePluralRules_forLocaleImpl()
Djava_util_regex_Pattern.cpp81 UErrorCode status = U_ZERO_ERROR; in Pattern_compileImpl()
Dlibcore_icu_NativeBreakIterator.cpp94 mStatus = U_ZERO_ERROR; in init()
115 UErrorCode status = U_ZERO_ERROR; \
Dorg_apache_harmony_xml_ExpatParser.cpp441 UErrorCode status = U_ZERO_ERROR; in fillBuffer()
/libcore/luni/src/main/java/libcore/icu/
DICU.java364 public static final int U_ZERO_ERROR = 0; field in ICU
371 return error > U_ZERO_ERROR; in U_FAILURE()