Home
last modified time | relevance | path

Searched refs:RunTestData (Results 1 - 3 of 3) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DTestUScriptRun.java31 private static final class RunTestData class in TestUScriptRun
36 public RunTestData(String theText, int theScriptCode) in RunTestData() method in TestUScriptRun.RunTestData
43 private static final RunTestData[][] m_testData = {
45 new RunTestData("\u0020\u0946\u0939\u093F\u0928\u094D\u0926\u0940\u0020", UScript.DEVANAGARI),
46 new RunTestData("\u0627\u0644\u0639\u0631\u0628\u064A\u0629\u0020", UScript.ARABIC),
47 new RunTestData("\u0420\u0443\u0441\u0441\u043A\u0438\u0439\u0020", UScript.CYRILLIC),
48 new RunTestData("English (", UScript.LATIN),
49 new RunTestData("\u0E44\u0E17\u0E22", UScript.THAI),
50 new RunTestData(") ", UScript.LATIN),
51 new RunTestData("\u6F2
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DTestUScriptRun.java28 private static final class RunTestData class in TestUScriptRun
33 public RunTestData(String theText, int theScriptCode) in RunTestData() method in TestUScriptRun.RunTestData
40 private static final RunTestData[][] m_testData = {
42 new RunTestData("\u0020\u0946\u0939\u093F\u0928\u094D\u0926\u0940\u0020", UScript.DEVANAGARI),
43 new RunTestData("\u0627\u0644\u0639\u0631\u0628\u064A\u0629\u0020", UScript.ARABIC),
44 new RunTestData("\u0420\u0443\u0441\u0441\u043A\u0438\u0439\u0020", UScript.CYRILLIC),
45 new RunTestData("English (", UScript.LATIN),
46 new RunTestData("\u0E44\u0E17\u0E22", UScript.THAI),
47 new RunTestData(") ", UScript.LATIN),
48 new RunTestData("\u6F2
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcucdtst.c2141 struct RunTestData struct
2147 typedef struct RunTestData RunTestData; typedef
2150 CheckScriptRuns(UScriptRun *scriptRun, int32_t *runStarts, const RunTestData *testData, int32_t nRuns, in CheckScriptRuns()
2191 static const RunTestData testData1[] = { in TestUScriptRunAPI()
2204 static const RunTestData testData2[] = { in TestUScriptRunAPI()
2209 const RunTestData *testData; in TestUScriptRunAPI()
2223 const RunTestData *testData = testDataEntries[testEntry].testData; in TestUScriptRunAPI()

Completed in 6 milliseconds