Home | History | Annotate | Download | only in cintltst

Lines Matching refs:ARRAY_LENGTH

377     {testText1,  ARRAY_LENGTH(testText1),  UBIDI_DEFAULT_LTR, -1, -1,
380 {testText2, ARRAY_LENGTH(testText2), UBIDI_DEFAULT_LTR, -1, -1,
383 {testText3, ARRAY_LENGTH(testText3), UBIDI_DEFAULT_LTR, -1, -1,
386 {testText4, ARRAY_LENGTH(testText4), UBIDI_DEFAULT_LTR, -1, -1,
389 {testText5, ARRAY_LENGTH(testText5), UBIDI_DEFAULT_LTR, -1, -1,
392 {testText6, ARRAY_LENGTH(testText6), UBIDI_DEFAULT_LTR, -1, -1,
398 {testText8, ARRAY_LENGTH(testText8), UBIDI_DEFAULT_LTR, -1, -1,
401 {testText9, ARRAY_LENGTH(testText9), 64, -1, -1,
404 {testText10, ARRAY_LENGTH(testText10), 64, -1, -1,
407 {testText11, ARRAY_LENGTH(testText11), UBIDI_DEFAULT_LTR, -1, -1,
410 {testText12, ARRAY_LENGTH(testText12), UBIDI_DEFAULT_LTR, -1, -1,
413 {testText12, ARRAY_LENGTH(testText12), UBIDI_DEFAULT_RTL, -1, -1,
416 {testText12, ARRAY_LENGTH(testText12), 2, -1, -1,
419 {testText12, ARRAY_LENGTH(testText12), 5, -1, -1,
422 {testText12, ARRAY_LENGTH(testText12), UBIDI_DEFAULT_LTR, -1, -1,
425 {testText13, ARRAY_LENGTH(testText13), UBIDI_DEFAULT_LTR, -1, -1,
428 {testText13, ARRAY_LENGTH(testText13), UBIDI_DEFAULT_LTR, 0, 6,
431 {testText14, ARRAY_LENGTH(testText14), UBIDI_DEFAULT_LTR, 13, 14,
434 {testText15, ARRAY_LENGTH(testText15), UBIDI_DEFAULT_LTR, 2, 3,
437 {testText16, ARRAY_LENGTH(testText16), UBIDI_RTL, 0, 8,
440 {testText17, ARRAY_LENGTH(testText17), UBIDI_LTR, 0, 8,
443 {testTextXX, ARRAY_LENGTH(testTextXX), UBIDI_RTL, -1, -1,
448 bidiTestCount=ARRAY_LENGTH(tests);