HomeSort by relevance Sort by last modified time
    Searched refs:UnicodeTest (Results 1 - 9 of 9) sorted by null

  /system/core/libutils/tests/
Unicode_test.cpp 25 class UnicodeTest : public testing::Test {
34 TEST_F(UnicodeTest, UTF8toUTF16ZeroLength) {
44 TEST_F(UnicodeTest, UTF8toUTF16ASCIILength) {
55 TEST_F(UnicodeTest, UTF8toUTF16Plane1Length) {
66 TEST_F(UnicodeTest, UTF8toUTF16SurrogateLength) {
77 TEST_F(UnicodeTest, UTF8toUTF16TruncatedUTF8) {
89 TEST_F(UnicodeTest, UTF8toUTF16Normal) {
  /external/icu/icu4c/source/test/intltest/
ucdtest.h 29 class UnicodeTest: public IntlTest {
31 UnicodeTest();
32 virtual ~UnicodeTest();
ucdtest.cpp 32 UnicodeTest::UnicodeTest()
46 UnicodeTest::~UnicodeTest()
51 void UnicodeTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
54 logln("TestSuite UnicodeTest: ");
160 UnicodeTest *me=(UnicodeTest *)context;
166 me->errln("UnicodeTest: syntax error in DerivedCoreProperties.txt or DerivedNormalizationProps.txt field 0 at %s\n", fields[0][0]);
178 me->errln("UnicodeTest warning: unknown property name '%s' in DerivedCoreProperties.txt or DerivedNormalizationProps.txt\ (…)
    [all...]
itutil.cpp 60 CASE(6, UnicodeTest);
  /external/skia/dm/
Android.mk 255 ../tests/UnicodeTest.cpp \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_array.py 838 class UnicodeTest(StringTest):
869 tests.append(UnicodeTest)
    [all...]
test_unicode.py 36 class UnicodeTest(
45 super(UnicodeTest, self).assertEqual(first, second, msg)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_array.py 838 class UnicodeTest(StringTest):
869 tests.append(UnicodeTest)
    [all...]
test_unicode.py 36 class UnicodeTest(
45 super(UnicodeTest, self).assertEqual(first, second, msg)
    [all...]

Completed in 309 milliseconds