Searched defs:formatAlias (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/io/
H A Dlocbund.c55 UNumberFormat *formatAlias = unum_open(style, NULL, 0, "en_US_POSIX", NULL, &status); local
60 gPosixNumberFormat[style-1] = formatAlias;
164 UNumberFormat *formatAlias = NULL; local
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...]

Completed in 50 milliseconds