Home
last modified time | relevance | path

Searched refs:UPDATE_LOCAL_DIGIT_FAILED (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_types.h33 UPDATE_LOCAL_DIGIT_FAILED = 10, enumerator
/ohos5.0/base/global/i18n/services/test/unittest/src/
H A Di18n_service_test.cpp275 EXPECT_EQ(err, I18nErrorCode::UPDATE_LOCAL_DIGIT_FAILED);
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dlocale_config_test.cpp310 EXPECT_EQ(status, I18nErrorCode::UPDATE_LOCAL_DIGIT_FAILED);
H A Dintl_test_extent.cpp126 EXPECT_EQ(status, I18nErrorCode::UPDATE_LOCAL_DIGIT_FAILED);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp1286 return I18nErrorCode::UPDATE_LOCAL_DIGIT_FAILED; in SetUsingLocalDigit()