Home | History | Annotate | Download | only in i18n

Lines Matching refs:toArray

2070                         const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus);
2071 int64_t currDate64 = (int64_t)toArray[0] << 32;
2072 currDate64 |= ((int64_t)toArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2269 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus);
2271 currDate64 = (int64_t)toArray[0] << 32;
2272 currDate64 |= ((int64_t)toArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2393 const int32_t *toArray = ures_getIntVector(toRes, &toLength, &localStatus);
2395 currDate64 = (int64_t)toArray[0] << 32;
2396 currDate64 |= ((int64_t)toArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));