OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:testDateData
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/perf/normperf/
dtfmtrtperf.h
74
int32_t
testDateData
[][3] = {
101
UDate DATES[(sizeof(
testDateData
)/sizeof(int32_t))/3];
102
const int32_t nDates = (sizeof(
testDateData
)/sizeof(int32_t))/3;
105
cal->set(
testDateData
[i][0],
testDateData
[i][1],
testDateData
[i][2]);
/external/icu4c/test/perf/normperf/
dtfmtrtperf.h
74
int32_t
testDateData
[][3] = {
101
UDate DATES[(sizeof(
testDateData
)/sizeof(int32_t))/3];
102
const int32_t nDates = (sizeof(
testDateData
)/sizeof(int32_t))/3;
105
cal->set(
testDateData
[i][0],
testDateData
[i][1],
testDateData
[i][2]);
/external/chromium_org/third_party/icu/source/test/intltest/
tzfmttst.cpp
47
int32_t
testDateData
[][3] = {
74
UDate DATES[(sizeof(
testDateData
)/sizeof(int32_t))/3];
75
const int32_t nDates = (sizeof(
testDateData
)/sizeof(int32_t))/3;
78
cal->set(
testDateData
[i][0],
testDateData
[i][1],
testDateData
[i][2]);
/external/icu4c/test/intltest/
tzfmttst.cpp
90
int32_t
testDateData
[][3] = {
117
UDate DATES[(sizeof(
testDateData
)/sizeof(int32_t))/3];
118
const int32_t nDates = (sizeof(
testDateData
)/sizeof(int32_t))/3;
121
cal->set(
testDateData
[i][0],
testDateData
[i][1],
testDateData
[i][2]);
[
all
...]
Completed in 108 milliseconds