Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dlocutil.cpp202 LocaleUtility::getAvailableLocaleNames(const UnicodeString& bundleID) in getAvailableLocaleNames() argument
221 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames()
228 cbundleID.appendInvariantChars(bundleID, status); in getAvailableLocaleNames()
244 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
252 cache->put(bundleID, (void*)htp, status); in getAvailableLocaleNames()
Dlocutil.h28 static const Hashtable* getAvailableLocaleNames(const UnicodeString& bundleID);
/external/lldb/tools/debugserver/source/MacOSX/
DMachProcess.cpp2123 std::string bundleID; in CopyBundleIDForPath() local
2124 if (CFString::UTF8(bundleIDCFStr, bundleID) == NULL) in CopyBundleIDForPath()
2146 …DNBLogThreadedIf(LOG_PROCESS, "%s() extracted CFBundleIdentifier: %s", __FUNCTION__, bundleID.c_st… in CopyBundleIDForPath()
2246 std::string bundleID; in SBForkChildForPTraceDebugging() local
2247 CFString::UTF8(bundleIDCFStr, bundleID); in SBForkChildForPTraceDebugging()
2278 …eadedIf(LOG_PROCESS, "%s() polling Springboard for pid for %s...", __FUNCTION__, bundleID.c_str()); in SBForkChildForPTraceDebugging()
2296 … DNBLogError("failed to lookup the process ID for CFBundleIdentifier %s.", bundleID.c_str()); in SBForkChildForPTraceDebugging()
2301 …to launch the application with CFBundleIdentifier '%s' sbs_error = %u", bundleID.c_str(), sbs_erro… in SBForkChildForPTraceDebugging()