OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TESTYEARS
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/intltest/
tzrulets.cpp
604
const int32_t
TESTYEARS
[][2] = {
623
for (int32_t i = 0;
TESTYEARS
[i][0] != 0 ||
TESTYEARS
[i][1] != 0; i++) {
624
UDate lo = getUTCMillis(
TESTYEARS
[i][0], UCAL_JANUARY, 1);
625
UDate hi = getUTCMillis(
TESTYEARS
[i][1], UCAL_JANUARY, 1);
[
all
...]
/external/icu4c/test/intltest/
tzrulets.cpp
605
const int32_t
TESTYEARS
[][2] = {
624
for (int32_t i = 0;
TESTYEARS
[i][0] != 0 ||
TESTYEARS
[i][1] != 0; i++) {
625
UDate lo = getUTCMillis(
TESTYEARS
[i][0], UCAL_JANUARY, 1);
626
UDate hi = getUTCMillis(
TESTYEARS
[i][1], UCAL_JANUARY, 1);
[
all
...]
Completed in 529 milliseconds