Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:systemRegion
(Results
1 - 4
of
4
) sorted by relevance
/base/global/i18n/frameworks/intl/src/
H
A
D
locale_config.cpp
297
std::string
systemRegion
= GetCountry(LOCALE_KEY);
in GetSystemRegion()
local
298
if (
systemRegion
.empty()) {
in GetSystemRegion()
299
systemRegion
= GetCountry(DEFAULT_LOCALE_KEY);
in GetSystemRegion()
301
if (
systemRegion
.empty()) {
in GetSystemRegion()
304
return
systemRegion
;
in GetSystemRegion()
309
std::string
systemRegion
= ReadSystemParameter(parameter.c_str(), CONFIG_LEN);
in GetCountry()
local
310
if (
systemRegion
.empty()) {
in GetCountry()
312
return
systemRegion
;
in GetCountry()
315
icu::Locale origin = icu::Locale::forLanguageTag(
systemRegion
, status);
in GetCountry()
H
A
D
preferred_language.cpp
217
std::string
systemRegion
= systemLocaleInfo.GetRegion();
in GetPreferredLocale()
local
221
std::string preferredLocale = preferredLanguage + "-" +
systemRegion
;
in GetPreferredLocale()
/base/web/webview/ohos_nweb/src/
H
A
D
nweb_helper.cpp
696
std::string
systemRegion
= OHOS::Global::I18n::LocaleConfig::GetSystemRegion();
in InitWebEngine()
local
701
initArgs->AddArg(std::string("--lang=").append(systemLanguage + "-" +
systemRegion
));
in InitWebEngine()
703
initArgs->AddArg(std::string("--lang=").append(systemLanguage.substr(0, dashPos) + "-" +
systemRegion
));
in InitWebEngine()
/base/global/i18n/frameworks/intl/test/unittest/
H
A
D
intl_test_extent.cpp
110
std::string
systemRegion
= LocaleConfig::GetSystemRegion();
in HWTEST_F()
local
111
EXPECT_EQ(
systemRegion
, "CN");
in HWTEST_F()
Completed in 10 milliseconds