Searched defs:lowestIndex (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/samples/cal/
H A Dcal.c50 int32_t lowestIndex,
278 * lowestIndex is the index of the first symbol to fetch.
290 int32_t lowestIndex,
302 if(count != arrayLength + lowestIndex) {
308 int32_t size = 1 + udat_getSymbols(fmt, type, idx + lowestIndex, NULL, 0, status);
313 udat_getSymbols(fmt, type, idx + lowestIndex, array[idx], size, status);
286 get_symbols(const UDateFormat *fmt, UDateFormatSymbolType type, UChar *array[], int32_t arrayLength, int32_t lowestIndex, int32_t firstIndex, UErrorCode *status) argument

Completed in 119 milliseconds