Home | History | Annotate | Download | only in text

Lines Matching defs:dirProps

468  * Note that this implementation modifies the dirProps
476 * them back to the dirProps array.
1025 byte[] dirProps;
1113 return ((DirPropFlag(dirProps[index]) & flag) != 0);
1336 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len);
1839 dirProps[i1] = dirProp;
1843 dirProps[--i1] = BN;
1857 /* dirProps[isolateStartStack[stackLast]] = LRI; */
1872 dirProps[isolateStartStack[stackLast]] = RLI;
1889 dirProps[i-1] = LRI; /* default if no strong char */
1900 /* dirProps[isolateStartStack[stackLast]] = LRI; */
1948 /* dirProps[isolateStartStack[stackLast]] = LRI; */
2037 if ((DirPropFlag(dirProps[lastCcPos]) & MASK_ISO) != 0) /* after an isolate */
2114 dirProps[openingPosition] = newProp;
2116 dirProps[closingPosition] = newProp;
2169 dirProps[pOpening.position] = newProp;
2170 dirProps[position] = newProp;
2205 dirProp = dirProps[position];
2265 dirProps[position] = newProp;
2283 dirProps[position] = ENL;
2290 dirProps[position] = AN; /* W2 */
2292 dirProps[position] = ENR;
2309 dirProps[position] = newProp;
2370 * or saves making and modifying a copy of dirProps[].
2437 dirProp = dirProps[i];
2477 dirProp = dirProps[i];
2559 dirProps[i] = WS;
2573 dirProps[i] = WS;
2586 dirProps[i] = WS;
2627 flags |= DirPropFlag(dirProps[i]);
2665 byte dirProp = dirProps[i];
3097 dirProp = dirProps[k];
3119 * to actually store the intermediate directional properties in dirProps[].
3206 if ((_prop == _AN) && (dirProps[start0] == AN) &&
3400 if (dirProps[start] == PDI) {
3409 if (dirProps[start] == NSM)
3423 (DirPropFlag(dirProps[k]) & MASK_BN_EXPLICIT) != 0;
3425 dirProp = dirProps[k];
3431 prop = dirProps[i];
3445 prop1 = dirProps[j];
3505 (DirPropFlag(dirProps[i]) & MASK_BN_EXPLICIT) != 0;
3507 dirProp = dirProps[i];
3537 while (i > 0 && ((flag = DirPropFlag(dirProps[--i])) & MASK_WS) != 0) {
3548 flag = DirPropFlag(dirProps[--i]);
3684 * the visual map and the dirProps array to drive the second call
3686 * Bidi controls. Alternatively, only use the dirProps array via
3989 dirProps = new byte[0];
4026 dirProps = dirPropsMemory;
4136 if ((start > 0) && (dirProps[start - 1] == B)) {
4146 ((DirPropFlag(dirProps[limit]) & MASK_BN_EXPLICIT) != 0))) {}
4197 dirProp = dirProps[j];
4200 while (dirProps[last] == B) {