OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:zone_bundle
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.cc
136
static UResourceBundle *
zone_bundle
= NULL;
local
142
if (
zone_bundle
== NULL)
143
zone_bundle
= ures_open(zone_bundle_name, uloc_getDefault(), &status);
146
zone_strings = ures_getByKey(
zone_bundle
, "zone_strings", NULL, &status);
Completed in 97 milliseconds