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

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptTest.java 33 public void testScript() {
  /external/chromium_org/third_party/icu/source/test/intltest/
loctest.cpp 748 UnicodeString testScript;
754 testLocale.getDisplayScript(displayLocale, testScript);
787 if (testScript != expectedScript)
788 dataerrln("Display script (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testScript + " expected " + expectedScript);
    [all...]
  /packages/apps/UnifiedEmail/tests/src/com/android/mail/utils/
BasicHtmlSanitizerTest.java     [all...]
  /external/icu/icu4c/source/test/intltest/
loctest.cpp 749 UnicodeString testScript;
755 testLocale.getDisplayScript(displayLocale, testScript);
788 if (testScript != expectedScript)
789 dataerrln("Display script (" + UnicodeString(displayLocale.getName()) + ") of (" + UnicodeString(testLocale.getName()) + ") got " + testScript + " expected " + expectedScript);
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cloctst.c 721 UChar *testScript = 0;
762 testScript=(UChar*)malloc(sizeof(UChar) * (maxresultsize+1));
763 uloc_getDisplayScript(testLocale, displayLocale, testScript, maxresultsize + 1, &status);
767 testScript=&_NUL;
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cloctst.c     [all...]

Completed in 405 milliseconds