OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:testScript
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
ScriptTest.java
35
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
...]
/external/icu4c/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/icu4c/test/cintltst/
cloctst.c
[
all
...]
Completed in 3908 milliseconds