HomeSort by relevance Sort by last modified time
    Searched refs:SLOPE_TAIL_COUNT (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
bocsu.cpp 38 *p++=(uint8_t)(SLOPE_START_POS_2+(diff/SLOPE_TAIL_COUNT));
39 *p++=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT);
41 p[2]=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT);
42 diff/=SLOPE_TAIL_COUNT;
43 p[1]=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT);
44 *p=(uint8_t)(SLOPE_START_POS_3+(diff/SLOPE_TAIL_COUNT));
47 p[3]=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT);
48 diff/=SLOPE_TAIL_COUNT;
49 p[2]=(uint8_t)(SLOPE_MIN+diff%SLOPE_TAIL_COUNT);
50 diff/=SLOPE_TAIL_COUNT;
    [all...]
bocsu.h 91 #define SLOPE_TAIL_COUNT (SLOPE_MAX-SLOPE_MIN+1)
103 * The sum must be <=SLOPE_TAIL_COUNT.
128 #define SLOPE_REACH_POS_2 (SLOPE_LEAD_2*SLOPE_TAIL_COUNT+(SLOPE_LEAD_2-1))
132 #define SLOPE_REACH_POS_3 (SLOPE_LEAD_3*SLOPE_TAIL_COUNT*SLOPE_TAIL_COUNT+(SLOPE_LEAD_3-1)*SLOPE_TAIL_COUNT+(SLOPE_TAIL_COUNT-1))

Completed in 4493 milliseconds