Searched refs:codeUnit (Results 1 - 7 of 7) sorted by relevance

/dalvik/dx/src/com/android/dx/dex/code/
H A DOddSpacer.java50 out.writeShort(InsnFormat.codeUnit(DalvOps.NOP, 0));
H A DInsnFormat.java425 protected static short codeUnit(int low, int high) { method in class:InsnFormat
446 protected static short codeUnit(int n0, int n1, int n2, int n3) { method in class:InsnFormat
/dalvik/dx/src/com/android/dx/dex/code/form/
H A DForm23x.java86 codeUnit(regs.get(1).getReg(), regs.get(2).getReg()));
H A DForm22b.java104 codeUnit(regs.get(1).getReg(), value & 0xff));
H A DForm35c.java118 codeUnit(r0, r1, r2, r3));
/dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
H A DNativeConverter.java315 * @param codeUnit the character to be converted
320 public static final native boolean canEncode(long converterHandle,int codeUnit); argument
/dalvik/libcore/icu/src/main/native/
H A DNativeConverter.cpp650 static jboolean canEncode(JNIEnv *env, jclass jClass, jlong handle, jint codeUnit) { argument
657 const UChar* sourceLimit = (codeUnit<0x010000) ? &source[1] : &source[2];
662 UTF_APPEND_CHAR(&source[0],i,2,codeUnit);

Completed in 102 milliseconds