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

  /system/core/libutils/tests/
Unicode_test.cpp 29 class UnicodeTest : public testing::Test {
40 TEST_F(UnicodeTest, UTF8toUTF16ZeroLength) {
50 TEST_F(UnicodeTest, UTF8toUTF16ASCIILength) {
61 TEST_F(UnicodeTest, UTF8toUTF16Plane1Length) {
72 TEST_F(UnicodeTest, UTF8toUTF16SurrogateLength) {
83 TEST_F(UnicodeTest, UTF8toUTF16TruncatedUTF8) {
95 TEST_F(UnicodeTest, UTF8toUTF16Normal) {
121 TEST_F(UnicodeTest, strstr16EmptyTarget) {
126 TEST_F(UnicodeTest, strstr16EmptyTarget_bug) {
151 TEST_F(UnicodeTest, strstr16SameString)
    [all...]
  /external/icu/icu4c/source/test/intltest/
ucdtest.h 30 class UnicodeTest: public IntlTest {
32 UnicodeTest();
33 virtual ~UnicodeTest();
ucdtest.cpp 33 UnicodeTest::UnicodeTest()
47 UnicodeTest::~UnicodeTest()
52 void UnicodeTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ )
55 logln("TestSuite UnicodeTest: ");
163 UnicodeTest *me=(UnicodeTest *)context;
169 me->errln("UnicodeTest: syntax error in DerivedCoreProperties.txt or DerivedNormalizationProps.txt field 0 at %s\n", fields[0][0]);
181 me->errln("UnicodeTest warning: unknown property name '%s' in DerivedCoreProperties.txt or DerivedNormalizationProps.txt\ (…)
    [all...]
itutil.cpp 64 CASE(6, UnicodeTest);
  /frameworks/base/tools/aapt2/text/
Unicode_test.cpp 28 TEST(UnicodeTest, IsXidStart) {
36 TEST(UnicodeTest, IsXidContinue) {
44 TEST(UnicodeTest, IsJavaIdentifier) {
54 TEST(UnicodeTest, IsValidResourceEntryName) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_array.py 835 class UnicodeTest(StringTest):
866 tests.append(UnicodeTest)
    [all...]
test_unicode.py 29 class UnicodeTest(
38 super(UnicodeTest, self).assertEqual(first, second, msg)
    [all...]
  /external/flatbuffers/tests/
test.cpp     [all...]
  /external/python/cpython2/Lib/test/
test_array.py 862 class UnicodeTest(StringTest):
893 tests.append(UnicodeTest)
    [all...]
test_unicode.py 39 class UnicodeTest(
48 super(UnicodeTest, self).assertEqual(first, second, msg)
    [all...]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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...]
  /external/python/cpython3/Lib/test/
test_tarfile.py     [all...]
test_array.py     [all...]
test_unicode.py 50 class UnicodeTest(string_tests.CommonTest,
    [all...]

Completed in 842 milliseconds