Home
last modified time | relevance | path

Searched refs:lastStrongLTR (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
Dubidi.c393 int32_t lastStrongLTR=0; /* for STREAMING option */ in getDirProps() local
397 lastStrongLTR=0; in getDirProps()
447 lastStrongLTR=i; /* i is index to next character */ in getDirProps()
490 if((lastStrongLTR>pBiDi->length) && in getDirProps()
491 (GET_PARALEVEL(pBiDi, lastStrongLTR)==0)) { in getDirProps()
492 pBiDi->length = lastStrongLTR; in getDirProps()
/external/icu4c/common/
Dubidi.c419 int32_t lastStrongLTR=0; /* for STREAMING option */ in getDirProps() local
423 lastStrongLTR=0; in getDirProps()
480 lastStrongLTR=i; /* i is index to next character */ in getDirProps()
523 if((lastStrongLTR>pBiDi->length) && in getDirProps()
524 (GET_PARALEVEL(pBiDi, lastStrongLTR)==0)) { in getDirProps()
525 pBiDi->length = lastStrongLTR; in getDirProps()