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:localDigitTag
(Results
1 - 2
of
2
) sorted by relevance
/base/global/i18n/frameworks/intl/include/
H
A
D
locale_config.h
243
static std::string UpdateNumberSystemOfLocale(const std::string &
localDigitTag
, bool flag);
248
* @param
localDigitTag
Indicats local digit tag which define in localDigitMap.
251
static std::string AddLocalDigitToLocale(const std::string &
localDigitTag
);
256
* @param
localDigitTag
Indicats local digit tag which define in localDigitMap.
259
static std::string RemoveLocalDigitFromLocale(const std::string &
localDigitTag
);
/base/global/i18n/frameworks/intl/src/
H
A
D
locale_config.cpp
1292
std::string LocaleConfig::UpdateNumberSystemOfLocale(const std::string &
localDigitTag
, bool flag)
in UpdateNumberSystemOfLocale()
argument
1296
return AddLocalDigitToLocale(
localDigitTag
);
in UpdateNumberSystemOfLocale()
1299
return RemoveLocalDigitFromLocale(
localDigitTag
);
in UpdateNumberSystemOfLocale()
1302
std::string LocaleConfig::AddLocalDigitToLocale(const std::string &
localDigitTag
)
in AddLocalDigitToLocale()
argument
1307
localeTag += "-u" + std::string(NUMBER_SYSTEM_KEY) +
localDigitTag
;
in AddLocalDigitToLocale()
1312
localeTag += std::string(NUMBER_SYSTEM_KEY) +
localDigitTag
;
in AddLocalDigitToLocale()
1315
// Case: has number system param, replace local digit tag to
localDigitTag
.
in AddLocalDigitToLocale()
1318
localeTag.replace(localeTag.find(oldNumberSystem), oldNumberSystem.length(),
localDigitTag
);
in AddLocalDigitToLocale()
1322
std::string LocaleConfig::RemoveLocalDigitFromLocale(const std::string &
localDigitTag
)
in RemoveLocalDigitFromLocale()
argument
1326
std::string numberSystemTag = NUMBER_SYSTEM_KEY +
localDigitTag
;
in RemoveLocalDigitFromLocale()
[all...]
Completed in 4 milliseconds