Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/common/
Dubidi.c369 int32_t lastStrongLTR=0; /* for STREAMING option */ in getDirProps() local
373 lastStrongLTR=0; in getDirProps()
427 lastStrongLTR=i; /* i is index to next character */ in getDirProps()
470 if((lastStrongLTR>pBiDi->length) && in getDirProps()
471 (GET_PARALEVEL(pBiDi, lastStrongLTR)==0)) { in getDirProps()
472 pBiDi->length = lastStrongLTR; in getDirProps()
/external/icu4c/common/
Dubidi.c369 int32_t lastStrongLTR=0; /* for STREAMING option */ in getDirProps() local
373 lastStrongLTR=0; in getDirProps()
423 lastStrongLTR=i; /* i is index to next character */ in getDirProps()
466 if((lastStrongLTR>pBiDi->length) && in getDirProps()
467 (GET_PARALEVEL(pBiDi, lastStrongLTR)==0)) { in getDirProps()
468 pBiDi->length = lastStrongLTR; in getDirProps()