HomeSort by relevance Sort by last modified time
    Searched refs:visualIndex (Results 1 - 5 of 5) sorted by null

  /external/icu4c/common/
ubidiln.c 43 * the ubidi_getLogical/VisualIndex() functions can compute the
876 int32_t visualIndex=UBIDI_MAP_NOWHERE;
884 visualIndex=logicalIndex;
887 visualIndex=pBiDi->length-logicalIndex-1;
904 visualIndex=visualStart+offset;
907 visualIndex=visualStart+length-offset-1;
    [all...]
  /external/icu4c/test/intltest/
bidiconf.cpp 437 int32_t i, visualIndex;
440 for(i=visualIndex=0; i<resultLength; ++i) {
449 if(visualIndex<orderingCount && logicalIndex!=ordering[visualIndex]) {
451 (int)visualIndex, ordering[visualIndex], logicalIndex);
455 ++visualIndex;
457 // visualIndex is now the visual length minus the BiDi controls,
459 if(isOk && orderingCount!=visualIndex) {
461 (int)orderingCount, (int)visualIndex);
    [all...]
  /external/icu4c/common/unicode/
ubidi.h     [all...]
  /external/icu4c/test/cintltst/
cbiditst.c     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 1561 milliseconds