Home
last modified time | relevance | path

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

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/enums/
Denums.ts43 function toLength(str: string): number { function
57 J = toLength(ABCList[11]),
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/enums/enum_members/
Denum_members_1.ts29 function toLength(str: string): number { function
43 J = toLength(ABCList[11]),
/third_party/icu/icu4c/source/common/
Ducurr.cpp2143 int32_t toLength = 0; in ucurr_createCurrencyList() local
2144 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList()
2345 int32_t toLength = 0; in ucurr_countCurrencies() local
2347 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies()
2468 int32_t toLength = 0; in ucurr_forLocaleAndDate() local
2470 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp2143 int32_t toLength = 0; in ucurr_createCurrencyList() local
2144 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList()
2345 int32_t toLength = 0; in ucurr_countCurrencies() local
2347 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies()
2468 int32_t toLength = 0; in ucurr_forLocaleAndDate() local
2470 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp2117 int32_t toLength = 0; in ucurr_createCurrencyList() local
2118 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_createCurrencyList()
2319 int32_t toLength = 0; in ucurr_countCurrencies() local
2321 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_countCurrencies()
2442 int32_t toLength = 0; in ucurr_forLocaleAndDate() local
2444 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus); in ucurr_forLocaleAndDate()
/third_party/vk-gl-cts/modules/gles2/scripts/
Dgenutil.py110 def repeatToLength(lst, toLength): argument
111 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
/third_party/vk-gl-cts/modules/gles3/scripts/
Dgenutil.py110 def repeatToLength(lst, toLength): argument
111 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]
/third_party/vk-gl-cts/modules/gles31/scripts/
Dgenutil.py110 def repeatToLength(lst, toLength): argument
111 return (toLength / len(lst)) * lst + lst[: toLength % len(lst)]