/external/chromium_org/third_party/WebKit/Source/platform/fonts/android/ |
H A D | FontCacheAndroidTest.cpp | 17 const UChar32 testChar = 228; local 25 RefPtr<SimpleFontData> fontData = fontCache->fallbackFontForCharacter(fontDescription, testChar, 0);
|
/external/clang/test/Sema/ |
H A D | format-strings-enum-fixed-type.cpp | 78 void testChar(CharEnum input) { function
|
/external/chromium_org/net/tools/tld_cleanup/ |
H A D | make_dafsa_unittest.py | 92 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 D | AbstractStreamingHasherTest.java | 70 public void testChar() { method in class:AbstractStreamingHasherTest
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
H A D | filetst.c | 1516 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 D | filetst.c | 1516 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 D | ArrayAccessReplaceTest.java | 70 public void testChar() throws Exception { method in class:ArrayAccessReplaceTest
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
H A D | ustrtest.cpp | 701 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 D | ustrtest.cpp | 701 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)
|