Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
Dfunction-002.js78 StripSpaces(f1.toString()) == StripSpaces(dec1));
92 StripSpaces(f2.toString()) == StripSpaces(dec2));
96 function StripSpaces( s ) { class
Dfunction-003.js46 StripSpaces(Array.prototype.concat.toString()).substring(0,17));
50 function StripSpaces( s ) { class
/external/llvm/lib/MC/
DMCSectionMachO.cpp167 static void StripSpaces(StringRef &Str) { in StripSpaces() function
196 StripSpaces(Segment); in ParseSectionSpecifier()
208 StripSpaces(Section); in ParseSectionSpecifier()
226 StripSpaces(SectionType); in ParseSectionSpecifier()
262 StripSpaces(Attr); in ParseSectionSpecifier()
296 StripSpaces(StubSizeStr); in ParseSectionSpecifier()