Searched defs:testChar (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/fonts/android/
H A DFontCacheAndroidTest.cpp17 const UChar32 testChar = 228; local
25 RefPtr<SimpleFontData> fontData = fontCache->fallbackFontForCharacter(fontDescription, testChar, 0);
/external/clang/test/Sema/
H A Dformat-strings-enum-fixed-type.cpp78 void testChar(CharEnum input) { function
/external/chromium_org/net/tools/tld_cleanup/
H A Dmake_dafsa_unittest.py92 def testChar(self): member in class:ToDafsaTest
622 def testChar(self): member in class:EncodePrefixTest
636 def testChar(self): member in class:EncodeLabelTest
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java70 public void testChar() { method in class:AbstractStreamingHasherTest
/external/chromium_org/third_party/icu/source/test/iotest/
H A Dfiletst.c1516 UChar testChar = 0xBEEF; local
1519 testChar = 0x65; /* 'A' - otherwise read test will fail */
1535 u_memset(buffer, testChar, expected);
1555 if(gotChar != testChar) {
1556 log_err("u_fgetc returned unexpected character U+%04X expected U+%04X\n", gotChar, testChar);
/external/icu/icu4c/source/test/iotest/
H A Dfiletst.c1516 UChar testChar = 0xBEEF; local
1519 testChar = 0x65; /* 'A' - otherwise read test will fail */
1535 u_memset(buffer, testChar, expected);
1555 if(gotChar != testChar) {
1556 log_err("u_fgetc returned unexpected character U+%04X expected U+%04X\n", gotChar, testChar);
/external/javassist/src/test/test/javassist/convert/
H A DArrayAccessReplaceTest.java70 public void testChar() throws Exception { method in class:ArrayAccessReplaceTest
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dustrtest.cpp701 UChar testChar = 0x74; local
761 (startPos = test1.indexOf(testChar, startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
769 (startPos = test1.indexOf(testChar, startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
777 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
829 (startPos = test1.lastIndexOf(testChar, 5, startPos - 5)) != -1 ? ++occurrences : 0)
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp701 UChar testChar = 0x74; local
761 (startPos = test1.indexOf(testChar, startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
769 (startPos = test1.indexOf(testChar, startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
777 (startPos = test1.indexOf(testChar, startPos, endPos - startPos)) != -1 ? (++occurrences, startPos += 1) : 0)
829 (startPos = test1.lastIndexOf(testChar, 5, startPos - 5)) != -1 ? ++occurrences : 0)

Completed in 560 milliseconds