Home | History | Annotate | Download | only in bidi

Lines Matching defs:ordering

147     Field 4: An ordered list of indices showing the resulting visual ordering
152 This field is optional. When it is absent, the visual ordering
321 ordering[orderingCount++]=value;
537 // with the expected ordering that has them omitted.
549 continue; // BiDi control, omitted from expected ordering.
551 if(visualIndex<orderingCount && logicalIndex!=ordering[visualIndex]) {
552 errln(" ------------ Wrong ordering value at visual index "+visualIndex+"; expected "+
553 ordering[visualIndex]+" actual "+logicalIndex);
560 // which should match the length of the BidiTest.txt ordering.
562 errln(" ------------ Wrong number of ordering values; expected "+orderingCount+" actual "+visualIndex);
567 StringBuilder eord=new StringBuilder("Expected ordering: ");
569 eord.append(' ').append((char)('0'+ordering[i]));
571 StringBuilder aord=new StringBuilder("Actual ordering: ");
612 private int ordering[]=new int[1000];