Home
last modified time | relevance | path

Searched refs:atom_string (Results 1 – 3 of 3) sorted by relevance

/external/libxkbcommon/xkbcommon/test/
Datom.c63 struct atom_string { in test_random_strings() struct
70 struct atom_string *arr; in test_random_strings()
/external/python/cpython2/Lib/compiler/
Dtransformer.py115 token.STRING: self.atom_string,
775 def atom_string(self, nodelist): member in Transformer
/external/v8/src/regexp/
Djsregexp.cc168 Handle<String> atom_string; in Compile() local
170 isolate, atom_string, in Compile()
172 if (!IgnoreCase(atom->flags()) && !HasFewDifferentCharacters(atom_string)) { in Compile()
173 AtomCompile(isolate, re, pattern, flags, atom_string); in Compile()