OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gNumberElementKeys
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp
144
static const char *
gNumberElementKeys
[kFormatSymbolCount] = {
239
if (
gNumberElementKeys
[i] != NULL ) {
242
sym = ures_getStringByKeyWithFallback(nonLatnSymbols,
gNumberElementKeys
[i],&len,&localStatus);
247
sym = ures_getStringByKeyWithFallback(latnSymbols,
gNumberElementKeys
[i],&len,&localStatus);
250
sym = ures_getStringByKeyWithFallback(latnSymbols,
gNumberElementKeys
[i],&len,&localStatus);
/external/icu4c/i18n/
dcfmtsym.cpp
156
static const char *
gNumberElementKeys
[kFormatSymbolCount] = {
250
if (
gNumberElementKeys
[i] != NULL ) {
253
sym = ures_getStringByKeyWithFallback(nonLatnSymbols,
gNumberElementKeys
[i],&len,&localStatus);
258
sym = ures_getStringByKeyWithFallback(latnSymbols,
gNumberElementKeys
[i],&len,&localStatus);
261
sym = ures_getStringByKeyWithFallback(latnSymbols,
gNumberElementKeys
[i],&len,&localStatus);
Completed in 26 milliseconds