HomeSort by relevance Sort by last modified time
    Searched defs:SPACES (Results 1 - 11 of 11) 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...]
  /external/chromium_org/net/base/
escape.h 21 // Spaces change to "+" unless you pass usePlus=false.
75 // Convert %20 to spaces. In some places where we're showing URLs, we may
79 SPACES = 2,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CsvUtils.java 41 * spaces around fields before splitting. Note that this behavior doesn't conform to RFC 4180.
199 * Split the CSV text into fields. The leading and trailing spaces of the each field can be
203 * spaces around each fields.
267 private static final String SPACES = " ";
272 final String spaces = SPACES.substring(0, Math.min(padding, SPACES.length())); local
273 sb.append(spaces);
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPUtilsImpl.java 195 // Skip any leading spaces and separation characters. Always skip commas here.
241 break; // Have multiple spaces, or a space followed by a
827 * zero or more spaces. Any of the recognized semicolons or spaces are
850 throw new XMPException("Separator can have only spaces and one semicolon",
905 * Classifies the character into normal chars, spaces, semicola, quotes,
914 if (SPACES.indexOf(ch) >= 0 || (0x2000 <= ch && ch <= 0x200B))
1040 // Multiple spaces are a separator.
1131 private static final String SPACES = "\u0020\u3000\u303F";
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardBuilder.java 195 private static final String SPACES = " ";
197 private static String spaces(final int count) { method in class:KeyboardBuilder
198 return (count < SPACES.length()) ? SPACES.substring(0, count) : SPACES;
202 Log.d(BUILDER_TAG, String.format(spaces(++mIndent * 2) + format, args));
206 Log.d(BUILDER_TAG, String.format(spaces(mIndent-- * 2) + format, args));
210 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 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 241 milliseconds