Searched refs:toLength (Results 1 – 4 of 4) sorted by relevance
2126 int32_t toLength = 0; in ucurr_createCurrencyList() local2127 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList()2324 int32_t toLength = 0; in ucurr_countCurrencies() local2326 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies()2448 int32_t toLength = 0; in ucurr_forLocaleAndDate() local2450 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate()
88 def repeatToLength(lst, toLength): argument89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]