Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/intl/
Dlocale_helper.h156 …static bool ValidateOtherTags(const icu::Locale &locale, const char *packageName, const char *key,… in ValidateOtherTags() argument
164 return CheckLocales(removeCountry.c_str(), key, packageName, res); in ValidateOtherTags()
168 return CheckLocales(language.c_str(), key, packageName, res); in ValidateOtherTags()
173 …static bool CheckLocales(const icu::Locale &locale, const char *key, const char *packageName, bool… in CheckLocales() argument
178 UResourceBundle *localeRes = ures_open(packageName, formalLocale, &status); in CheckLocales()
194 ValidateOtherTags(locale, packageName, key, res); in CheckLocales()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp337 CString packageName = info.npmPackageName; in ParseOhpmPackage() local
338 size_t pos = packageName.rfind(PACKAGE_PATH_SEGMENT); in ParseOhpmPackage()
340 packageName.erase(pos, packageName.size() - pos); in ParseOhpmPackage()
342 CString ohpmPath = packageName + PACKAGE_PATH_SEGMENT; in ParseOhpmPackage()
366 CString packageName = info.npmPackageName; // pkg_modules/.ohpm/pkgName/pkg_modules/pkgName in ParseThirdPartyPackage() local
369 …CString key = packageName + PathHelper::SLASH_TAG + packagePath + PathHelper::SLASH_TAG + requestN… in ParseThirdPartyPackage()
374 pos = packageName.rfind(packagePath) - 1; in ParseThirdPartyPackage()
378 packageName.erase(pos, packageName.size() - pos); in ParseThirdPartyPackage()
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h431 …static bool ValidateOtherTags(const icu::Locale &locale, const char *packageName, const char *key,… in ValidateOtherTags() argument
440 return CheckLocales(removeCountry.c_str(), key, packageName, res); in ValidateOtherTags()
444 return CheckLocales(language.c_str(), key, packageName, res); in ValidateOtherTags()
449 …static bool CheckLocales(const icu::Locale &locale, const char *key, const char *packageName, bool… in CheckLocales() argument
454 UResourceBundle *localeRes = ures_open(packageName, formalLocale, &status); in CheckLocales()
470 ValidateOtherTags(locale, packageName, key, res); in CheckLocales()
/arkcompiler/ets_frontend/ts2panda/ts2abc/
Dts2abc.cpp1078 static void SetPackageName(const std::string &packageName, panda::pandasm::Program &prog) in SetPackageName() argument
1084 pkgNameField.name = "pkgName@" + packageName; in SetPackageName()
1330 std::string packageName = rootValue["pn"].asString(); in ParseSmallPieceJson() local
1331 SetPackageName(packageName, prog); in ParseSmallPieceJson()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2packageName:t,rest:""}:{packageName:t.slice(0,r),rest:t.slice(r+1)}}function W(e,t,r,n,i,a){return… property