Searched defs:isString (Results 1 - 25 of 28) sorted by relevance

12

/external/chromium/webkit/glue/
H A Dcpp_variant.h85 bool isString() const { return (type == NPVariantType_String); } function in class:CppVariant
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DNPV8Object.h64 bool isString; member in struct:WebCore::PrivateIdentifier
/external/chromium_org/third_party/WebKit/Source/testing/runner/
H A DCppVariant.h109 bool isString() const { return (type == NPVariantType_String); } function in class:WebTestRunner::CppVariant
/external/chromium_org/webkit/renderer/
H A Dcpp_variant.h88 bool isString() const { return (type == NPVariantType_String); } function in class:webkit_glue::CppVariant
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dusetiter.h51 * 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 { function in class:UnicodeSetIterator
/external/icu4c/common/unicode/
H A Dusetiter.h51 * 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 { function in class:UnicodeSetIterator
/external/markdown/markdown/
H A Dtreeprocessors.py4 def isString(s): function
171 if not isString(node): # it's Element
224 if not isString(node):
228 if not isString(node):
/external/chromium_org/chrome_frame/
H A DCFInstance.js137 var isString = function(item) { function
217 isString(arr) ? arr.split('') : arr,
219 isString(cb) ? new Function('item', 'index', 'array', cb) : cb
257 var named = isString(method);
283 if (isString(method)) {
413 if (isString(it)) {
523 if (isString(id)) {
548 return isString(id) ? (doc || document).getElementById(id) : id;
1326 method = isString(method) ? scope[method] : method;
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/lib/
H A Dprototype-1.7.js330 function isString(object) { function
359 isString: isString,
549 if (Object.isString(pattern))
894 if (Object.isString(filter))
1076 if (!Object.isString(string)) return [];
1501 var params = Object.isString(this.options.parameters) ?
1765 if (Object.isString(options.insertion)) {
1824 if (Object.isString(element))
2036 } else if (LINK_ELEMENT_INNERHTML_BUGGY && Object.isString(conten
[all...]
H A Ddojo-1.6.1.js1840 dojo.isString = function(/*anything*/ it){
1881 !d.isString(it) && !d.isFunction(it) &&
1906 var named = d.isString(method);
1957 if(d.isString(method)){
3710 args.push(dojo.isString(a[0]) ? null : a[i++], a[i++]);
3713 args.push(dojo.isString(a1)||dojo.isFunction(a1) ? a[i++] : null, a[i++]);
4236 if(dojo.isString(it)){
4384 if(d.isString(color)){
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathValue.h77 bool isString() const { return m_type == StringValue; } function in class:WebCore::XPath::Value
/external/clang/lib/ASTMatchers/Dynamic/
H A DVariantValue.cpp138 bool VariantValue::isString() const { function in class:clang::ast_matchers::dynamic::VariantValue
143 assert(isString());
/external/chromium_org/v8/test/webkit/
H A Dtypeof-constant-string.js78 function isString(a) function
83 shouldBeTrue("isString('string')");
84 shouldBeFalse("isString(1)");
/external/smack/src/org/xbill/DNS/
H A DTokenizer.java115 isString() { method in class:Tokenizer.Token
373 if (!next.isString()) {
565 if (!t.isString())
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebBindings.cpp190 void WebBindings::extractIdentifierData(const NPIdentifier& identifier, const NPUTF8*& string, int32_t& number, bool& isString) argument
194 isString = false;
199 isString = data->isString;
200 if (isString)
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDIE.h196 isString, enumerator in enum:llvm::DIEValue::__anon21111
361 : DIEValue(isString), Access(Acc), Str(S) {}
375 static bool classof(const DIEValue *D) { return D->getType() == isString; }
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h181 bool isString() const { return m_primitiveUnitType == CSS_STRING; } function in class:WebCore::CSSPrimitiveValue
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_value.cpp1507 Value::isString() const function in class:Json::Value
/external/chromium_org/v8/src/
H A Dd8.js1343 if (value.isString()) {
1545 if (value.isString()) {
1549 if (value.isString()) {
1835 this.isNumber() || this.isString();
1888 ProtocolValue.prototype.isString = function() {
H A Dmirror-debugger.js285 Mirror.prototype.isString = function() {
/external/llvm/lib/IR/
H A DConstants.cpp2497 /// isString - This method returns true if this is an array of i8.
2498 bool ConstantDataSequential::isString() const { function in class:ConstantDataSequential
2502 /// isCString - This method returns true if the array "isString", ends with a
2505 if (!isString())
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dusettest.cpp644 if (!iset.next() || !iset.isString()) {
645 errln("FAIL: UnicodeSetIterator::next/isString");
760 UBool isString = it.isString(); local
767 TEST_ASSERT(isString == FALSE);
773 TEST_ASSERT(isString == FALSE);
779 TEST_ASSERT(isString == FALSE);
785 TEST_ASSERT(isString == FALSE);
791 TEST_ASSERT(isString == FALSE);
797 TEST_ASSERT(isString
[all...]
/external/icu4c/test/intltest/
H A Dusettest.cpp644 if (!iset.next() || !iset.isString()) {
645 errln("FAIL: UnicodeSetIterator::next/isString");
760 UBool isString = it.isString(); local
767 TEST_ASSERT(isString == FALSE);
773 TEST_ASSERT(isString == FALSE);
779 TEST_ASSERT(isString == FALSE);
785 TEST_ASSERT(isString == FALSE);
791 TEST_ASSERT(isString == FALSE);
797 TEST_ASSERT(isString
[all...]
/external/v8/src/
H A Dd8.js1701 if (value.isString()) {
2134 if (value.isString()) {
2138 if (value.isString()) {
2452 this.isNumber() || this.isString();
2505 ProtocolValue.prototype.isString = function() {
/external/clang/include/clang/AST/
H A DStmt.h1548 bool isString() const { return MyKind == String; } function in class:clang::GCCAsmStmt::AsmStringPiece
1552 assert(isString());

Completed in 1026 milliseconds

12