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

  /external/icu/icu4c/source/common/
ubidiwrt.c 457 const DirProp *dirProps=pBiDi->dirProps;
474 (/*run>0 &&*/ dirProps[logicalStart]!=L)) {
500 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) {
518 (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) {
544 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) {
584 const DirProp *dirProps=pBiDi->dirProps;
594 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) {
609 if(/*run>0 &&*/ dirProps[logicalStart]!=L)
    [all...]
ubidiln.c 40 * and a dirProps array.
42 * Only if the length of the text is zero, then levels==dirProps==NULL.
74 * paragraph's levels and dirProps arrays are reused by way of setting
97 const DirProp *dirProps=pBiDi->dirProps;
108 if(dirProps[start-1]==B) {
113 while(start>0 && DIRPROP_FLAG(dirProps[start-1])&MASK_WS) {
172 pLineBiDi->dirProps=pParaBiDi->dirProps+start;
    [all...]
ubidi.c 63 * Note that this implementation modifies the dirProps
71 * them back to the dirProps array.
431 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */
500 dirProps[i-1]=dirProp;
503 dirProps[i-2]=BN;
515 /* dirProps[isolateStartStack[stackLast]]=LRI; */
530 dirProps[isolateStartStack[stackLast]]=RLI;
547 dirProps[i-1]=LRI; /* default if no strong char */
558 /* dirProps[isolateStartStack[stackLast]]=LRI; *
    [all...]
ubidiimp.h 293 DirProp *dirProps;
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
TestBidi.java 49 string = getStringFromDirProps(test.dirProps);
94 short[] dirProps = test.dirProps;
115 + TestData.dirPropNames[dirProps[lineStart + i]] + " "
359 private String getStringFromDirProps(short[] dirProps) {
362 if (dirProps == null) {
365 int length = dirProps.length;
370 buffer[i] = charFromDirProp[dirProps[i]];
TestData.java 240 protected short[] dirProps;
249 private TestData(short[] dirProps, int lineStart, int lineLimit,
252 this.dirProps = dirProps;
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 118 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Bidi.java 468 * Note that this implementation modifies the dirProps
476 * them back to the dirProps array.
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 544 milliseconds