Searched defs:gotLevels (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcbiditst.c377 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec); local
387 k = gotLevels[i];
1696 const UBiDiLevel* gotLevels; local
1802 gotLevels=ubidi_getLevels(pBidi, &errorCode);
1810 if (gotLevels[i]!=UBIDI_RTL) {
1812 i, src[i], gotLevels[i], UBIDI_RTL);
1827 gotLevels=ubidi_getLevels(pLine, &errorCode);
1835 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=UBIDI_RTL)) {
1838 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL);
1852 gotLevels
[all...]

Completed in 37 milliseconds