OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:COD
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/layout/
ThaiShaping.h
31
COD
= 3,
91
static LEUnicode noDescenderCOD(LEUnicode
cod
, le_uint8 glyphSet);
ThaiStateTables.cpp
19
/*0E00*/ NON, CON, CON, CON, CON, CON, CON, CON, CON, CON, CON, CON, CON,
COD
,
COD
,
COD
,
20
/*0E10*/
COD
, CON, CON, CON, CON, CON, CON, CON, CON, CON, CON, COA, CON, COA, CON, COA,
ThaiShaping.cpp
128
LEUnicode ThaiShaping::noDescenderCOD(LEUnicode
cod
, le_uint8 glyphSet)
138
if (
cod
>= CH_YO_YING &&
cod
<= CH_THO_THAN) {
139
return noDescenderCODs[glyphSet][
cod
- CH_YO_YING];
142
return
cod
;
183
LEUnicode
cod
= outputBuffer[outputIndex - 1];
local
184
LEUnicode coa = noDescenderCOD(
cod
, glyphSet);
186
if (
cod
!= coa) {
297
if (charClass >= CON && charClass <=
COD
) {
/external/qemu/
mips-dis.c
[
all
...]
Completed in 479 milliseconds