Home | History | Annotate | Download | only in intltest

Lines Matching defs:ordering

56     int32_t ordering[1000];
116 ordering[orderingCount++]=(int32_t)value;
404 Field 4: An ordered list of indices showing the resulting visual ordering
409 This field is optional. When it is absent, the visual ordering
626 // with the expected ordering that has them omitted.
641 continue; // BiDi control, omitted from expected ordering.
643 if(visualIndex<orderingCount && logicalIndex!=ordering[visualIndex]) {
644 errln("\nError on line %d: Wrong ordering value at visual index %d; expected %d actual %d",
645 (int)lineNumber, (int)visualIndex, ordering[visualIndex], logicalIndex);
652 // which should match the length of the BidiTest.txt ordering.
654 errln("\nError on line %d: Wrong number of ordering values; expected %d actual %d",
660 UnicodeString eord("Expected ordering: ");
662 eord.append((UChar)0x20).append((UChar)(0x30+ordering[i]));
664 UnicodeString aord("Actual ordering: ");