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

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_4/Regress/
function-002.js 78 StripSpaces(f1.toString()) == StripSpaces(dec1));
92 StripSpaces(f2.toString()) == StripSpaces(dec2));
96 function StripSpaces( s ) {
function-003.js 44 "StripSpaces(Array.prototype.concat.toString()).substring(0,17)",
46 StripSpaces(Array.prototype.concat.toString()).substring(0,17));
50 function StripSpaces( s ) {
  /external/llvm/lib/MC/
MCSectionMachO.cpp 166 /// StripSpaces - This removes leading and trailing spaces from the StringRef.
167 static void StripSpaces(StringRef &Str) {
196 StripSpaces(Segment);
208 StripSpaces(Section);
226 StripSpaces(SectionType);
262 StripSpaces(Attr);
296 StripSpaces(StubSizeStr);

Completed in 85 milliseconds