Searched refs:symType (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/cintltst/ |
D | cnumtst.c | 113 UNumberFormatSymbol symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; in TestNumberFormat() local 476 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) { in TestNumberFormat() 478 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status); in TestNumberFormat() 479 unum_setSymbol(cur_frpattern, symType, temp1, -1, &status); in TestNumberFormat() 506 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) { in TestNumberFormat() 508 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status); in TestNumberFormat() 509 unum_getSymbol(cur_frpattern, symType, temp2, sizeof(temp2), &status); in TestNumberFormat()
|