Searched refs:isSeparator (Results 1 - 21 of 21) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeFilePath.hpp74 static bool isSeparator (char c);
125 inline bool FilePath::isSeparator (char c) function in class:de::FilePath
132 return m_path.length() >= 1 && isSeparator(m_path[0]);
137 return m_path.length() >= 2 && isSeparator(m_path[0]) && isSeparator(m_path[1]);
H A DdeFilePath.cpp71 if (isSeparator(c))
202 if (m_path[ndx] == ':' && ndx+1 < (int)m_path.length() && isSeparator(m_path[ndx+1]))
204 if (isSeparator(m_path[ndx]))
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWebSocketExtensionParser.cpp57 static bool isSeparator(char character) function in namespace:blink
75 while (m_current < m_end && isASCIIPrintable(*m_current) && !isSeparator(*m_current))
99 if (!isASCIIPrintable(*m_current) || isSeparator(*m_current))
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DUnicodeUtilities.h36 PLATFORM_EXPORT bool isSeparator(UChar32);
H A DUnicodeUtilitiesTest.cpp51 && (!isSeparator(start) || !isSeparator(limit - 1))) {
83 EXPECT_EQ(isSeparator(character), latinSeparatorTable[character]);
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dmenu_item.js46 if (!this.isSeparator())
121 isSeparator: function() {
196 if (!this.disabled && !this.isSeparator() && this.selected) {
H A Dmenu.js210 if (item && !item.isSeparator() && !item.hidden && !item.disabled)
251 if (!menuItem.isSeparator())
/external/sqlite/android/
H A DPhoneNumberUtils.cpp98 static bool isSeparator(char ch) function in namespace:android
349 if (isSeparator(ch_a)) {
353 if (isSeparator(ch_b)) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMetaElement-in.cpp67 static bool isSeparator(UChar c) function in namespace:blink
84 while (isSeparator(buffer[i])) {
92 while (!isSeparator(buffer[i])) {
109 while (isSeparator(buffer[i])) {
117 while (!isSeparator(buffer[i])) {
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderValueFormatter.java400 quote = isSeparator(value.charAt(i));
428 protected boolean isSeparator(char ch) { method in class:BasicHeaderValueFormatter
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp1992 if (isSeparator(targetFirstCharacter)) {
2125 if (isSeparator(firstCharacter)) {
2127 if (!isSeparator(previousCharacter))
2140 if (!isASCIIUpper(nextCharacter) && !isASCIIDigit(nextCharacter) && !isSeparator(nextCharacter))
2146 } else if (isSeparator(previousCharacter) || isASCIIDigit(previousCharacter)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpcore-4.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/message/ ...
/external/robolectric/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/smack/asmack-master/lib/
H A Dhttpcore-4.1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 2729 milliseconds