OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFormatSymbolCount
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/unicode/
dcfmtsym.h
166
kFormatSymbolCount
381
UnicodeString fSymbols[
kFormatSymbolCount
];
404
if(symbol <
kFormatSymbolCount
) {
415
if(symbol <
kFormatSymbolCount
) {
427
if(symbol<
kFormatSymbolCount
) {
/external/icu4c/i18n/unicode/
dcfmtsym.h
167
kFormatSymbolCount
380
UnicodeString fSymbols[
kFormatSymbolCount
];
403
if(symbol <
kFormatSymbolCount
) {
414
if(symbol <
kFormatSymbolCount
) {
427
if(symbol<
kFormatSymbolCount
) {
/external/icu4c/test/intltest/
tsdcfmsy.cpp
183
if((int) UNUM_FORMAT_SYMBOL_COUNT != (int) DecimalFormatSymbols::
kFormatSymbolCount
) {
189
for(i = 0; i < (int)DecimalFormatSymbols::
kFormatSymbolCount
; ++i) {
192
for(i = 0; i < (int)DecimalFormatSymbols::
kFormatSymbolCount
; ++i) {
numfmtst.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/test/intltest/
tsdcfmsy.cpp
183
if((int) UNUM_FORMAT_SYMBOL_COUNT != (int) DecimalFormatSymbols::
kFormatSymbolCount
) {
189
for(i = 0; i < (int)DecimalFormatSymbols::
kFormatSymbolCount
; ++i) {
192
for(i = 0; i < (int)DecimalFormatSymbols::
kFormatSymbolCount
; ++i) {
numfmtst.cpp
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
dcfmtsym.cpp
98
for(int32_t i = 0; i < (int32_t)
kFormatSymbolCount
; ++i) {
121
for(int32_t i = 0; i < (int32_t)
kFormatSymbolCount
; ++i) {
144
static const char *gNumberElementKeys[
kFormatSymbolCount
] = {
238
for(int32_t i = 0; i<
kFormatSymbolCount
; i++) {
/external/icu4c/i18n/
dcfmtsym.cpp
110
for(int32_t i = 0; i < (int32_t)
kFormatSymbolCount
; ++i) {
133
for(int32_t i = 0; i < (int32_t)
kFormatSymbolCount
; ++i) {
156
static const char *gNumberElementKeys[
kFormatSymbolCount
] = {
249
for(int32_t i = 0; i<
kFormatSymbolCount
; i++) {
Completed in 231 milliseconds