Home
last modified time | relevance | path

Searched refs:stackLast (Results 1 – 4 of 4) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java1807 int stackLast=-1; in getDirProps() local
1861 if (stackLast <= MAX_EXPLICIT_LEVEL) { in getDirProps()
1877 if (stackLast <= MAX_EXPLICIT_LEVEL) { in getDirProps()
1878 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps()
1889 stackLast++; in getDirProps()
1890 if (stackLast <= MAX_EXPLICIT_LEVEL) { in getDirProps()
1891 isolateStartStack[stackLast] = i - 1; in getDirProps()
1892 previousStateStack[stackLast] = state; in getDirProps()
1904 if (stackLast <= MAX_EXPLICIT_LEVEL) { in getDirProps()
1910 if (stackLast >= 0) { in getDirProps()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1841 int stackLast=-1; in getDirProps() local
1895 if (stackLast <= MAX_EXPLICIT_LEVEL) { in getDirProps()
1911 if (stackLast <= MAX_EXPLICIT_LEVEL) { in getDirProps()
1912 dirProps[isolateStartStack[stackLast]] = RLI; in getDirProps()
1923 stackLast++; in getDirProps()
1924 if (stackLast <= MAX_EXPLICIT_LEVEL) { in getDirProps()
1925 isolateStartStack[stackLast] = i - 1; in getDirProps()
1926 previousStateStack[stackLast] = state; in getDirProps()
1938 if (stackLast <= MAX_EXPLICIT_LEVEL) { in getDirProps()
1944 if (stackLast >= 0) { in getDirProps()
[all …]
/external/icu/icu4c/source/common/
Dubidi.cpp467 int32_t stackLast=-1; in getDirProps() local
512 if(stackLast<=UBIDI_MAX_EXPLICIT_LEVEL) { in getDirProps()
528 if(stackLast<=UBIDI_MAX_EXPLICIT_LEVEL) { in getDirProps()
529 dirProps[isolateStartStack[stackLast]]=RLI; in getDirProps()
540 stackLast++; in getDirProps()
541 if(stackLast<=UBIDI_MAX_EXPLICIT_LEVEL) { in getDirProps()
542 isolateStartStack[stackLast]=i-1; in getDirProps()
543 previousStateStack[stackLast]=state; in getDirProps()
555 if(stackLast<=UBIDI_MAX_EXPLICIT_LEVEL) { in getDirProps()
561 if(stackLast>=0) { in getDirProps()
[all …]
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...