Searched refs:seperator (Results 1 – 10 of 10) sorted by relevance
/external/chromium/chrome/browser/importer/ |
D | firefox_importer_utils.cc | 332 size_t seperator = home_page_list.find_first_of('|'); in GetHomepage() local 333 if (seperator == std::string::npos) in GetHomepage() 336 return GURL(home_page_list.substr(0, seperator)); in GetHomepage() 346 size_t seperator = default_homepages.find_first_of('|'); in IsDefaultHomepage() local 347 if (seperator == std::string::npos) in IsDefaultHomepage()
|
/external/webkit/Source/WebCore/svg/ |
D | SVGParserUtilities.cpp | 343 Vector<String> parseDelimitedString(const String& input, const char seperator) in parseDelimitedString() argument 354 while (ptr < end && *ptr != seperator) // careful not to ignore whitespace inside inputs in parseDelimitedString() 366 skipOptionalSpacesOrDelimiter(ptr, end, seperator); in parseDelimitedString()
|
D | SVGParserUtilities.h | 67 Vector<String> parseDelimitedString(const String& input, const char seperator);
|
/external/icu4c/test/intltest/ |
D | cpdtrtst.h | 49 UnicodeString* split(const UnicodeString& str, UChar seperator, int32_t& count);
|
D | cpdtrtst.cpp | 321 UnicodeString* CompoundTransliteratorTest::split(const UnicodeString& str, UChar seperator, int32_t… in split() argument 327 if(str.charAt(i) == seperator) in split() 335 if (str.charAt(i) == seperator) { in split()
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-core.css | 429 #mainBodyFixed .seperator { 444 #mainBodyBottom .seperator {
|
/external/protobuf/java/ |
D | README.txt | 225 speed you'd add opt=speed with the comma seperator
|
/external/webkit/Source/WebKit/chromium/ |
D | ChangeLog-2011-02-16 | 13838 [chromium] Autofill menu shows seperator at the wrong place when an entry is deleted
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 15439 Fix dir seperator errors on Windows build host. Thanks to Laszlo Gombos.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 7696 (WebCore::SVGLengthList::valueAsString): Use ' ' instead of ',' as seperator. 7703 (WebCore::SVGNumberList::valueAsString): Use ' ' instead of ',' as seperator.
|