Searched refs:paraBounds (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 44 private static final int[] paraBounds = { field in TestMultipleParagraphs 112 if ((paraStart != paraBounds[i]) || in testMultipleParagraphs() 113 (paraLimit != paraBounds[i + 1])) { in testMultipleParagraphs() 116 paraBounds[i] + "-" + paraBounds[i + 1]); in testMultipleParagraphs() 137 if ((paraStart != paraBounds[i]) || in testMultipleParagraphs() 138 (paraLimit != paraBounds[i + 1])) { in testMultipleParagraphs() 141 paraBounds[i] + "-" + paraBounds[i + 1]); in testMultipleParagraphs() 152 paraIndex = bidi.getParagraphIndex(paraBounds[i]); in testMultipleParagraphs() 153 run = bidi.getParagraph(paraBounds[i]); in testMultipleParagraphs() 192 i = paraBounds[1]; in testMultipleParagraphs() [all …]
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestMultipleParagraphs.java | 41 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/icu4c/source/test/cintltst/ |
D | cbiditst.c | 1815 static const int32_t paraBounds[]={0, 6, 12, 18, 20, 23, 24, 28, 30, 31, 32, 35}; in testMultipleParagraphs() local 1874 if ((paraStart!=paraBounds[i]) || (paraLimit!=paraBounds[i+1])) { in testMultipleParagraphs() 1876 i, paraStart, paraLimit, paraBounds[i], paraBounds[i+1]); in testMultipleParagraphs() 1895 if ((paraStart!=paraBounds[i]) || (paraLimit!=paraBounds[i+1])) { in testMultipleParagraphs() 1897 i, paraStart, paraLimit, paraBounds[i], paraBounds[i+1]); in testMultipleParagraphs() 1904 paraIndex=ubidi_getParagraph(pBidi, paraBounds[i], NULL, NULL, &gotLevel, &errorCode); in testMultipleParagraphs() 1934 i=paraBounds[1]; in testMultipleParagraphs() 1935 k=paraBounds[2]+1; in testMultipleParagraphs() 1942 i=paraBounds[1]; in testMultipleParagraphs() 1943 k=paraBounds[2]; in testMultipleParagraphs() [all …]
|