Searched refs:typeChar (Results 1 – 2 of 2) sorted by relevance
247 static String primitiveTypeLabel(char typeChar) { in primitiveTypeLabel() argument249 switch (typeChar) { in primitiveTypeLabel()261 System.err.println("Unexpected class char " + typeChar); in primitiveTypeLabel()
111 static const char* primitiveTypeLabel(char typeChar) in primitiveTypeLabel() argument113 switch (typeChar) { in primitiveTypeLabel()