HomeSort by relevance Sort by last modified time
    Searched full:separator (Results 226 - 250 of 1074) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/net/
Uri.java 172 * scheme separator ':' and the fragment separator '#'. If this is a
183 * scheme separator ':' and the fragment separator '#'. If this is a
268 * the query separator ('?') and before the fragment separator ('#'). This
278 * the query separator ('?') and before the fragment separator ('#'). This
439 /** Cached scheme separator index. */
449 /** Cached fragment separator index. *
    [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 124 * <td>Decimal separator or monetary decimal separator.</td>
136 * <td>Grouping separator.</td>
177 * separator is used instead of the decimal separator.</td>
212 * positive from negative values. Another example is that the decimal separator
213 * and thousands separator should be distinct characters, or parsing will be
216 * The <em>grouping separator</em> is a character that separates clusters of
265 * <li>The grouping separator ',' can occur inside the integer and sigDigits
434 * to the right of the decimal separator are suppressed after the minimum numbe
    [all...]
  /cts/tools/vm-tests/src/util/build/
DasmBuildStep.java 98 dest_dir = dest_dir + File.separator + class_dir;
  /external/apache-http/src/org/apache/commons/codec/binary/
Base64.java 49 * Chunk separator per RFC 2045 section 2.1.
250 // allow for extra length to account for the separator(s)
299 // If we are chunking, let's put a chunk separator down.
352 // we also add a separator to the end of the final chunk.
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JDKDSAPublicKey.java 122 String nl = System.getProperty("line.separator");
  /external/chromium/googleurl/src/
url_file.h 79 return false; // Isn't followed with a drive separator.
  /external/chromium/third_party/icu/source/tools/toolutil/
pkg_gencmn.c 107 /* map non-tree separator (such as '\') to tree separator ('/') inplace. */
505 /* replace tree separator (such as '/') with file sep char (such as ':' or '\\') */
514 /* replace tree separator (such as '/') with file sep char (such as ':' or '\\') */
  /external/emma/core/java12/com/vladium/emma/report/
ReportProperties.java 414 final int separator = metricSpec.indexOf (IReportProperties.MSEPARATOR); local
415 if (separator > 0) // silently ignore invalid entries
420 criterion = Double.parseDouble (metricSpec.substring (separator + 1));
429 columnName = metricSpec.substring (0, separator);
  /external/expat/tests/
xmltest.sh 29 # OUTPUT must terminate with the directory separator.
  /external/guava/javadoc/com/google/common/base/class-use/
Joiner.html 116 <TD><CODE><B>Joiner.</B><B><A HREF="../../../../../com/google/common/base/Joiner.html#on(char)">on</A></B>(char&nbsp;separator)</CODE>
119 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a joiner which automatically places <code>separator</code> between
125 <TD><CODE><B>Joiner.</B><B><A HREF="../../../../../com/google/common/base/Joiner.html#on(java.lang.String)">on</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</A>&nbsp;separator)</CODE>
128 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a joiner which automatically places <code>separator</code> between
  /external/icu4c/i18n/
dcfmtsym.cpp 349 fSymbols[kDecimalSeparatorSymbol] = (UChar)0x2e; // '.' decimal separator
350 fSymbols[kGroupingSeparatorSymbol].remove(); // group (thousands) separator
351 fSymbols[kPatternSeparatorSymbol] = (UChar)0x3b; // ';' pattern separator
359 fSymbols[kMonetarySeparatorSymbol] = (UChar)0x2e; // '.' monetary decimal separator
  /external/icu4c/tools/toolutil/
pkg_gencmn.c 107 /* map non-tree separator (such as '\') to tree separator ('/') inplace. */
505 /* replace tree separator (such as '/') with file sep char (such as ':' or '\\') */
514 /* replace tree separator (such as '/') with file sep char (such as ':' or '\\') */
  /external/libvpx/examples/includes/geshi/geshi/
per.php 143 "SEPARATOR",
  /external/proguard/src/proguard/io/
DataEntryObfuscator.java 89 // Did we get to the package separator?
  /external/proguard/src/proguard/util/
FileNameParser.java 31 * '**' for any number of regular file name characters or directory separator
ListParser.java 54 // Does the regular expression contain a ',' list separator?
  /external/stlport/stlport/stl/
_complex.c 103 // locale and the separator between real and imaginary parts does not.
  /external/webkit/WebCore/platform/text/
PlatformString.h 172 void split(const String& separator, Vector<String>& result) const;
173 void split(const String& separator, bool allowEmptyEntries, Vector<String>& result) const;
174 void split(UChar separator, Vector<String>& result) const;
175 void split(UChar separator, bool allowEmptyEntries, Vector<String>& result) const;
  /external/webkit/WebKit/qt/WebCoreSupport/
QtFallbackWebPopup.cpp 146 case Separator:
  /libcore/dalvik/src/main/java/dalvik/system/
PathClassLoader.java 90 * character specified by the "path.separator" system property,
170 * Returns a path element that includes a trailing file separator.
173 return path.endsWith(File.separator) ? path : (path + File.separator);
  /libcore/luni/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 203 String configFile = javah + File.separator +
204 "lib" + File.separator + "jaxp.properties";
241 String configFile = javah + File.separator +
242 "lib" + File.separator + "jaxp.properties";
  /libcore/luni/src/test/java/tests/api/java/io/
BufferedInputStreamTest.java 537 String separator = System.getProperty("file.separator"); local
538 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0)) {
543 + separator, "input.tst");
FileInputStreamTest.java 481 String separator = System.getProperty("file.separator"); local
482 if (fileName.charAt(fileName.length() - 1) == separator.charAt(0))
487 + separator, "input.tst");
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.c 103 // locale and the separator between real and imaginary parts does not.
  /external/bluetooth/glib/docs/reference/glib/tmpl/
misc_utils.sgml 282 @separator:
293 @separator:

Completed in 7062 milliseconds

1 2 3 4 5 6 7 8 91011>>