HomeSort by relevance Sort by last modified time
    Searched defs:cod (Results 1 - 2 of 2) sorted by null

  /external/icu4c/layout/
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/bluetooth/bluez/tools/
hciconfig.c 859 uint32_t cod = strtoul(opt, NULL, 16); local
860 if (hci_write_class_of_dev(s, cod, 2000) < 0) {
    [all...]

Completed in 316 milliseconds