Home
last modified time | relevance | path

Searched refs:encodedRegion (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n/frameworks/intl/test/unittest/
H A Di18n_test.cpp1224 uint16_t encodedRegion = LocaleUtil::EncodeRegionByLocaleInfo(locale); variable
1225 EXPECT_EQ(encodedRegion, 17230);
1263 uint16_t encodedRegion = LocaleUtil::EncodeRegion(locale.GetRegion().c_str()); variable
1264 EXPECT_EQ(encodedRegion, 17230);
/ohos5.0/base/telephony/core_service/utils/vcard/src/
H A Dvcard_constructor.cpp575 …std::string encodedRegion = (needAddQuotedPrintable ? EncodeQuotedPrintable(region) : DealCharacte… in ConstructPostalLine() local
583 postalLine << encodedRegion << ITEM_SEPARATOR; in ConstructPostalLine()