Searched refs:symType (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c155 UNumberFormatSymbol symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; local
525 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
527 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status);
528 unum_setSymbol(cur_frpattern, symType, temp1, -1, &status);
555 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
557 unum_getSymbol(cur_def, symType, temp
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcnumtst.c161 UNumberFormatSymbol symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; local
531 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
533 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status);
534 unum_setSymbol(cur_frpattern, symType, temp1, -1, &status);
561 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
563 unum_getSymbol(cur_def, symType, temp
[all...]

Completed in 209 milliseconds