Home
last modified time | relevance | path

Searched refs:CHARACTER (Results 1 – 2 of 2) sorted by relevance

/dalvik/dx/src/com/android/dx/rop/cst/
DCstType.java41 public static final CstType CHARACTER = intern(Type.CHARACTER_CLASS); field in CstType
107 case Type.BT_CHAR: return CHARACTER; in forBoxedPrimitiveType()
/dalvik/libcore/luni/src/main/native/
Dhycomp.h320 #define ESCHAR(x) ((CHARACTER) (x))
338 #define LCHAR(x) (*((CHARACTER) &(x)))