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:IcuFormatterType
(Results
1 - 7
of
7
) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/intl/
H
A
D
global_intl_helper.h
90
IcuFormatterType
icuType;
in GetGlobalObject()
93
icuType =
IcuFormatterType
::COLLATOR;
in GetGlobalObject()
96
icuType =
IcuFormatterType
::SIMPLE_DATE_FORMAT_DATE;
in GetGlobalObject()
99
icuType =
IcuFormatterType
::SIMPLE_DATE_FORMAT_TIME;
in GetGlobalObject()
102
icuType =
IcuFormatterType
::SIMPLE_DATE_FORMAT_DEFAULT;
in GetGlobalObject()
105
icuType =
IcuFormatterType
::NUMBER_FORMATTER;
in GetGlobalObject()
121
case
IcuFormatterType
::COLLATOR:
in GetGlobalObject()
124
case
IcuFormatterType
::SIMPLE_DATE_FORMAT_DATE:
in GetGlobalObject()
125
case
IcuFormatterType
::SIMPLE_DATE_FORMAT_TIME:
in GetGlobalObject()
126
case
IcuFormatterType
in GetGlobalObject()
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H
A
D
builtins_date.cpp
253
IcuFormatterType
::SIMPLE_DATE_FORMAT_DEFAULT);
in ToLocaleString()
273
IcuFormatterType
::SIMPLE_DATE_FORMAT_DEFAULT);
in ToLocaleString()
334
IcuFormatterType
::SIMPLE_DATE_FORMAT_DATE);
in ToLocaleDateString()
354
IcuFormatterType
::SIMPLE_DATE_FORMAT_DATE);
in ToLocaleDateString()
415
IcuFormatterType
::SIMPLE_DATE_FORMAT_TIME);
in ToLocaleTimeString()
435
IcuFormatterType
::SIMPLE_DATE_FORMAT_TIME);
in ToLocaleTimeString()
/arkcompiler/ets_runtime/ecmascript/
H
A
D
ecma_context.h
82
enum class
IcuFormatterType
{
class
377
void SetIcuFormatterToCache(
IcuFormatterType
type, const std::string &locale, void *icuObj,
in SetIcuFormatterToCache()
384
ARK_INLINE void *GetIcuFormatterFromCache(
IcuFormatterType
type, std::string &locale)
in GetIcuFormatterFromCache()
740
IcuFormatter icuObjCache_[static_cast<uint32_t>(
IcuFormatterType
::ICU_FORMATTER_TYPE_COUNT)];
H
A
D
js_date_time_format.h
135
IcuFormatterType
type);
H
A
D
js_collator.cpp
337
thread->GetCurrentEcmaContext()->SetIcuFormatterToCache(
IcuFormatterType
::COLLATOR,
in InitializeCollator()
351
thread->GetCurrentEcmaContext()->GetIcuFormatterFromCache(
IcuFormatterType
::COLLATOR, cacheEntry);
in GetCachedIcuCollator()
H
A
D
js_number_format.cpp
743
thread->GetCurrentEcmaContext()->SetIcuFormatterToCache(
IcuFormatterType
::NUMBER_FORMATTER, cacheEntry,
in InitializeNumberFormat()
772
IcuFormatterType
::NUMBER_FORMATTER, cacheEntry);
in GetCachedIcuNumberFormatter()
H
A
D
ecma_context.cpp
150
for (uint32_t i = 0; i < static_cast<uint32_t>(
IcuFormatterType
::ICU_FORMATTER_TYPE_COUNT); i++) {
in ClearIcuCache()
Completed in 11 milliseconds