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

  /external/chromium/third_party/icu/source/i18n/
bocsu.h 124 #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))
125 #define SLOPE_REACH_NEG_3 (-SLOPE_REACH_POS_3-1)
bocsu.c 36 } else if(diff<=SLOPE_REACH_POS_3) {
87 } else if(diff<=SLOPE_REACH_POS_3) {
  /external/icu4c/i18n/
bocsu.h 124 #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))
125 #define SLOPE_REACH_NEG_3 (-SLOPE_REACH_POS_3-1)
bocsu.c 36 } else if(diff<=SLOPE_REACH_POS_3) {
87 } else if(diff<=SLOPE_REACH_POS_3) {

Completed in 182 milliseconds