Home | History | Annotate | Download | only in i18n

Lines Matching full:fromarray

1878                         const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus);
1879 int64_t currDate64 = (int64_t)fromArray[0] << 32;
1880 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2043 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus);
2045 int64_t currDate64 = (int64_t)fromArray[0] << 32;
2046 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));
2167 const int32_t *fromArray = ures_getIntVector(fromRes, &fromLength, &localStatus);
2169 int64_t currDate64 = (int64_t)fromArray[0] << 32;
2170 currDate64 |= ((int64_t)fromArray[1] & (int64_t)INT64_C(0x00000000FFFFFFFF));