Searched refs:ImpAct (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/common/ |
D | ubidi.cpp | 1539 typedef uint8_t ImpAct[]; typedef 1612 static const ImpAct impAct0 = {0,1,2,3,4}; 1709 static const ImpAct impAct1 = {0,1,13,14}; 1744 static const ImpAct impAct2 = {0,1,2,5,6,7,8}; 1745 static const ImpAct impAct3 = {0,1,9,10,11,12}; 1776 const ImpAct * pImpAct; /* action map array */ 1864 const ImpAct * pImpAct=pLevState->pImpAct; in processPropertySeq() 2157 levState.pImpAct=(const ImpAct*)((pBiDi->pImpTabPair)->pImpAct)[levState.runLevel&1]; in resolveImplicitLevels()
|