Home
last modified time | relevance | path

Searched refs:sString (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dnormalizer2.cpp771 UnicodeString sString(length<0, s, length); in unorm2_isNormalized() local
772 return ((const Normalizer2 *)norm2)->isNormalized(sString, *pErrorCode); in unorm2_isNormalized()
786 UnicodeString sString(length<0, s, length); in unorm2_quickCheck() local
787 return ((const Normalizer2 *)norm2)->quickCheck(sString, *pErrorCode); in unorm2_quickCheck()
801 UnicodeString sString(length<0, s, length); in unorm2_spanQuickCheckYes() local
802 return ((const Normalizer2 *)norm2)->spanQuickCheckYes(sString, *pErrorCode); in unorm2_spanQuickCheckYes()
/external/webkit/Source/WebKit/qt/tests/qwebframe/
Dtst_qwebframe.cpp723 const QString sString; member in tst_QWebFrame
737sString("string"), sObject("object"), sNumber("number"), m_inputFieldsTestView(0), m_inputFieldTes… in tst_QWebFrame()
787 QCOMPARE(type, sString); in getSetStaticProperty()
796 QCOMPARE(type, sString); in getSetStaticProperty()
842 QCOMPARE(evalJS("typeof myObject.stringListProperty[0]"), sString); in getSetStaticProperty()
844 QCOMPARE(evalJS("typeof myObject.stringListProperty[1]"), sString); in getSetStaticProperty()
920 QCOMPARE(evalJS("typeof myObject.stringListProperty[0]"), sString); in getSetStaticProperty()
922 QCOMPARE(evalJS("typeof myObject.stringListProperty[1]"), sString); in getSetStaticProperty()
924 QCOMPARE(evalJS("typeof myObject.stringListProperty[2]"), sString); in getSetStaticProperty()