Searched defs:stateImp (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/common/
H A Dubidiimp.h188 int16_t stateImp; member in struct:Isolate
H A Dubidi.c2109 uint16_t oldStateImp, stateImp, actionImp; local
2146 stateImp=pBiDi->isolates[pBiDi->isolateCount].stateImp;
2153 stateImp = 1 + sor;
2155 stateImp=0;
2201 oldStateImp=stateImp;
2203 stateImp=GET_STATEPROPS(cell); /* isolate the new state */
2249 pBiDi->isolates[pBiDi->isolateCount].stateImp=stateImp;
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DBidi.java556 short stateImp; field in class:Bidi.Isolate
3367 short oldStateImp, stateImp, actionImp;
3402 stateImp = isolates[isolateCount].stateImp;
3409 stateImp = (short)(1 + sor);
3411 stateImp = 0;
3459 oldStateImp = stateImp;
3461 stateImp = GetStateProps(cell); /* isolate the new state */
3511 isolates[isolateCount].stateImp = stateImp;
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DBidi.java556 short stateImp; field in class:Bidi.Isolate
3402 short oldStateImp, stateImp, actionImp;
3437 stateImp = isolates[isolateCount].stateImp;
3444 stateImp = (short)(1 + sor);
3446 stateImp = 0;
3494 oldStateImp = stateImp;
3496 stateImp = GetStateProps(cell); /* isolate the new state */
3546 isolates[isolateCount].stateImp = stateImp;
[all...]

Completed in 232 milliseconds