OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:formatAlias
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/icu/source/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/io/
locbund.cpp
53
UNumberFormat *
formatAlias
= unum_open(style, NULL, 0, "en_US_POSIX", NULL, &status);
58
gPosixNumberFormat[style-1] =
formatAlias
;
162
UNumberFormat *
formatAlias
= NULL;
164
formatAlias
= bundle->fNumberFormat[style-1];
165
if (
formatAlias
== NULL) {
167
formatAlias
= copyInvariantFormatter(bundle, style);
171
formatAlias
= unum_open(style, NULL, 0, bundle->fLocale, NULL, &status);
173
unum_close(
formatAlias
);
174
formatAlias
= NULL;
177
bundle->fNumberFormat[style-1] =
formatAlias
;
[
all
...]
/external/chromium_org/third_party/icu/source/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) {
781
else if (
formatAlias
== *shortDateTemplate) {
786
else if (
formatAlias
== *longDateTemplate) {
791
else if (
formatAlias
== *fullDateTemplate)
[
all
...]
Completed in 301 milliseconds