Home
last modified time | relevance | path

Searched refs:testUint32String (Results 1 – 5 of 5) sorted by relevance

/dports/lang/rhino/rhino1_7R4/xmlimplsrc/org/mozilla/javascript/xmlimpl/
H A DXMLLibImpl.java208 long test = ScriptRuntime.testUint32String(str); in toXMLNameOrIndex()
231 long test = ScriptRuntime.testUint32String(uri); in toXMLNameOrIndex()
247 long test = ScriptRuntime.testUint32String(str); in toXMLNameOrIndex()
H A DXMLList.java598 index = ScriptRuntime.testUint32String(s); in propertyIsEnumerable()
/dports/lang/rhino/rhino1_7R4/deprecatedsrc/org/mozilla/javascript/xml/impl/xmlbeans/
H A DXMLLibImpl.java167 long test = ScriptRuntime.testUint32String(str); in toXMLNameOrIndex()
190 long test = ScriptRuntime.testUint32String(uri); in toXMLNameOrIndex()
206 long test = ScriptRuntime.testUint32String(str); in toXMLNameOrIndex()
H A DXMLList.java1231 index = ScriptRuntime.testUint32String(s); in propertyIsEnumerable()
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DScriptRuntime.java1328 public static long testUint32String(String str) in testUint32String() method in ScriptRuntime