Home | History | Annotate | Download | only in text

Lines Matching defs:dirProps

467  * Note that this implementation modifies the dirProps
475 * them back to the dirProps array.
1049 byte[] dirProps;
1137 return ((DirPropFlag(dirProps[index]) & flag) != 0);
1363 Object array = getMemory("DirProps", dirPropsMemory, Byte.TYPE, mayAllocate, len);
1873 dirProps[i1] = dirProp;
1877 dirProps[--i1] = BN;
1891 /* dirProps[isolateStartStack[stackLast]] = LRI; */
1906 dirProps[isolateStartStack[stackLast]] = RLI;
1923 dirProps[i-1] = LRI; /* default if no strong char */
1934 /* dirProps[isolateStartStack[stackLast]] = LRI; */
1982 dirProps[isolateStartStack[stackLast]] = LRI; */
2071 if ((DirPropFlag(dirProps[lastCcPos]) & MASK_ISO) != 0) /* after an isolate */
2148 dirProps[openingPosition] = newProp;
2150 dirProps[closingPosition] = newProp;
2203 dirProps[pOpening.position] = newProp;
2204 dirProps[position] = newProp;
2239 dirProp = dirProps[position];
2299 dirProps[position] = newProp;
2317 dirProps[position] = ENL;
2324 dirProps[position] = AN; /* W2 */
2326 dirProps[position] = ENR;
2343 dirProps[position] = newProp;
2404 * or saves making and modifying a copy of dirProps[].
2471 dirProp = dirProps[i];
2511 dirProp = dirProps[i];
2593 dirProps[i] = WS;
2607 dirProps[i] = WS;
2620 dirProps[i] = WS;
2661 flags |= DirPropFlag(dirProps[i]);
2699 byte dirProp = dirProps[i];
3131 dirProp = dirProps[k];
3153 * to actually store the intermediate directional properties in dirProps[].
3240 if ((_prop == _AN) && (dirProps[start0] == AN) &&
3434 if (dirProps[start] == PDI) {
3443 if (dirProps[start] == NSM)
3457 (DirPropFlag(dirProps[k]) & MASK_BN_EXPLICIT) != 0;
3459 dirProp = dirProps[k];
3465 prop = dirProps[i];
3479 prop1 = dirProps[j];
3539 (DirPropFlag(dirProps[i]) & MASK_BN_EXPLICIT) != 0;
3541 dirProp = dirProps[i];
3571 while (i > 0 && ((flag = DirPropFlag(dirProps[--i])) & MASK_WS) != 0) {
3582 flag = DirPropFlag(dirProps[--i]);
3719 * the visual map and the dirProps array to drive the second call
3721 * Bidi controls. Alternatively, only use the dirProps array via
4026 dirProps = new byte[0];
4063 dirProps = dirPropsMemory;
4173 if ((start > 0) && (dirProps[start - 1] == B)) {
4183 ((DirPropFlag(dirProps[limit]) & MASK_BN_EXPLICIT) != 0))) {}
4234 dirProp = dirProps[j];
4237 while (dirProps[last] == B) {