OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:paraBounds
(Results
1 - 3
of
3
) sorted by null
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestMultipleParagraphs.java
41
private static final int[]
paraBounds
= {
108
if ((paraStart !=
paraBounds
[i]) ||
109
(paraLimit !=
paraBounds
[i + 1])) {
112
paraBounds
[i] + "-" +
paraBounds
[i + 1]);
133
if ((paraStart !=
paraBounds
[i]) ||
134
(paraLimit !=
paraBounds
[i + 1])) {
137
paraBounds
[i] + "-" +
paraBounds
[i + 1]);
148
paraIndex = bidi.getParagraphIndex(
paraBounds
[i])
[
all
...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestMultipleParagraphs.java
37
private static final int[]
paraBounds
= {
104
if ((paraStart !=
paraBounds
[i]) ||
105
(paraLimit !=
paraBounds
[i + 1])) {
108
paraBounds
[i] + "-" +
paraBounds
[i + 1]);
129
if ((paraStart !=
paraBounds
[i]) ||
130
(paraLimit !=
paraBounds
[i + 1])) {
133
paraBounds
[i] + "-" +
paraBounds
[i + 1]);
144
paraIndex = bidi.getParagraphIndex(
paraBounds
[i])
[
all
...]
/external/icu/icu4c/source/test/cintltst/
cbiditst.c
[
all
...]
Completed in 54 milliseconds