Home | History | Annotate | Download | only in text

Lines Matching refs:dirProps

467  * Note that this implementation modifies the dirProps
475 * them back to the dirProps array.
1024 byte[] dirProps;
1112 return ((DirPropFlag(dirProps[index]) & flag) != 0);
1335 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len);
1838 dirProps[i1] = dirProp;
1842 dirProps[--i1] = BN;
1856 /* dirProps[isolateStartStack[stackLast]] = LRI; */
1871 dirProps[isolateStartStack[stackLast]] = RLI;
1888 dirProps[i-1] = LRI; /* default if no strong char */
1899 /* dirProps[isolateStartStack[stackLast]] = LRI; */
1947 /* dirProps[isolateStartStack[stackLast]] = LRI; */
2036 if ((DirPropFlag(dirProps[lastCcPos]) & MASK_ISO) != 0) /* after an isolate */
2113 dirProps[openingPosition] = newProp;
2115 dirProps[closingPosition] = newProp;
2168 dirProps[pOpening.position] = newProp;
2169 dirProps[position] = newProp;
2204 dirProp = dirProps[position];
2264 dirProps[position] = newProp;
2282 dirProps[position] = ENL;
2289 dirProps[position] = AN; /* W2 */
2291 dirProps[position] = ENR;
2308 dirProps[position] = newProp;
2369 * or saves making and modifying a copy of dirProps[].
2436 dirProp = dirProps[i];
2476 dirProp = dirProps[i];
2558 dirProps[i] = WS;
2572 dirProps[i] = WS;
2585 dirProps[i] = WS;
2626 flags |= DirPropFlag(dirProps[i]);
2663 dirProp = dirProps[i];
3076 dirProp = dirProps[k];
3098 * to actually store the intermediate directional properties in dirProps[].
3185 if ((_prop == _AN) && (dirProps[start0] == AN) &&
3379 if (dirProps[start] == PDI) {
3388 if (dirProps[start] == NSM)
3402 (DirPropFlag(dirProps[k]) & MASK_BN_EXPLICIT) != 0;
3404 dirProp = dirProps[k];
3410 prop = dirProps[i];
3424 prop1 = dirProps[j];
3484 (DirPropFlag(dirProps[i]) & MASK_BN_EXPLICIT) != 0;
3486 dirProp = dirProps[i];
3516 while (i > 0 && ((flag = DirPropFlag(dirProps[--i])) & MASK_WS) != 0) {
3527 flag = DirPropFlag(dirProps[--i]);
3663 * the visual map and the dirProps array to drive the second call
3665 * Bidi controls. Alternatively, only use the dirProps array via
3966 dirProps = new byte[0];
4003 dirProps = dirPropsMemory;
4113 if ((start > 0) && (dirProps[start - 1] == B)) {
4123 ((DirPropFlag(dirProps[limit]) & MASK_BN_EXPLICIT) != 0))) {}
4174 dirProp = dirProps[j];
4177 while (dirProps[last] == B) {