OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SLOPE_REACH_POS_2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/i18n/
bocsu.h
120
#define
SLOPE_REACH_POS_2
(SLOPE_LEAD_2*SLOPE_TAIL_COUNT+(SLOPE_LEAD_2-1))
121
#define SLOPE_REACH_NEG_2 (-
SLOPE_REACH_POS_2
-1)
/external/icu4c/i18n/
bocsu.h
126
#define
SLOPE_REACH_POS_2
(SLOPE_LEAD_2*SLOPE_TAIL_COUNT+(SLOPE_LEAD_2-1))
127
#define SLOPE_REACH_NEG_2 (-
SLOPE_REACH_POS_2
-1)
Completed in 1245 milliseconds