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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DEntity.java135 public static int name2type(String nm) { method in class:Entity
H A DElement.java171 public static int name2type(String nm) { method in class:Element
H A DAttributeList.java164 public static int name2type(String nm) { method in class:AttributeList
/openjdk7/hotspot/src/share/vm/utilities/
H A DglobalDefinitions.cpp203 BasicType name2type(const char* name) { function
H A DglobalDefinitions.hpp525 extern BasicType name2type(const char* name);
/openjdk7/jdk/make/tools/src/build/tools/dtdbuilder/
H A DDTDParser.java402 int t = Entity.name2type(tnm);
534 type = Element.name2type(nm);
585 atts.type = atts.name2type(getString(0));
651 atts.modifier = atts.name2type(getString(0));
/openjdk7/hotspot/src/share/vm/prims/
H A Djvm.cpp689 BasicType t = name2type(utf);

Completed in 41 milliseconds