Lines Matching defs:ordering
56 int32_t ordering[1000];
149 ordering[orderingCount++]=(int32_t)value;
432 // with the expected ordering that has them omitted.
447 continue; // BiDi control, omitted from expected ordering.
449 if(visualIndex<orderingCount && logicalIndex!=ordering[visualIndex]) {
450 ordering value at visual index %d; expected %d actual %d",
451 (int)visualIndex, ordering[visualIndex], logicalIndex);
458 // which should match the length of the BidiTest.txt ordering.
460 errln("Wrong number of ordering values; expected %d actual %d",
466 UnicodeString eord("Expected ordering: ");
468 eord.append((UChar)0x20).append((UChar)(0x30+ordering[i]));
470 UnicodeString aord("Actual ordering: ");