HomeSort by relevance Sort by last modified time
    Searched full:destcp (Results 1 - 6 of 6) sorted by null

  /external/javassist/src/main/javassist/bytecode/
CodeAttribute.java 340 private byte[] copyCode(ConstPool destCp, Map classnames,
348 newCode, destCp, classnames);
354 ConstPool destCp, Map classnameMap)
378 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp,
383 index = srcCp.copy(index, destCp, classnameMap);
397 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp,
403 copyConstPoolInfo(i + 1, code, srcCp, newcode, destCp,
419 byte[] newcode, ConstPool destCp,
422 index = srcCp.copy(index, destCp, classnameMap);
ExceptionsAttribute.java 83 ConstPool destCp = this.constPool;
91 ByteArray.write16bit(srcCp.copy(index, destCp, classnames),
MethodInfo.java 501 ConstPool destCp = constPool;
503 name = destCp.addUtf8Info(methodname);
508 descriptor = destCp.addUtf8Info(desc2);
513 attribute.add(eattr.copy(destCp, classnames));
517 attribute.add(cattr.copy(destCp, classnames));
StackMap.java 225 ConstPool srcCp, destCp;
232 destCp = newCp;
258 int newClazz = srcCp.copy(clazz, destCp, classnames);
268 return new StackMap(destCp, dest);
  /external/pdfium/core/src/fpdftext/
fpdf_text.cpp 13 CFX_ByteString CharFromUnicodeAlt(FX_WCHAR unicode, int destcp, FX_LPCSTR defchar)
15 if (destcp == 0) {
27 int ret = FXSYS_WideCharToMultiByte(destcp, 0, (wchar_t*)&unicode, 1, buf, 10, NULL, &bDef);
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 501 milliseconds