Home | History | Annotate | Download | only in common

Lines Matching full:tccc180

327     // Build tccc180[].
336 tccc180[c]=(uint8_t)getFCD16FromNormData(c);
339 uprv_memset(tccc180+c, 0, 0x20);
1522 // tccc180[] and smallFCD[] are intended to help with any loss of performance,
1643 prevFCD16= prev<0x180 ? tccc180[prev] : getFCD16FromNormData(prev);