OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:styleIdx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/io/
locbund.c
111
int32_t
styleIdx
;
124
for (
styleIdx
= 0;
styleIdx
< ULOCALEBUNDLE_NUMBERFORMAT_COUNT;
styleIdx
++) {
126
if (result->fNumberFormat[
styleIdx
]) {
127
result->fNumberFormat[
styleIdx
] = unum_clone(bundle->fNumberFormat[
styleIdx
], &status);
129
result->fNumberFormat[
styleIdx
] = NULL;
133
result->fNumberFormat[
styleIdx
] = NULL;
147
int32_t
styleIdx
;
[
all
...]
/external/icu4c/io/
locbund.cpp
109
int32_t
styleIdx
;
122
for (
styleIdx
= 0;
styleIdx
< ULOCALEBUNDLE_NUMBERFORMAT_COUNT;
styleIdx
++) {
124
if (result->fNumberFormat[
styleIdx
]) {
125
result->fNumberFormat[
styleIdx
] = unum_clone(bundle->fNumberFormat[
styleIdx
], &status);
127
result->fNumberFormat[
styleIdx
] = NULL;
131
result->fNumberFormat[
styleIdx
] = NULL;
145
int32_t
styleIdx
;
[
all
...]
Completed in 597 milliseconds