Searched defs:cod (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/layout/
H A DThaiShaping.cpp128 LEUnicode ThaiShaping::noDescenderCOD(LEUnicode cod, le_uint8 glyphSet) argument
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) {
/external/libnfc-nci/src/nfc/ndef/
H A Dndef_cho_utils.c330 char *p_id_str, DEV_CLASS cod)
349 DEVCLASS_TO_STREAM (p, cod);
329 NDEF_MsgAppendMediaBtOobCod(UINT8 *p_msg, UINT32 max_size, UINT32 *p_cur_size, char *p_id_str, DEV_CLASS cod) argument
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dj2k.h296 /** If cod == 1 --> there was a COD marker for the present tile */
297 OPJ_UINT32 cod : 1; member in struct:opj_tcp

Completed in 255 milliseconds