OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transitionTimesPre32
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/i18n/
olsontz.cpp
101
transitionTimesPre32
= transitionTimes32 = transitionTimesPost32 = NULL;
140
transitionTimesPre32
= ures_getIntVector(&r, &len, &ec);
144
transitionTimesPre32
= NULL;
277
transitionTimesPre32
= other.
transitionTimesPre32
;
453
return (((int64_t)((uint32_t)
transitionTimesPre32
[transIdx << 1])) << 32)
454
| ((int64_t)((uint32_t)
transitionTimesPre32
[(transIdx << 1) + 1]));
645
arrayEqual(
transitionTimesPre32
, z->
transitionTimesPre32
, sizeof(
transitionTimesPre32
[0]) * transitionCountPre32 << 1
[
all
...]
olsontz.h
329
const int32_t *
transitionTimesPre32
; // alias into res; do not delete
Completed in 534 milliseconds