Home | History | Annotate | Download | only in intltest

Lines Matching refs:STRLEN

1429     const int STRLEN = 90;
1430 UChar s[STRLEN+1];
1431 u_memset(s, 0x41, STRLEN);
1432 s[STRLEN] = 0;
1444 TEST_ASSERT(count < STRLEN);
1445 if (count >= STRLEN) {
1452 TEST_ASSERT(count == STRLEN);
1454 TEST_ASSERT(nativeIndex == STRLEN);