Searched refs:combineBackIndex (Results 1 – 1 of 1) sorted by relevance
/external/chromium/third_party/icu/source/common/ |
D | unorm.cpp | 1871 _combine(const uint16_t *table, uint16_t combineBackIndex, argument 1878 if(key>=combineBackIndex) { 1885 if((key&0x7fff)==combineBackIndex) { 1994 uint16_t combineFwdIndex, combineBackIndex; local 2001 …combineBackIndex=0; /* will always be set if combineFlags!=0 - avoid compiler warnings… 2007 combineFlags=_getNextCombining(p, limit, c, c2, combineBackIndex, cc, nx); 2009 if(combineBackIndex&0x8000) { 2016 if(combineBackIndex==0xfff2) { 2109 … 0!=(result=_combine(combiningTable+combineFwdIndex, combineBackIndex, value, value2)) && 2194 combineFwdIndex=combineBackIndex;
|