Searched refs:isString (Results 1 - 25 of 126) sorted by relevance

123456

/macosx-10.9.5/groff-38/groff/src/preproc/html/
H A Dpushback.h51 int isString (const char *string);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSOscillatorNodeCustom.cpp52 if (value.isString()) {
H A DJSPannerNodeCustom.cpp52 if (value.isString()) {
76 if (value.isString()) {
H A DJSBiquadFilterNodeCustom.cpp52 if (value.isString()) {
H A DJSCanvasRenderingContext2DCustom.cpp71 if (value.isString()) {
87 if (value.isString()) {
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A DIdentifierRep.h44 bool isString() const { return m_isString; } function in class:WebCore::IdentifierRep
H A DNP_jsobject.cpp210 if (!i->isString())
294 if (i->isString())
327 if (i->isString()) {
353 if (i->isString()) {
366 if (i->isString())
389 if (i->isString()) {
412 if (!i->isString())
H A Dnpruntime.cpp67 return static_cast<IdentifierRep*>(identifier)->isString();
/macosx-10.9.5/ICU-511.35/icuSources/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
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DJSCell.cpp48 if (!isString())
56 return isString() ? static_cast<const JSString*>(this)->value(exec) : String();
111 if (cell->isString()) {
121 if (cell->isString()) {
149 if (isString())
156 if (isString())
163 if (isString())
170 if (isString())
H A DOperations.cpp50 if (p1.isString())
53 if (p2.isString())
67 if (v.isString())
H A DJSCellInlines.h117 inline bool JSCell::isString() const function in class:JSC::JSCell
190 if (isString())
197 if (isString())
H A DErrorPrototype.cpp126 return JSValue::encode(message.isString() ? message : jsString(exec, messageString));
130 return JSValue::encode(name.isString() ? name : jsNontrivialString(exec, nameString));
H A DJSCJSValueInlines.h497 inline bool JSValue::isString() const function in class:JSC::JSValue
499 return isCell() && asCell()->isString();
504 return !isCell() || asCell()->isString();
712 bool s1 = v1.isString();
713 bool s2 = v2.isString();
776 if (v1.asCell()->isString() && v2.asCell()->isString())
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/js1_6/Array/
H A Dregress-290592.js113 function isString(v, index, array) function
115 reportCompare(v, array[index], 'isString: check callback argument consistency');
158 ArrayCallback.prototype.isString = function(v, index, array) method in class:ArrayCallback
160 reportCompare(v, array[index], 'ArrayCallback.prototype.isString: check callback argument consistency');
465 actual = strings.every(isString);
476 actual = mixed.every(isString);
488 actual = sparsestrings.every(isString);
503 actual = strings.every(obj.isString, obj);
514 actual = mixed.every(obj.isString, obj);
526 actual = sparsestrings.every(obj.isString, ob
[all...]
/macosx-10.9.5/ppp-727.90.1/Helpers/vpnd/
H A Dcf_utils.c65 Boolean isString (CFTypeRef obj) function
101 if (isString(string)) {
128 if (isString(ref)) {
150 if (isString(ref))
202 if (!isString(ref)
218 if (isString(ref)
236 if (isString(ref)
H A Dcf_utils.h31 Boolean isString (CFTypeRef obj);
H A Dipsec_utils.c365 if (isString(auth_method) || isString(prop_method)) {
367 if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodSharedSecret))
369 else if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodCertificate))
371 else if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodXauthSharedSecretClient))
373 else if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodXauthCertificateClient))
375 else if (CFEqual(isString(prop_method) ? prop_method : auth_method, kRASValIPSecProposalAuthenticationMethodHybridCertificateClient))
382 if (isString(auth_method)) {
408 if (isString(algo)) {
433 if (isString(crypt
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Plugins/
H A DNPIdentifierData.cpp52 npIdentifierData.m_isString = identifierRep->isString();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/Netscape/
H A DNPJSObject.cpp86 ASSERT(identifierRep->isString());
98 if (!identifierRep->isString())
118 if (!identifierRep->isString())
154 if (identifierRep->isString())
173 if (identifierRep->isString())
194 if (identifierRep->isString()) {
213 if (identifierRep->isString()) {
/macosx-10.9.5/ppp-727.90.1/Controller/
H A Dnetwork_detection.c266 if (!isArray(chk_ssid_array) || !isString(interface_name)) {
282 if (isString(match_ssid) && CFArrayContainsValue(chk_ssid_array, CFRangeMake(0, CFArrayGetCount(chk_ssid_array)), match_ssid)) {
312 if (!isString(match_dns_name))
388 if (!isString(serviceid))
518 if (!isString(domainAction)) {
560 if (isDictionary(dnsDictionary) && isString(key)) {
571 if (isString(probeURL) && !ondemand_probe_already_sent(serv, probeURL)) {
610 if (isString(match_action)){
689 if (isString(match_action)){
820 || (isString(match_interfac
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/test/perf/unisetperf/draft/
H A Dtrieset.cpp48 while(iter.nextRange() && !iter.isString()) {
/macosx-10.9.5/configd-596.15/scutil.tproj/
H A Dnet.h54 isString, enumerator in enum:__anon7165
/macosx-10.9.5/WebCore-7537.78.1/bridge/c/
H A Dc_utility.cpp75 if (value.isString()) {
/macosx-10.9.5/WebCore-7537.78.1/xml/
H A DXPathValue.h77 bool isString() const { return m_type == StringValue; } function in class:WebCore::XPath::Value

Completed in 409 milliseconds

123456