Home
last modified time | relevance | path

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

/ohos5.0/base/global/i18n/frameworks/intl/include/
H A Dlocale_config.h173 static void ReadRegionData(const char *regionDataPath);
/ohos5.0/base/global/i18n/frameworks/intl/src/
H A Dlocale_config.cpp810 void LocaleConfig::ReadRegionData(const char *regionDataPath) in ReadRegionData() argument
813 if (regionDataPath == nullptr) { in ReadRegionData()
816 xmlDocPtr doc = xmlParseFile(regionDataPath); in ReadRegionData()