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:isCurrency
(Results
1 - 8
of
8
) sorted by relevance
/third_party/icu/icu4c/source/i18n/
H
A
D
number_formatimpl.cpp
136
bool
isCurrency
= utils::unitIsCurrency(macros.unit);
in macrosToMicroGenerator()
local
147
if (
isCurrency
) {
in macrosToMicroGenerator()
160
bool isCldrUnit = !
isCurrency
in macrosToMicroGenerator()
196
if (
isCurrency
) {
in macrosToMicroGenerator()
209
if (
isCurrency
&& fMicros.symbols->getCurrencyPattern() != nullptr) {
in macrosToMicroGenerator()
218
} else if (!
isCurrency
|| unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) {
in macrosToMicroGenerator()
277
} else if (
isCurrency
) {
in macrosToMicroGenerator()
332
fMicros.useCurrency =
isCurrency
;
in macrosToMicroGenerator()
358
!isCompactNotation ||
isCurrency
== macros.affixProvider->hasCurrencySign())
in macrosToMicroGenerator()
428
} else if (
isCurrency
in macrosToMicroGenerator()
[all...]
H
A
D
measfmt.cpp
175
static UBool
isCurrency
(const MeasureUnit &unit) {
in isCurrency()
function
685
if (
isCurrency
(amtUnit)) {
in formatMeasure()
/third_party/node/deps/icu-small/source/i18n/
H
A
D
number_formatimpl.cpp
136
bool
isCurrency
= utils::unitIsCurrency(macros.unit);
in macrosToMicroGenerator()
local
147
if (
isCurrency
) {
in macrosToMicroGenerator()
160
bool isCldrUnit = !
isCurrency
in macrosToMicroGenerator()
196
if (
isCurrency
) {
in macrosToMicroGenerator()
209
if (
isCurrency
&& fMicros.simple.symbols->getCurrencyPattern() != nullptr) {
in macrosToMicroGenerator()
218
} else if (!
isCurrency
|| unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) {
in macrosToMicroGenerator()
277
} else if (
isCurrency
) {
in macrosToMicroGenerator()
332
fMicros.simple.useCurrency =
isCurrency
;
in macrosToMicroGenerator()
358
!isCompactNotation ||
isCurrency
== macros.affixProvider->hasCurrencySign())
in macrosToMicroGenerator()
428
} else if (
isCurrency
in macrosToMicroGenerator()
[all...]
H
A
D
measfmt.cpp
175
static UBool
isCurrency
(const MeasureUnit &unit) {
in isCurrency()
function
685
if (
isCurrency
(amtUnit)) {
in formatMeasure()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H
A
D
NumberFormatterImpl.java
190
boolean
isCurrency
= unitIsCurrency(macros.unit);
in macrosToMicroGenerator()
199
Currency currency =
isCurrency
? (Currency) macros.unit : DEFAULT_CURRENCY;
in macrosToMicroGenerator()
210
boolean isCldrUnit = !
isCurrency
in macrosToMicroGenerator()
239
if (
isCurrency
) {
in macrosToMicroGenerator()
247
if (
isCurrency
&& micros.symbols.getCurrencyPattern() != null) {
in macrosToMicroGenerator()
256
} else if (!
isCurrency
|| unitWidth == UnitWidth.FULL_NAME) {
in macrosToMicroGenerator()
296
} else if (
isCurrency
) {
in macrosToMicroGenerator()
352
micros.useCurrency =
isCurrency
;
in macrosToMicroGenerator()
368
!isCompactNotation ||
isCurrency
== macros.affixProvider.hasCurrencySign()))
in macrosToMicroGenerator()
445
} else if (
isCurrency
in macrosToMicroGenerator()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H
A
D
number_formatimpl.cpp
136
bool
isCurrency
= utils::unitIsCurrency(macros.unit);
in macrosToMicroGenerator()
local
147
if (
isCurrency
) {
in macrosToMicroGenerator()
160
bool isCldrUnit = !
isCurrency
in macrosToMicroGenerator()
196
if (
isCurrency
) {
in macrosToMicroGenerator()
209
if (
isCurrency
&& fMicros.symbols->getCurrencyPattern() != nullptr) {
in macrosToMicroGenerator()
218
} else if (!
isCurrency
|| unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) {
in macrosToMicroGenerator()
277
} else if (
isCurrency
) {
in macrosToMicroGenerator()
332
fMicros.useCurrency =
isCurrency
;
in macrosToMicroGenerator()
420
} else if (
isCurrency
&& unitWidth == UNUM_UNIT_WIDTH_FULL_NAME) {
in macrosToMicroGenerator()
437
CompactType compactType = (
isCurrency
in macrosToMicroGenerator()
[all...]
H
A
D
measfmt.cpp
175
static UBool
isCurrency
(const MeasureUnit &unit) {
in isCurrency()
function
685
if (
isCurrency
(amtUnit)) {
in formatMeasure()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H
A
D
NumberFormatterImpl.java
184
boolean
isCurrency
= unitIsCurrency(macros.unit);
in macrosToMicroGenerator()
191
Currency currency =
isCurrency
? (Currency) macros.unit : DEFAULT_CURRENCY;
in macrosToMicroGenerator()
196
boolean isCldrUnit = !
isCurrency
&& !isNoUnit &&
in macrosToMicroGenerator()
215
if (
isCurrency
) {
in macrosToMicroGenerator()
223
if (
isCurrency
&& micros.symbols.getCurrencyPattern() != null) {
in macrosToMicroGenerator()
232
} else if (!
isCurrency
|| unitWidth == UnitWidth.FULL_NAME) {
in macrosToMicroGenerator()
260
} else if (
isCurrency
) {
in macrosToMicroGenerator()
313
micros.useCurrency =
isCurrency
;
in macrosToMicroGenerator()
350
} else if (
isCurrency
&& unitWidth == UnitWidth.FULL_NAME) {
in macrosToMicroGenerator()
Completed in 9 milliseconds