Searched refs:bundleID (Results 1 – 7 of 7) sorted by relevance
/external/icu/icu4c/source/common/ |
D | locutil.cpp | 205 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()
|
D | locutil.h | 30 static const Hashtable* getAvailableLocaleNames(const UnicodeString& bundleID);
|
/external/python/cpython3/Mac/PythonLauncher/ |
D | doscript.m | 17 char *bundleID = "com.apple.Terminal"; 27 bundleID, strlen(bundleID),
|
/external/python/cpython2/Mac/PythonLauncher/ |
D | doscript.m | 17 char *bundleID = "com.apple.Terminal"; 27 bundleID, strlen(bundleID),
|
/external/icu/libicu/cts_headers/ |
D | locutil.h | 30 static const Hashtable* getAvailableLocaleNames(const UnicodeString& bundleID);
|
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | objc-property-declaration.m | 16 @property(strong, nonatomic) NSString *bundleID; property
|
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/ |
D | MachProcess.mm | 110 // 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);
|