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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c389 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec); local
399 k = gotLevels[i];
1836 const UBiDiLevel* gotLevels; local
1942 gotLevels=ubidi_getLevels(pBidi, &errorCode);
1950 if (gotLevels[i]!=UBIDI_RTL) {
1952 i, src[i], gotLevels[i], UBIDI_RTL);
1967 gotLevels=ubidi_getLevels(pLine, &errorCode);
1975 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=UBIDI_RTL)) {
1978 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL);
1992 gotLevels
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c391 const UBiDiLevel* gotLevels = ubidi_getLevels(bidi, &ec); local
401 k = gotLevels[i];
1838 const UBiDiLevel* gotLevels; local
1944 gotLevels=ubidi_getLevels(pBidi, &errorCode);
1952 if (gotLevels[i]!=UBIDI_RTL) {
1954 i, src[i], gotLevels[i], UBIDI_RTL);
1969 gotLevels=ubidi_getLevels(pLine, &errorCode);
1977 if ((gotLevel!=UBIDI_RTL) || (gotLevels[length-1]!=UBIDI_RTL)) {
1980 paraIndex, paraStart, paraLimit, gotLevel, UBIDI_RTL, gotLevels[length-1], UBIDI_RTL);
1994 gotLevels
[all...]

Completed in 69 milliseconds