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

12

/external/webkit/Source/WebCore/xml/
H A DXPathUtil.cpp42 String stringValue(Node* node) function in namespace:WebCore::XPath
H A DXPathResult.cpp132 String XPathResult::stringValue(ExceptionCode& ec) const function in class:WebCore::XPathResult
/external/icu4c/samples/udata/
H A Dwriter.c63 char stringValue[]={'E', 'X', 'A', 'M', 'P', 'L', 'E', '\0'}; local
91 printf("Writing string value of %s\n", stringValue);
92 udata_writeString(pData, stringValue, sizeof(stringValue));
100 size=sizeof(stringValue) + sizeof(intValue);
/external/webkit/Source/WebCore/html/
H A DStepRange.cpp62 double StepRange::clampValue(const String& stringValue) argument
65 bool parseSuccess = parseToDoubleForNumberType(stringValue, &value);
/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityMenuListOption.cpp94 return stringValue();
113 String AccessibilityMenuListOption::stringValue() const function in class:WebCore::AccessibilityMenuListOption
H A DAccessibilityListBoxOption.cpp137 String AccessibilityListBoxOption::stringValue() const function in class:WebCore::AccessibilityListBoxOption
H A DAccessibilityMediaControls.cpp319 String AccessibilityMediaTimeDisplay::stringValue() const function in class:WebCore::AccessibilityMediaTimeDisplay
/external/webkit/Source/WebCore/bindings/js/
H A DJSDOMStringMapCustom.cpp91 String stringValue = ustringToString(value.toString(exec));
96 impl()->setItem(identifierToString(propertyName), stringValue, ec); local
H A DJSStorageCustom.cpp89 String stringValue = ustringToString(value.toString(exec));
94 impl()->setItem(identifierToString(propertyName), stringValue, ec); local
/external/icu4c/tools/gentest/
H A Dgentest.c105 char stringValue[]={'Y', 'E', 'A', 'R', '\0'}; local
121 udata_writeString(pData, stringValue, sizeof(stringValue));
129 size=sizeof(stringValue) + sizeof(intValue);
/external/webkit/Source/WebKit2/Shared/Plugins/
H A DNPVariantData.h85 const CString& stringValue() const function in class:WebKit::NPVariantData
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJNIUtilityPrivate.cpp66 UString stringValue = item.toString(exec); local
68 env->functions->NewString(env, (const jchar *)stringValue.characters(), stringValue.length()));
101 UString stringValue = item.toString(exec); local
103 if (stringValue.length() > 0)
104 value = ((const jchar*)stringValue.characters())[0];
222 UString stringValue = asString(value)->value(exec); local
224 jobject javaString = env->functions->NewString(env, (const jchar*)stringValue.characters(), stringValue.length());
241 UString stringValue local
252 UString stringValue = value.toString(exec); local
[all...]
H A DJavaInstanceJSC.cpp88 JSValue JavaInstance::stringValue(ExecState* exec) const function in class:JavaInstance
92 jstring stringValue = (jstring)callJNIMethod<jobject>(m_instance->m_instance, "toString", "()Ljava/lang/String;"); local
95 if (!stringValue)
99 const jchar* c = getUCharactersFromJStringInEnv(env, stringValue);
100 UString u((const UChar*)c, (int)env->GetStringLength(stringValue));
101 releaseUCharactersForJStringInEnv(env, stringValue, c);
317 return stringValue(exec);
322 return stringValue(exec);
332 return stringValue(exec);
/external/webkit/Source/WebCore/bridge/c/
H A Dc_instance.cpp262 return stringValue(exec);
268 JSValue CInstance::stringValue(ExecState* exec) const function in class:JSC::Bindings::CInstance
289 return stringValue(exec);
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h106 NPString stringValue; member in union:_NPVariant::__anon11782
134 #define NPVARIANT_TO_STRING(_v) ((_v).value.stringValue)
171 (_v).value.stringValue = str; \
178 (_v).value.stringValue = str; \
H A Dtestbindings.cpp47 NPVariant stringValue; member in struct:__anon11787
66 "stringValue",
129 strncpy (msgBuf, message->value.stringValue.UTF8Characters, message->value.stringValue.UTF8Length);
130 msgBuf[message->value.stringValue.UTF8Length] = 0;
165 NPN_ReleaseVariantValue (&obj->stringValue);
166 NPN_InitializeVariantWithVariant (&obj->stringValue, variant);
192 NPN_InitializeVariantWithVariant (variant, &obj->stringValue);
302 newInstance->stringValue.type = NPVariantType_String;
303 newInstance->stringValue
[all...]
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_instance.cpp255 return stringValue(exec);
261 JSValue QtInstance::stringValue(ExecState* exec) const function in class:JSC::Bindings::QtInstance
321 return stringValue(exec);
H A Dqt_pixmapruntime.cpp242 const QString stringValue = QString::fromLatin1("[Qt Native Pixmap %1,%2]").arg(width()).arg(height()); local
243 UString ustring((UChar*)stringValue.utf16(), stringValue.length());
/external/webkit/Source/WebKit/chromium/src/
H A DWebAccessibilityObject.cpp455 WebString WebAccessibilityObject::stringValue() const function in class:WebKit::WebAccessibilityObject
461 return m_private->stringValue();
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSONObject.cpp378 UString stringValue; local
379 if (value.getString(m_exec, stringValue)) {
380 appendQuotedString(builder, stringValue);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DAccessibilityUIElementGtk.cpp248 JSStringRef AccessibilityUIElement::stringValue() function in class:AccessibilityUIElement
/external/webkit/Tools/DumpRenderTree/win/
H A DAccessibilityUIElementWin.cpp257 JSStringRef AccessibilityUIElement::stringValue() function in class:AccessibilityUIElement
/external/icu4c/test/intltest/
H A Dnumrgts.cpp405 UnicodeString stringValue; local
406 stringValue = nfcommon->format(returnfloat, stringValue);
407 logln(" DISPLAYVALUE " + stringValue);
409 nfcommon->parse(stringValue, result, status);
414 //String stringValue = nfcommon.format(returnfloat).substring(1);
415 //if (Float.valueOf(stringValue).floatValue() != returnfloat)
416 errln(UnicodeString("FAIL: expected ") + returnfloat + ", got " + floatResult + " (" + stringValue+")"); local
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h951 - (void)setStringValue:(unsigned short)stringType :(NSString *)stringValue;
952 - (void)setStringValue:(unsigned short)stringType stringValue:(NSString *)stringValue AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
1224 @property(readonly, copy) NSString *stringValue; variable
/external/icu4c/test/cintltst/
H A Dcreststn.c1852 const UChar *stringValue=tres_getString(arrayItem1, -1, NULL, &len, &status); local
1853 CONFIRM_EQ(stringValue, expected_string);

Completed in 429 milliseconds

12