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

  /external/chromium_org/third_party/icu/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*/ )
53 if (exec) logln("TestSuite UnicodeTest: ");
156 UnicodeTest *me=(UnicodeTest *)context;
162 me->errln("UnicodeTest: syntax error in DerivedCoreProperties.txt or DerivedNormalizationProps.txt field 0 at %s\n", fields[0][0]);
174 me->errln("UnicodeTest warning: unknown property name '%s' in DerivedCoreProperties.txt or DerivedNormalizationProps.txt\ (…)
    [all...]
  /external/icu4c/test/intltest/
ucdtest.h 29 class UnicodeTest: public IntlTest {
31 UnicodeTest();
32 virtual ~UnicodeTest();
ucdtest.cpp 34 UnicodeTest::UnicodeTest()
48 UnicodeTest::~UnicodeTest()
53 void UnicodeTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
56 logln("TestSuite UnicodeTest: ");
161 UnicodeTest *me=(UnicodeTest *)context;
167 me->errln("UnicodeTest: syntax error in DerivedCoreProperties.txt or DerivedNormalizationProps.txt field 0 at %s\n", fields[0][0]);
179 me->errln("UnicodeTest warning: unknown property name '%s' in DerivedCoreProperties.txt or DerivedNormalizationProps.txt\ (…)
    [all...]
  /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) {
  /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 240 milliseconds