OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatAlias
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/io/
locbund.c
55
UNumberFormat *
formatAlias
= unum_open(style, NULL, 0, "en_US_POSIX", NULL, &status);
60
gPosixNumberFormat[style-1] =
formatAlias
;
164
UNumberFormat *
formatAlias
= NULL;
166
formatAlias
= bundle->fNumberFormat[style-1];
167
if (
formatAlias
== NULL) {
169
formatAlias
= copyInvariantFormatter(bundle, style);
173
formatAlias
= unum_open(style, NULL, 0, bundle->fLocale, NULL, &status);
175
unum_close(
formatAlias
);
176
formatAlias
= NULL;
179
bundle->fNumberFormat[style-1] =
formatAlias
;
[
all
...]
/external/icu4c/i18n/
msgfmt.cpp
734
NumberFormat&
formatAlias
= *decfmt;
742
if (
formatAlias
!= *defaultTemplate) {
744
if (
formatAlias
== *currencyTemplate) {
747
else if (
formatAlias
== *percentTemplate) {
750
else if (
formatAlias
== *integerTemplate) {
765
DateFormat&
formatAlias
= *sdtfmt;
777
if (
formatAlias
== *defaultDateTemplate) {
780
else if (
formatAlias
== *shortDateTemplate) {
785
else if (
formatAlias
== *defaultDateTemplate) {
790
else if (
formatAlias
== *longDateTemplate)
[
all
...]
Completed in 572 milliseconds