HomeSort by relevance Sort by last modified time
    Searched defs:SPACES (Results 1 - 6 of 6) sorted by null

  /external/chromium/net/base/
escape.h 63 // Convert %20 to spaces. In some places where we're showing URLs, we may
67 SPACES = 2,
127 // Spaces change to "+" unless you pass usePlus=false.
net_util_unittest.cc 322 // Embedded spaces will be turned to %20 in the display.
803 // by web servers in the wild). Spaces between them are removed.
871 // spaces
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
Keyboard.java 694 private static final String SPACES = " ";
696 private static String spaces(int count) { method in class:Keyboard.Builder
697 return (count < SPACES.length()) ? SPACES.substring(0, count) : SPACES;
701 Log.d(BUILDER_TAG, String.format(spaces(++mIndent * 2) + format, args));
705 Log.d(BUILDER_TAG, String.format(spaces(mIndent-- * 2) + format, args));
709 Log.d(BUILDER_TAG, String.format(spaces(++mIndent * 2) + format, args));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /external/jdiff/
xerces.jar 

Completed in 493 milliseconds