Home
last modified time | relevance | path

Searched refs:paraBounds (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
DTestMultipleParagraphs.java41 private static final int[] paraBounds = { field in TestMultipleParagraphs
109 if ((paraStart != paraBounds[i]) || in testMultipleParagraphs()
110 (paraLimit != paraBounds[i + 1])) { in testMultipleParagraphs()
113 paraBounds[i] + "-" + paraBounds[i + 1]); in testMultipleParagraphs()
134 if ((paraStart != paraBounds[i]) || in testMultipleParagraphs()
135 (paraLimit != paraBounds[i + 1])) { in testMultipleParagraphs()
138 paraBounds[i] + "-" + paraBounds[i + 1]); in testMultipleParagraphs()
149 paraIndex = bidi.getParagraphIndex(paraBounds[i]); in testMultipleParagraphs()
150 run = bidi.getParagraph(paraBounds[i]); in testMultipleParagraphs()
189 i = paraBounds[1]; in testMultipleParagraphs()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
DTestMultipleParagraphs.java42 private static final int[] paraBounds = { field in TestMultipleParagraphs
110 if ((paraStart != paraBounds[i]) || in testMultipleParagraphs()
111 (paraLimit != paraBounds[i + 1])) { in testMultipleParagraphs()
114 paraBounds[i] + "-" + paraBounds[i + 1]); in testMultipleParagraphs()
135 if ((paraStart != paraBounds[i]) || in testMultipleParagraphs()
136 (paraLimit != paraBounds[i + 1])) { in testMultipleParagraphs()
139 paraBounds[i] + "-" + paraBounds[i + 1]); in testMultipleParagraphs()
150 paraIndex = bidi.getParagraphIndex(paraBounds[i]); in testMultipleParagraphs()
151 run = bidi.getParagraph(paraBounds[i]); in testMultipleParagraphs()
190 i = paraBounds[1]; in testMultipleParagraphs()
[all …]
/external/icu/icu4c/source/test/cintltst/
Dcbiditst.c1810 static const int32_t paraBounds[]={0, 6, 12, 18, 20, 23, 24, 28, 30, 31, 32, 35}; in testMultipleParagraphs() local
1869 if ((paraStart!=paraBounds[i]) || (paraLimit!=paraBounds[i+1])) { in testMultipleParagraphs()
1871 i, paraStart, paraLimit, paraBounds[i], paraBounds[i+1]); in testMultipleParagraphs()
1890 if ((paraStart!=paraBounds[i]) || (paraLimit!=paraBounds[i+1])) { in testMultipleParagraphs()
1892 i, paraStart, paraLimit, paraBounds[i], paraBounds[i+1]); in testMultipleParagraphs()
1899 paraIndex=ubidi_getParagraph(pBidi, paraBounds[i], NULL, NULL, &gotLevel, &errorCode); in testMultipleParagraphs()
1929 i=paraBounds[1]; in testMultipleParagraphs()
1930 k=paraBounds[2]+1; in testMultipleParagraphs()
1937 i=paraBounds[1]; in testMultipleParagraphs()
1938 k=paraBounds[2]; in testMultipleParagraphs()
[all …]