Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducurr.cpp2126 int32_t toLength = 0; in ucurr_createCurrencyList() local
2127 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList()
2324 int32_t toLength = 0; in ucurr_countCurrencies() local
2326 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies()
2448 int32_t toLength = 0; in ucurr_forLocaleAndDate() local
2450 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate()
/external/deqp/modules/gles2/scripts/
Dgenutil.py88 def repeatToLength(lst, toLength): argument
89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
/external/deqp/modules/gles3/scripts/
Dgenutil.py88 def repeatToLength(lst, toLength): argument
89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
/external/deqp/modules/gles31/scripts/
Dgenutil.py88 def repeatToLength(lst, toLength): argument
89 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]