HomeSort by relevance Sort by last modified time
    Searched defs:dirProps (Results 1 - 18 of 18) sorted by null

  /external/icu/icu4c/source/common/
ubidiwrt.cpp 454 const DirProp *dirProps=pBiDi->dirProps;
471 (/*run>0 &&*/ dirProps[logicalStart]!=L)) {
497 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) {
515 (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) {
541 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) {
581 const DirProp *dirProps=pBiDi->dirProps;
591 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) {
606 if(/*run>0 &&*/ dirProps[logicalStart]!=L)
    [all...]
ubidiln.cpp 38 * and a dirProps array.
40 * Only if the length of the text is zero, then levels==dirProps==NULL.
72 * paragraph's levels and dirProps arrays are reused by way of setting
95 const DirProp *dirProps=pBiDi->dirProps;
106 if(dirProps[start-1]==B) {
111 while(start>0 && DIRPROP_FLAG(dirProps[start-1])&MASK_WS) {
170 pLineBiDi->dirProps=pParaBiDi->dirProps+start;
    [all...]
ubidi.cpp 65 * Note that this implementation modifies the dirProps
73 * them back to the dirProps array.
433 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */
502 dirProps[i-1]=dirProp;
505 dirProps[i-2]=BN;
517 /* dirProps[isolateStartStack[stackLast]]=LRI; */
532 dirProps[isolateStartStack[stackLast]]=RLI;
549 dirProps[i-1]=LRI; /* default if no strong char */
560 /* dirProps[isolateStartStack[stackLast]]=LRI; *
    [all...]
ubidiimp.h 293 DirProp *dirProps;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/bidi/
TestData.java 245 protected short[] dirProps;
254 private TestData(short[] dirProps, int lineStart, int lineLimit,
257 this.dirProps = dirProps;
TestBidi.java 57 string = getStringFromDirProps(test.dirProps);
102 short[] dirProps = test.dirProps;
123 + TestData.dirPropNames[dirProps[lineStart + i]] + " "
367 private String getStringFromDirProps(short[] dirProps) {
370 if (dirProps == null) {
373 int length = dirProps.length;
378 buffer[i] = charFromDirProp[dirProps[i]];
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestData.java 242 protected short[] dirProps;
251 private TestData(short[] dirProps, int lineStart, int lineLimit,
254 this.dirProps = dirProps;
TestBidi.java 54 string = getStringFromDirProps(test.dirProps);
99 short[] dirProps = test.dirProps;
120 + TestData.dirPropNames[dirProps[lineStart + i]] + " "
364 private String getStringFromDirProps(short[] dirProps) {
367 if (dirProps == null) {
370 int length = dirProps.length;
375 buffer[i] = charFromDirProp[dirProps[i]];
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Bidi.java 468 * Note that this implementation modifies the dirProps
476 * them back to the dirProps array.
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 121 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 467 * Note that this implementation modifies the dirProps
475 * them back to the dirProps array.
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 97 milliseconds