OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:runs
(Results
51 - 68
of
68
) sorted by null
1
2
3
/external/icu/icu4c/source/common/
ubidi.c
223
* realloc, but it is needed when adding
runs
using getRunsMemory()
2351
Run *
runs
;
local
[
all
...]
ubidiimp.h
73
/* special flag for multiple
runs
from explicit embedding codes */
351
int32_t runCount; /* ==-1:
runs
not set up yet */
352
Run *
runs
;
member in struct:UBiDi
354
/* for non-mixed text, we only need a tiny array of
runs
(no malloc()) */
/frameworks/base/core/java/android/text/
Layout.java
771
int[]
runs
= dirs.mDirections;
local
776
int runIndex = offset == lineStart ? 0 :
runs
.length - 2;
777
return ((
runs
[runIndex + 1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK) != paraLevel;
781
for (int i = 0; i <
runs
.length; i += 2) {
782
if (offset ==
runs
[i]) {
803
int[]
runs
= dirs.mDirections;
local
805
for (int i = 0; i <
runs
.length; i += 2) {
806
int start = lineStart +
runs
[i];
807
int limit = start + (
runs
[i+1] & RUN_LENGTH_MASK);
809
int level = (
runs
[i+1] >>> RUN_LEVEL_SHIFT) & RUN_LEVEL_MASK
821
int[]
runs
= getLineDirections(line).mDirections;
local
[
all
...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java
59
* Some of the API methods provide access to "
runs
". Such a
233
* // render
runs
on a line sequentially, always from left to right
247
* // from the style
runs
with the directional
runs
255
* // (possibly) multiple style
runs
intersecting with it
261
* // iterate over style
runs
328
* // iterate over directional
runs
335
* // iterate over both directional and style
runs
695
* keep combining characters after their base characters in RTL
runs
704
* replace characters with the "mirrored" property in RTL
runs
1098
BidiRun[]
runs
;
field in class:Bidi
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar
/external/v8/test/cctest/
test-api.cc
22348
const int
runs
= 10;
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar
/prebuilts/misc/common/icu4j/
icu4j.jar
/prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
/prebuilts/tools/linux-x86/swt/
swt.jar
/prebuilts/tools/linux-x86_64/swt/
swt.jar
/prebuilts/tools/windows/swt/
swt.jar
/prebuilts/tools/windows-x86_64/swt/
swt.jar
/prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar
Completed in 181 milliseconds
1
2
3