OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trn
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/tools/tzcode/
tz2icu.cpp
1032
vector<Transition>::const_iterator
trn
;
local
1038
trn
= transitions.begin();
1041
if (
trn
!= transitions.end() &&
trn
->time < LOWEST_TIME32) {
1043
for (first = true;
trn
!= transitions.end() &&
trn
->time < LOWEST_TIME32; ++
trn
)
[
all
...]
/external/icu4c/tools/tzcode/
tz2icu.cpp
1032
vector<Transition>::const_iterator
trn
;
local
1038
trn
= transitions.begin();
1041
if (
trn
!= transitions.end() &&
trn
->time < LOWEST_TIME32) {
1043
for (first = true;
trn
!= transitions.end() &&
trn
->time < LOWEST_TIME32; ++
trn
)
[
all
...]
Completed in 24 milliseconds