HomeSort by relevance Sort by last modified time
    Searched defs:interned (Results 1 - 2 of 2) sorted by null

  /dalvik/vm/native/
java_lang_String.c 32 StringObject* interned; local
34 interned = dvmLookupInternedString(str);
35 RETURN_PTR(interned);
  /dalvik/libcore/xml/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 32 * Wrapper around an interned string.
36 /** The interned string itself. */
37 jstring interned; member in struct:InternedString
39 /** UTF-8 equivalent of the interned string. */
42 /** Hash code of the interned string. */
88 /** Cache of interned strings. */
136 * Creates a new interned string wrapper. Looks up the interned string
141 * @returns wrapper of interned Java string
167 // intern() on it. We then keep a global reference to the interned string
176 jstring interned = local
    [all...]

Completed in 44 milliseconds