Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_icu_NativeConverter.cpp68 UErrorCode status = U_ZERO_ERROR; in collectStandardNames()
95 UErrorCode error = U_ZERO_ERROR; in getICUCanonicalName()
108 error = U_ZERO_ERROR; in getICUCanonicalName()
125 UErrorCode status = U_ZERO_ERROR; in getJavaCanonicalName()
146 status = U_ZERO_ERROR; in getJavaCanonicalName()
185 UErrorCode status = U_ZERO_ERROR; in NativeConverter_openConverter()
244 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_encode()
254 UErrorCode minorErrorCode = U_ZERO_ERROR; in NativeConverter_encode()
300 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_decode()
310 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()
364 UErrorCode status = U_ZERO_ERROR; in setStringField()
403 UErrorCode status = U_ZERO_ERROR; in setNumberPatterns()
420 UErrorCode status = U_ZERO_ERROR; in setDecimalFormatSymbolsData()
471 UErrorCode status = U_ZERO_ERROR; in getAmPmMarkersNarrow()
[all …]
Djava_util_regex_Matcher.cpp58 mStatus(U_ZERO_ERROR) { in MatcherState()
95 mStatus = U_ZERO_ERROR; in updateInput()
220 UErrorCode status = U_ZERO_ERROR; in Matcher_openImpl()
258 UErrorCode status = U_ZERO_ERROR; in Matcher_getMatchedGroupIndex0()
Dlibcore_icu_TimeZoneNames.cpp53 UErrorCode status = U_ZERO_ERROR; in TimeZoneNames_fillZoneStrings()
75 if (status != U_ZERO_ERROR) { in TimeZoneNames_fillZoneStrings()
Djava_util_regex_Pattern.cpp83 UErrorCode status = U_ZERO_ERROR; in Pattern_compileImpl()
Dorg_apache_harmony_xml_ExpatParser.cpp445 UErrorCode status = U_ZERO_ERROR; in fillBuffer()
/libcore/luni/src/main/java/libcore/icu/
DICU.java390 public static final int U_ZERO_ERROR = 0; field in ICU
397 return error > U_ZERO_ERROR; in U_FAILURE()
/libcore/ojluni/src/main/native/
DCharacter.cpp156 UErrorCode status = U_ZERO_ERROR; in Character_getNameImpl()