Home
last modified time | relevance | path

Searched refs:INVALID_REGION_TAG (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Di18n_types.h28 INVALID_REGION_TAG = 5, enumerator
/ohos5.0/base/global/i18n/services/test/unittest/src/
H A Di18n_service_test.cpp172 EXPECT_EQ(err, I18nErrorCode::INVALID_REGION_TAG);
212 EXPECT_EQ(err, I18nErrorCode::INVALID_REGION_TAG);
/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Dlocale_config_test.cpp150 EXPECT_EQ(status, I18nErrorCode::INVALID_REGION_TAG);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp1221 return I18nErrorCode::INVALID_REGION_TAG; in SetSystemRegion()