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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c165 UNumberFormatSymbol symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; local
534 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
536 unum_getSymbol(cur_def, symType, temp1, sizeof(temp1), &status);
537 unum_setSymbol(cur_frpattern, symType, temp1, -1, &status);
564 for (symType = UNUM_DECIMAL_SEPARATOR_SYMBOL; symType < UNUM_FORMAT_SYMBOL_COUNT; symType++) {
566 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 56 milliseconds