OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BOCU1_START_POS_4
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/test/cintltst/
bocu1tst.c
112
#define
BOCU1_START_POS_4
(BOCU1_START_POS_3+BOCU1_LEAD_3)
124
(BOCU1_START_NEG_4<=(lead) && (lead)<
BOCU1_START_POS_4
) ? 3 : 4)
307
lead=
BOCU1_START_POS_4
;
424
} else if(b<
BOCU1_START_POS_4
) {
/external/icu4c/test/cintltst/
bocu1tst.c
113
#define
BOCU1_START_POS_4
(BOCU1_START_POS_3+BOCU1_LEAD_3)
125
(BOCU1_START_NEG_4<=(lead) && (lead)<
BOCU1_START_POS_4
) ? 3 : 4)
308
lead=
BOCU1_START_POS_4
;
425
} else if(b<
BOCU1_START_POS_4
) {
/external/chromium_org/third_party/icu/source/common/
ucnvbocu.c
98
#define
BOCU1_START_POS_4
(BOCU1_START_POS_3+BOCU1_LEAD_3)
110
(BOCU1_START_NEG_4<=(lead) && (lead)<
BOCU1_START_POS_4
) ? 3 : 4)
324
result|=((uint32_t)
BOCU1_START_POS_4
)<<24;
870
} else if(b<
BOCU1_START_POS_4
) {
[
all
...]
/external/icu4c/common/
ucnvbocu.cpp
101
#define
BOCU1_START_POS_4
(BOCU1_START_POS_3+BOCU1_LEAD_3)
113
(BOCU1_START_NEG_4<=(lead) && (lead)<
BOCU1_START_POS_4
) ? 3 : 4)
339
result|=((uint32_t)
BOCU1_START_POS_4
)<<24;
875
} else if(b<
BOCU1_START_POS_4
) {
[
all
...]
Completed in 145 milliseconds