HomeSort by relevance Sort by last modified time
    Searched refs:isString (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapElement.java 34 * --- ImapString (isString() == true)
60 @Override public boolean isString() {
78 public abstract boolean isString();
ImapList.java 49 public final boolean isString() {
108 return el.isString() ? (ImapString) el : ImapString.EMPTY;
211 } else if (e.isString()) {
ImapString.java 74 public final boolean isString() {
  /external/chromium_org/third_party/icu/source/common/unicode/
usetiter.h 51 * if (it.isString()) {
138 inline UBool isString() const;
141 * Returns the current code point, if <tt>isString()</tt> returned
149 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was
156 * Returns the current string, if <tt>isString()</tt> returned
174 * If <tt>isString() == TRUE</tt>, the value is a
195 * false. If <tt>isString() == TRUE</tt>, the value is a
203 * is undefined unless <tt>isString() == TRUE</tt>. Do not mix calls to
303 inline UBool UnicodeSetIterator::isString() const {
  /external/icu/icu4c/source/common/unicode/
usetiter.h 51 * if (it.isString()) {
138 inline UBool isString() const;
141 * Returns the current code point, if <tt>isString()</tt> returned
149 * <tt>isString()</tt> returned false and <tt>nextRange()</tt> was
156 * Returns the current string, if <tt>isString()</tt> returned
174 * If <tt>isString() == TRUE</tt>, the value is a
195 * false. If <tt>isString() == TRUE</tt>, the value is a
203 * is undefined unless <tt>isString() == TRUE</tt>. Do not mix calls to
303 inline UBool UnicodeSetIterator::isString() const {
  /external/clang/unittests/ASTMatchers/Dynamic/
VariantValueTest.cpp 30 EXPECT_FALSE(Value.isString());
38 EXPECT_TRUE(Value.isString());
52 EXPECT_FALSE(Value.isString());
78 EXPECT_TRUE(Value.isString());
88 EXPECT_FALSE(Value.isString());
99 EXPECT_FALSE(Value.isString());
104 EXPECT_FALSE(Value.isString());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.h 64 bool isString;
npruntime.cpp 178 identifier->isString = true;
207 id->isString = false;
221 identifier->isString = false;
230 return privateIdentifier->isString;
236 if (!privateIdentifier->isString || !privateIdentifier->value.string)
245 if (privateIdentifier->isString)
  /packages/apps/Email/tests/src/com/android/email/mail/store/imap/
ImapElementTest.java 31 assertFalse(ImapElement.NONE.isString());
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 11 if ( org.antlr.lang.isString(this.elementDescription) ) {
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationTest.cpp 255 bool isString = false;
257 specifiedWithDuration->getDuration("duration", isNumber, numberDuration, isString, stringDuration);
260 EXPECT_FALSE(isString);
272 isString = false;
274 specifiedNoDuration->getDuration("duration", isNumber, numberDuration, isString, stringDuration);
277 EXPECT_TRUE(isString);
334 bool isString = false;
336 specified->getDuration("duration", isNumber, numberDuration, isString, stringDuration);
339 EXPECT_TRUE(isString);
345 isString = false
    [all...]
  /external/markdown/markdown/
treeprocessors.py 4 def isString(s):
171 if not isString(node): # it's Element
224 if not isString(node):
228 if not isString(node):
  /external/smack/src/org/xbill/DNS/
ISDNRecord.java 58 if (t.isString()) {
NXTRecord.java 62 if (!t.isString())
Tokenizer.java 115 isString() {
373 if (!next.isString()) {
565 if (!t.isString())
TXTBase.java 66 if (!t.isString())
  /external/chromium_org/third_party/markdown/
treeprocessors.py 48 def isString(s):
213 if not isString(node): # it's Element
269 if not isString(node):
273 if not isString(node):
336 if element.text and isString(element.text):
344 if newChild.tail and isString(newChild.tail):
348 if newChild.text and isString(newChild.text):
  /external/chromium_org/third_party/libjingle/source/talk/base/
json.cc 37 if (!in.isString()) {
59 if (!in.isString()) {
79 if (!in.isString()) {
99 if (!in.isString()) {
120 if (!in.isString()) {
  /external/chromium_org/third_party/webrtc/base/
json.cc 20 if (!in.isString()) {
42 if (!in.isString()) {
62 if (!in.isString()) {
82 if (!in.isString()) {
103 if (!in.isString()) {
  /external/chromium_org/third_party/icu/source/test/perf/unisetperf/draft/
trieset.cpp 48 while(iter.nextRange() && !iter.isString()) {
  /external/icu/icu4c/source/test/perf/unisetperf/draft/
trieset.cpp 48 while(iter.nextRange() && !iter.isString()) {
  /frameworks/base/core/java/android/database/
AbstractWindowedCursor.java 108 public boolean isString(int columnIndex) {
  /external/chromium_org/third_party/WebKit/Source/web/
WebBindings.cpp 196 void WebBindings::extractIdentifierData(const NPIdentifier& identifier, const NPUTF8*& string, int32_t& number, bool& isString)
200 isString = false;
205 isString = data->isString;
206 if (isString)
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
DFA.js 47 } else if (org.antlr.lang.isString(c)) {
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathValue.h 85 bool isString() const { return m_type == StringValue; }

Completed in 4026 milliseconds

1 2 3 4 5 6