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.cpp67 UErrorCode status = U_ZERO_ERROR; in collectStandardNames()
94 UErrorCode error = U_ZERO_ERROR; in getICUCanonicalName()
107 error = U_ZERO_ERROR; in getICUCanonicalName()
124 UErrorCode status = U_ZERO_ERROR; in getJavaCanonicalName()
145 status = U_ZERO_ERROR; in getJavaCanonicalName()
165 UErrorCode status = U_ZERO_ERROR; in NativeConverter_openConverter()
215 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_encode()
225 UErrorCode minorErrorCode = U_ZERO_ERROR; in NativeConverter_encode()
271 UErrorCode errorCode = U_ZERO_ERROR; in NativeConverter_decode()
281 UErrorCode minorErrorCode = U_ZERO_ERROR; in NativeConverter_decode()
[all …]
Dlibcore_icu_ICU.cpp89 UErrorCode status = U_ZERO_ERROR; in hasKey()
100 UErrorCode status = U_ZERO_ERROR; in ICU_addLikelySubtags()
124 UErrorCode status = U_ZERO_ERROR; in ICU_getCurrencyFractionDigits()
139 UErrorCode status = U_ZERO_ERROR; in ICU_getCurrencyCode()
167 status = U_ZERO_ERROR; in ICU_getCurrencyCode()
190 UErrorCode status = U_ZERO_ERROR; in getCurrencyName()
363 UErrorCode status = U_ZERO_ERROR; in setStringField()
402 UErrorCode status = U_ZERO_ERROR; in setNumberPatterns()
419 UErrorCode status = U_ZERO_ERROR; in setDecimalFormatSymbolsData()
470 UErrorCode status = U_ZERO_ERROR; in getAmPmMarkersNarrow()
[all …]
Djava_util_regex_Matcher.cpp59 mStatus(U_ZERO_ERROR) { in MatcherState()
96 mStatus = U_ZERO_ERROR; in updateInput()
215 UErrorCode status = U_ZERO_ERROR; in Matcher_openImpl()
249 UErrorCode status = U_ZERO_ERROR; in Matcher_getMatchedGroupIndex0()
Dlibcore_icu_TimeZoneNames.cpp70 UErrorCode status = U_ZERO_ERROR; in TimeZoneNames_fillZoneStrings()
126 UErrorCode status = U_ZERO_ERROR; in TimeZoneNames_getExemplarLocation()
Djava_util_regex_Pattern.cpp87 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.java377 public static final int U_ZERO_ERROR = 0; field in ICU
384 return error > U_ZERO_ERROR; in U_FAILURE()
/libcore/ojluni/src/main/native/
DCharacter.cpp155 UErrorCode status = U_ZERO_ERROR; in Character_getNameImpl()