Home | History | Annotate | Download | only in intltest

Lines Matching full:data_length

1241             int32_t DATA_length = (int32_t)(sizeof(DATA) / sizeof(DATA[0]));
1243 for (int32_t i=0; i<DATA_length; i+=3) {
1814 void DateFormatTest::expectParse(const char** data, int32_t data_length,
1830 while (i<data_length) {
1900 void DateFormatTest::expect(const char** data, int32_t data_length,
1914 while (i<data_length) {
2004 void DateFormatTest::expectFormat(const char** data, int32_t data_length,
2019 while (i<data_length) {