Searched refs:kID (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxcrt/ |
D | fx_ucddata.inc | 11905 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E80 11906 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E81 11907 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E82 11908 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E83 11909 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E84 11910 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E85 11911 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E86 11912 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E87 11913 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E88 11914 CHARPROP____(0x1ffu, kNormal, kON, kID) // U+2E89 [all …]
|
D | fx_unicode.h | 54 kID = 12, enumerator
|
/external/elfutils/libcpu/ |
D | i386_lex.l | 80 return kID; } 83 return kID; }
|
D | i386_parse.y | 230 %token <str> kID 285 instr: bytes ':' bitfieldopt kID bitfieldopt optargs 531 | kID
|
/external/lzma/CPP/7zip/Compress/ |
D | CodecExports.cpp | 184 case NMethodPropID::kID: in GetMethodProperty() 290 case NMethodPropID::kID: in GetHasherProp()
|
/external/lzma/CPP/7zip/Common/ |
D | CreateCoder.cpp | 90 RINOK(GetCodecs->GetProperty(i, NMethodPropID::kID, &prop)); in Load() 127 RINOK(GetHashers->GetHasherProp(i, NMethodPropID::kID, &prop)); in Load()
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 355 kID, enumerator
|
/external/lzma/CPP/7zip/UI/Common/ |
D | LoadCodecs.cpp | 1028 RINOK(GetProperty(index, NMethodPropID::kID, &prop)); in GetCodec_Id() 1048 if (GetHasherProp(index, NMethodPropID::kID, &prop) != S_OK) in GetHasherId()
|