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

  /external/chromium_org/third_party/icu/source/common/
ubidiwrt.c 454 const DirProp *dirProps=pBiDi->dirProps;
471 (/*run>0 &&*/ dirProps[logicalStart]!=L)) {
495 (/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L)) {
513 (/*run>0 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart+runLength-1])))) {
537 (/*run<runCount-1 &&*/ !(MASK_R_AL&DIRPROP_FLAG(dirProps[logicalStart])))) {
575 const DirProp *dirProps=pBiDi->dirProps;
585 if(/*run<runCount-1 &&*/ dirProps[logicalStart+runLength-1]!=L) {
598 if(/*run>0 &&*/ dirProps[logicalStart]!=L)
    [all...]
ubidiln.c 36 * and a dirProps array.
38 * Only if the length of the text is zero, then levels==dirProps==NULL.
70 * paragraph's levels and dirProps arrays are reused by way of setting
93 const DirProp *dirProps=pBiDi->dirProps;
104 if(NO_CONTEXT_RTL(dirProps[start-1])==B) {
109 while(start>0 && DIRPROP_FLAG_NC(dirProps[start-1])&MASK_WS) {
168 pLineBiDi->dirProps=pParaBiDi->dirProps+start;
    [all...]
ubidiimp.h 120 (UBiDiLevel)((ubidi)->defaultParaLevel ? (ubidi)->dirProps[index]>>7 \
233 const DirProp *dirProps;
ubidi.c 61 * Note that this implementation never modifies the dirProps
69 * them back to the dirProps array.
366 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */
418 dirProps[i-1]=dirProp|paraDir;
421 dirProps[i-2]=(DirProp)(BN|paraDir);
429 dirProps[i1]&=~CONTEXT_RTL;
439 dirProps[i1]|=CONTEXT_RTL;
462 dirProps[paraStart]|=CONTEXT_RTL;
483 dirProps[i1]|=CONTEXT_RTL
    [all...]
  /external/icu4c/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(NO_CONTEXT_RTL(dirProps[start-1])==B) {
113 while(start>0 && DIRPROP_FLAG_NC(dirProps[start-1])&MASK_WS) {
172 pLineBiDi->dirProps=pParaBiDi->dirProps+start;
    [all...]
ubidiimp.h 120 (UBiDiLevel)((ubidi)->defaultParaLevel ? (ubidi)->dirProps[index]>>7 \
233 const DirProp *dirProps;
ubidi.c 62 * Note that this implementation never modifies the dirProps
70 * them back to the dirProps array.
392 DirProp *dirProps=pBiDi->dirPropsMemory; /* pBiDi->dirProps is const */
451 dirProps[i-1]=dirProp|paraDir;
454 dirProps[i-2]=(DirProp)(BN|paraDir);
462 dirProps[i1]&=~CONTEXT_RTL;
472 dirProps[i1]|=CONTEXT_RTL;
495 dirProps[paraStart]|=CONTEXT_RTL;
516 dirProps[i1]|=CONTEXT_RTL
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 103 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
    [all...]
  /external/icu4c/test/cintltst/
cbiditst.c 113 getStringFromDirProps(const uint8_t *dirProps, int32_t length, UChar *buffer);
    [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 

Completed in 137 milliseconds