Searched defs:expectedString (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTokenizer.cpp1615 inline bool HTMLTokenizer::temporaryBufferIs(const String& expectedString) argument
1617 return vectorEqualsString(m_temporaryBuffer, expectedString);
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstream.cpp220 const UChar* expectedString,
243 if (str != UnicodeString(expectedString)) {
244 log_err("Did not get expected results from \"%s\", expected \"%s\"\n", testString, expectedString);
217 testString( UnicodeString& str, const char* testString, const UChar* expectedString, int32_t expectedStatus) argument
/external/icu/icu4c/source/test/iotest/
H A Dstream.cpp220 const UChar* expectedString,
243 if (str != UnicodeString(expectedString)) {
244 log_err("Did not get expected results from \"%s\", expected \"%s\"\n", testString, expectedString);
217 testString( UnicodeString& str, const char* testString, const UChar* expectedString, int32_t expectedStatus) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dbytestrietest.cpp766 const char *expectedString=data[i].s; local
767 int32_t stringLength=strlen(expectedString);
770 if(!USTRINGTRIE_MATCHES(trie.next(expectedString[j]))) {
793 result=trie.next(expectedString+partialLength,
801 next(expectedString+partialLength,
821 const char *expectedString=data[i].s; local
822 int32_t stringLength=strlen(expectedString);
823 if(!trie.next(expectedString, stringLength/2)) {
828 if(trie.next(expectedString+stringLength/2, stringLength+1-stringLength/2)) {
H A Ditrbnf.cpp1987 UnicodeString expectedString = UnicodeString(expectedWords, -1, US_INV).unescape(); local
1988 if (actualString != expectedString) {
1992 msg.append(expectedString);
H A Ducharstrietest.cpp824 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
825 UChar32 c=expectedString[0];
826 UChar32 nextCp=expectedString.length()>1 ? expectedString[1] : 0;
838 c=expectedString.char32At(0);
840 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
860 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
861 int32_t stringLength= (i&1) ? -1 : expectedString.length();
864 result=trie.next(expectedString
938 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
993 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
1034 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
[all...]
H A Drbbiapts.cpp1240 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1242 UnicodeString expected=CharsToUnicodeString(expectedString);
/external/icu/icu4c/source/test/intltest/
H A Dbytestrietest.cpp766 const char *expectedString=data[i].s; local
767 int32_t stringLength=strlen(expectedString);
770 if(!USTRINGTRIE_MATCHES(trie.next(expectedString[j]))) {
793 result=trie.next(expectedString+partialLength,
801 next(expectedString+partialLength,
821 const char *expectedString=data[i].s; local
822 int32_t stringLength=strlen(expectedString);
823 if(!trie.next(expectedString, stringLength/2)) {
828 if(trie.next(expectedString+stringLength/2, stringLength+1-stringLength/2)) {
H A Ditrbnf.cpp1987 UnicodeString expectedString = UnicodeString(expectedWords, -1, US_INV).unescape(); local
1988 if (actualString != expectedString) {
1992 msg.append(expectedString);
H A Ducharstrietest.cpp824 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
825 UChar32 c=expectedString[0];
826 UChar32 nextCp=expectedString.length()>1 ? expectedString[1] : 0;
838 c=expectedString.char32At(0);
840 nextCp=expectedString.length()>cLength ? expectedString.char32At(cLength) : 0;
860 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
861 int32_t stringLength= (i&1) ? -1 : expectedString.length();
864 result=trie.next(expectedString
938 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
993 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
1034 UnicodeString expectedString=UnicodeString(data[i].s, -1, US_INV).unescape(); local
[all...]
H A Drbbiapts.cpp1463 void RBBIAPITest::doTest(UnicodeString& testString, int32_t start, int32_t gotoffset, int32_t expectedOffset, const char* expectedString){ argument
1465 UnicodeString expected=CharsToUnicodeString(expectedString);
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1020 milliseconds