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:LOCALES
(Results
1 - 3
of
3
) sorted by relevance
/base/global/i18n_lite/tools/i18n-dat-tool/src/main/java/ohos/global/i18n/
H
A
D
DataFetcher.java
66
private static final HashMap<String, Integer>
LOCALES
= new HashMap<>();
field in DataFetcher
97
if (
LOCALES
.containsKey(tag)) {
in addFetchers()
112
LOCALES
.put(tag, count);
in addFetchers()
131
if (!
LOCALES
.containsKey(finalLanguageTag) && Utils.isValidLanguageTag(finalLanguageTag)) {
in processWildcard()
133
LOCALES
.put(tag, tempCount);
in processWildcard()
144
if (loc.getLanguage().equals(baseName) && !
LOCALES
.containsKey(finalLanguageTag) &&
in processWildcard()
147
LOCALES
.put(tag, tempCount);
in processWildcard()
192
for (Map.Entry<String, Integer> entry :
LOCALES
.entrySet()) {
in buildLocaleConfigs()
201
if (!
LOCALES
.containsKey(fallbackLanguageTag) || fallbackLanguageTag.equals(languageTag)) {
in buildLocaleConfigs()
204
fallbackFetcher = FETCHERS.get(
LOCALES
in buildLocaleConfigs()
[all...]
/base/update/updater/services/ui/language/
H
A
D
language_ui.cpp
36
const std::unordered_map<std::string, Language> LanguageUI::
LOCALES
{
204
if (auto it =
LOCALES
.find(locale); it !=
LOCALES
.end()) {
in ParseLanguage()
H
A
D
language_ui.h
58
const static std::unordered_map<std::string, Language>
LOCALES
;
member in Updater::Lang::Language::final
Completed in 3 milliseconds