Searched refs:getArgType (Results 1 – 6 of 6) sorted by relevance
179 JType argType = jfunc.getArgType(i); in emitFunctionCall()551 if (jfunc.getArgType(idx).isArray()) { in hasNonConstArg()552 if (!cfunc.getArgType(cIndex).isConst()) { in hasNonConstArg()555 } else if (jfunc.getArgType(idx).isBuffer()) { in hasNonConstArg()556 if (!cfunc.getArgType(cIndex).isConst()) { in hasNonConstArg()606 JType argType = jfunc.getArgType(i); in emitFunction()846 JType argType = jfunc.getArgType(i); in emitJniCode()893 JType argType = jfunc.getArgType(i); in emitJniCode()902 if (jfunc.getArgType(i).isBuffer()) { in emitJniCode()906 bufferArgTypes.add(jfunc.getArgType(i)); in emitJniCode()[all …]
113 public JType getArgType(int index) { in getArgType() method in JFunc130 CType cArgType = cfunc.getArgType(i); in convert()138 CType cArgType = cfunc.getArgType(i); in convert()
90 public CType getArgType(int index) { in getArgType() method in CFunc
28940 Landroid/icu/text/MessagePatternUtil$ArgNode;->getArgType()Landroid/icu/text/MessagePattern$ArgType;28955 Landroid/icu/text/MessagePatternUtil$ComplexArgStyleNode;->getArgType()Landroid/icu/text/MessagePat…
20731 method public android.icu.text.MessagePattern.ArgType getArgType();