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

/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_4/Regress/
H A Dfunction-002.js78 StripSpaces(f1.toString()) == StripSpaces(dec1));
92 StripSpaces(f2.toString()) == StripSpaces(dec2));
96 function StripSpaces( s ) { function
H A Dfunction-003.js44 "StripSpaces(Array.prototype.concat.toString()).substring(0,17)",
46 StripSpaces(Array.prototype.concat.toString()).substring(0,17));
50 function StripSpaces( s ) { function
/macosx-10.10/llvmCore-3425.0.34/lib/MC/
H A DMCSectionMachO.cpp166 /// StripSpaces - This removes leading and trailing spaces from the StringRef.
167 static void StripSpaces(StringRef &Str) { function
196 StripSpaces(Segment);
208 StripSpaces(Section);
226 StripSpaces(SectionType);
262 StripSpaces(Attr);
296 StripSpaces(StubSizeStr);

Completed in 78 milliseconds