HomeSort by relevance Sort by last modified time
    Searched full:trim (Results 376 - 400 of 539) sorted by null

<<11121314151617181920>>

  /external/webkit/SunSpider/tests/parse-only/
mootools-1.2.2-core-nc.js 716 trim: function(){
721 return this.replace(/\s+/g, ' ').trim();
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ElementsPanel.js 268 const whitespaceTrimmedQuery = query.trim();
    [all...]
  /external/webkit/WebCore/platform/image-decoders/bmp/
BMPImageReader.cpp 460 // Trim the mask to the allowed bit depth. Some Windows V4+ BMPs
  /external/webkit/WebKit/mac/Misc/
WebNSURLExtras.mm     [all...]
  /frameworks/base/core/java/android/webkit/
CookieManager.java 847 // cookie is too big, trim it
    [all...]
  /packages/apps/IM/src/com/android/im/app/
ChatView.java 837 if (TextUtils.isEmpty(msg.trim())) {
    [all...]
  /external/icu4c/common/
uloc.c 647 /* we will grab pairs, trim spaces, lowercase keywords, sort and return */
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailContent.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserActivity.java 363 if (jsFlags.trim().length() != 0) {
602 String url = fixUrl(inUrl).trim();
    [all...]
  /dalvik/libcore/crypto/src/main/java/javax/crypto/
Cipher.java 334 transf[i] = transf[i].trim();
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/io/
SerializationStressTest1.java 918 strings[1] = (" " + FOO + " ").trim(); // Safe way to get a copy
    [all...]
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
VectorTest.java     [all...]
  /dalvik/libcore/prefs/src/main/java/java/util/prefs/
Preferences.java 201 factoryClassName = factoryClassName.substring(0, commentIndex).trim();
    [all...]
  /external/bluetooth/glib/glib/
gslice.c 576 /* trim magazine cache from tail */
    [all...]
  /external/dnsmasq/src/
rfc1035.c 1162 than we allow, trim it so that we don't get an overlarge
    [all...]
  /external/guava/javadoc/com/google/common/base/
Splitter.html 119 or that you wish to trim whitespace. If you want features like these, simply
  /external/icu4c/i18n/
rbnf.cpp 1004 // trim trailing portion, skipping over ommitted sections
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11events.c 150 This done by AND'ing firstOctet with its mask to trim the bits used for identifying the
    [all...]
  /external/quake/quake/src/QW/server/
sv_main.c     [all...]
  /external/skia/src/core/
SkGeometry.cpp 160 /** Trim A/B/C down so that they are all <= 32bits
    [all...]
  /external/v8/src/
d8.js 269 // Trim string for leading and trailing whitespace.
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/
jsDriver.pl 937 # Trim off the leading path separator that begins relative paths on the Mac.
    [all...]
  /external/webkit/WebCore/platform/
KURLGoogle.cpp 697 // GoogleURL doesn't. So we trim off the question mark when setting.
    [all...]
  /external/webkit/WebCore/rendering/
InlineFlowBox.cpp     [all...]
  /frameworks/base/awt/java/awt/
Font.java 558 strTokens = new StringTokenizer(str.trim(), delim);
    [all...]

Completed in 402 milliseconds

<<11121314151617181920>>