OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SLOPE_MIN
(Results
1 - 4
of
4
) sorted by null
/external/chromium/third_party/icu/source/i18n/
bocsu.c
35
*p++=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
37
p[2]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
39
p[1]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
43
p[3]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
45
p[2]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
47
p[1]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
57
*p++=(uint8_t)(
SLOPE_MIN
+m);
60
p[2]=(uint8_t)(
SLOPE_MIN
+m);
62
p[1]=(uint8_t)(
SLOPE_MIN
+m);
67
p[3]=(uint8_t)(
SLOPE_MIN
+m)
[
all
...]
bocsu.h
79
#define
SLOPE_MIN
3
83
#define SLOPE_TAIL_COUNT (SLOPE_MAX-
SLOPE_MIN
+1)
/external/icu4c/i18n/
bocsu.c
35
*p++=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
37
p[2]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
39
p[1]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
43
p[3]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
45
p[2]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
47
p[1]=(uint8_t)(
SLOPE_MIN
+diff%SLOPE_TAIL_COUNT);
57
*p++=(uint8_t)(
SLOPE_MIN
+m);
60
p[2]=(uint8_t)(
SLOPE_MIN
+m);
62
p[1]=(uint8_t)(
SLOPE_MIN
+m);
67
p[3]=(uint8_t)(
SLOPE_MIN
+m)
[
all
...]
bocsu.h
79
#define
SLOPE_MIN
3
83
#define SLOPE_TAIL_COUNT (SLOPE_MAX-
SLOPE_MIN
+1)
Completed in 428 milliseconds