Home | History | Annotate | Download | only in intltest

Lines Matching refs:DATA_length

1276             int32_t DATA_length = (int32_t)(sizeof(DATA) / sizeof(DATA[0]));
1278 for (int32_t i=0; i<DATA_length; i+=3) {
1911 void DateFormatTest::expectParse(const char** data, int32_t data_length,
1927 while (i<data_length) {
1997 void DateFormatTest::expect(const char** data, int32_t data_length,
2011 while (i<data_length) {
2101 void DateFormatTest::expectFormat(const char** data, int32_t data_length,
2116 while (i<data_length) {