Home
last modified time | relevance | path

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

/base/global/i18n/frameworks/intl/include/
Dlocale_config.h117 static void ReadLangData(const char *langDataPath);
/base/global/i18n/frameworks/intl/src/
Dlocale_config.cpp787 void LocaleConfig::ReadLangData(const char *langDataPath) in ReadLangData() argument
790 if (langDataPath == nullptr) { in ReadLangData()
793 xmlDocPtr doc = xmlParseFile(langDataPath); in ReadLangData()