Home
last modified time | relevance | path

Searched refs:bundleID (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dlocutil.cpp205 LocaleUtility::getAvailableLocaleNames(const UnicodeString& bundleID) in getAvailableLocaleNames() argument
224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
231 cbundleID.appendInvariantChars(bundleID, status); in getAvailableLocaleNames()
246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
254 cache->put(bundleID, (void*)htp, status); in getAvailableLocaleNames()
Dlocutil.h30 static const Hashtable* getAvailableLocaleNames(const UnicodeString& bundleID);
/external/python/cpython3/Mac/PythonLauncher/
Ddoscript.m17 char *bundleID = "com.apple.Terminal";
27 bundleID, strlen(bundleID),
/external/python/cpython2/Mac/PythonLauncher/
Ddoscript.m17 char *bundleID = "com.apple.Terminal";
27 bundleID, strlen(bundleID),
/external/icu/libicu/cts_headers/
Dlocutil.h30 static const Hashtable* getAvailableLocaleNames(const UnicodeString& bundleID);
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dobjc-property-declaration.m16 @property(strong, nonatomic) NSString *bundleID; property
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm110 // bundleID.
3513 std::string bundleID;
3514 if (CFString::UTF8(bundleIDCFStr, bundleID) == NULL) {
3538 __FUNCTION__, bundleID.c_str());
3696 std::string bundleID;
3697 CFString::UTF8(bundleIDCFStr, bundleID);
3732 __FUNCTION__, bundleID.c_str());
3747 bundleID.c_str());
3754 bundleID.c_str(), sbs_error);