HomeSort by relevance Sort by last modified time
    Searched full:seperator (Results 1 - 25 of 36) sorted by null

1 2

  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x500/style/
X500NameTokenizer.java 13 private char seperator; field in class:X500NameTokenizer
24 char seperator)
28 this.seperator = seperator;
73 else if (c == '+' && seperator != '+')
84 else if (c == seperator)
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
X509NameTokenizer.java 13 private char seperator; field in class:X509NameTokenizer
24 char seperator)
28 this.seperator = seperator;
67 else if (c == '+' && seperator != '+')
84 else if (c == '+' && seperator != '+')
95 else if (c == seperator)
  /external/icu4c/test/intltest/
cpdtrtst.h 49 UnicodeString* split(const UnicodeString& str, UChar seperator, int32_t& count);
cpdtrtst.cpp 321 UnicodeString* CompoundTransliteratorTest::split(const UnicodeString& str, UChar seperator, int32_t& count) {
327 if(str.charAt(i) == seperator)
335 if (str.charAt(i) == seperator) {
  /frameworks/base/core/tests/coretests/src/android/widget/listview/arrowscroll/
ListWithSeparatorsTest.java 57 assertEquals("seperator should be scrolled flush with top",
  /frameworks/base/docs/html/intl/ja/
index.jd 52 <td colspan="2"><div class="seperator">&nbsp;</div></td>
63 <td colspan="2"><div class="seperator">&nbsp;</div></td>
74 <td colspan="2"><div class="seperator">&nbsp;</div></td>
  /external/webkit/Source/WebCore/svg/
SVGParserUtilities.h 67 Vector<String> parseDelimitedString(const String& input, const char seperator);
SVGParserUtilities.cpp 343 Vector<String> parseDelimitedString(const String& input, const char seperator)
354 while (ptr < end && *ptr != seperator) // careful not to ignore whitespace inside inputs
366 skipOptionalSpacesOrDelimiter(ptr, end, seperator);
  /external/chromium/chrome/browser/importer/
firefox_importer_utils.cc 332 size_t seperator = home_page_list.find_first_of('|'); local
333 if (seperator == std::string::npos)
336 return GURL(home_page_list.substr(0, seperator));
346 size_t seperator = default_homepages.find_first_of('|'); local
347 if (seperator == std::string::npos)
nss_decryptor.cc 153 // by the seperator and parse them one by one.
  /frameworks/base/docs/html/
index.jd 57 <td colspan="2"><div class="seperator">&nbsp;</div></td>
68 <td colspan="2"><div class="seperator">&nbsp;</div></td>
79 <td colspan="2"><div class="seperator">&nbsp;</div></td>
  /external/srec/seti/setiUtils/src/
platform_utils.c 61 /* found seperator */
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java 565 * When a seperator token is found, see if there's a element name or
570 * @param posOfNSSep The position of the namespace seperator (':').
  /external/doclava/res/assets/templates/assets/
doclava-developer-core.css 429 #mainBodyFixed .seperator {
444 #mainBodyBottom .seperator {
  /external/nist-sip/java/gov/nist/core/
GenericObjectList.java 382 * is the new seperator (default is semicolon)
  /external/protobuf/java/
README.txt 225 speed you'd add opt=speed with the comma seperator
  /build/tools/droiddoc/templates-sdk/assets/
android-developer-core.css 432 #mainBodyFixed .seperator {
447 #mainBodyBottom .seperator {
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-core.css 473 #mainBodyFixed .seperator {
488 #mainBodyBottom .seperator {
  /external/icu4c/i18n/unicode/
unum.h 122 * locale like the currency symbol, the grouping seperator , monetary seperator
    [all...]
  /external/icu4c/tools/dumpce/
dumpce.cpp 457 * Appends directory path with an ending seperator if necessary.
458 * @param path with enough space to append one seperator
    [all...]
  /external/dhcpcd/
net.c 170 /* Ensure that next data is EOL or a seperator with data */
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemNumber.java     [all...]
  /external/icu4c/tools/toolutil/
pkg_genc.c 264 /* Need to fix the file seperator character when using MinGW. */
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapabilities.cpp 210 // utility function to remove last seperator
    [all...]
  /external/icu4c/tools/pkgdata/
pkgdata.cpp 93 /* Need to fix the file seperator character when using MinGW. */
    [all...]

Completed in 1260 milliseconds

1 2