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

  /dalvik/tests/003-omnibus-opcodes/src/
InternedString.java 19 public class InternedString {
20 public static final String CONST = "Class InternedString";
23 System.out.println("InternedString.run");
49 // "Class InternedString" should remain on the intern list
Main.java 80 InternedString.run();
  /libcore/luni/src/main/native/
org_apache_harmony_xml_ExpatParser.cpp 40 struct InternedString {
41 InternedString() : interned(NULL), bytes(NULL) {
44 ~InternedString() {
116 InternedString** bucket = internedStrings[i];
117 InternedString* current;
191 InternedString** internedStrings[BUCKET_COUNT];
245 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) {
247 UniquePtr<InternedString> wrapper(new InternedString);
295 static InternedString** newInternedStringBucket(InternedString* entry)
    [all...]

Completed in 264 milliseconds