Searched refs:encodings (Results 1 – 6 of 6) sorted by relevance
142 Instruction* encodings, in findBitMask() argument145 if (((insn & 0xc000) == 0) && !(encodings[i].isDuplex)) in findBitMask()148 if (((insn & 0xc000) != 0) && (encodings[i].isDuplex)) in findBitMask()151 if (((encodings[i].insnMask) & insn) == encodings[i].insnCmpMask) in findBitMask()152 return encodings[i].insnBitMask; in findBitMask()
430 | // covers UTF-16 surrogate pairs encodings for U+10000 to U+10FFFF441 | // covers UTF-16 surrogate pairs encodings for U+10000 to U+10FFFF
420 <li>Expanded I18N support (full worldwide encodings, more locales)
21 # http://www.gnu.org/software/libiconv for the list of possible encodings.590 # the list of possible encodings.
21 # http://www.gnu.org/software/libiconv for the list of possible encodings.686 # the list of possible encodings.
6172 com.android.org.bouncycastle.crypto.encodings.OAEPEncoding