Home
last modified time | relevance | path

Searched refs:lowestIndex (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/samples/cal/
Dcal.c54 int32_t lowestIndex,
294 int32_t lowestIndex, in get_symbols() argument
306 if(count != arrayLength + lowestIndex) { in get_symbols()
312 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status); in get_symbols()
317 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status); in get_symbols()