Home
last modified time | relevance | path

Searched refs:theScriptCode (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptData.java33 Record(int theChar, int theScriptCode) in Record() argument
35 this(theChar, theChar, theScriptCode); in Record()
38 Record(int theStartChar, int theEndChar, int theScriptCode) in Record() argument
42 scriptCode = theScriptCode; in Record()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
DUScriptRun.java431 public ParenStackEntry(int thePairIndex, int theScriptCode) in ParenStackEntry() argument
434 scriptCode = theScriptCode; in ParenStackEntry()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
DUScriptRun.java429 public ParenStackEntry(int thePairIndex, int theScriptCode) in ParenStackEntry() argument
432 scriptCode = theScriptCode; in ParenStackEntry()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
DTestUScriptRun.java36 public RunTestData(String theText, int theScriptCode) in RunTestData() argument
39 runScript = theScriptCode; in RunTestData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScriptRun.java33 public RunTestData(String theText, int theScriptCode) in RunTestData() argument
36 runScript = theScriptCode; in RunTestData()