Home
last modified time | relevance | path

Searched refs:scriptName (Results 1 – 25 of 32) sorted by relevance

12

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DGDEFWriter.java23 String scriptName; field in GDEFWriter
25 public GDEFWriter(String scriptName, ClassTable classTable, ClassTable markClassTable) in GDEFWriter() argument
30 this.scriptName = scriptName; in GDEFWriter()
35 System.out.println("Writing " + scriptName + " GDEF table..."); in writeTable()
63 output.print(scriptName); in writeTable()
DGSUBWriter.java23 private String scriptName; field in GSUBWriter
33 scriptName = theScriptName; in GSUBWriter()
38 System.out.println("writing " + scriptName + " GSUB table..."); in writeTable()
60 output.print(scriptName); in writeTable()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/
DAnyScriptTest.java71 String scriptName = UScript.getName(script); // long name in TestScripts() local
72 ULocale locale = new ULocale(scriptName); in TestScripts()
81 t = Transliterator.getInstance("any-" + scriptName); in TestScripts()
84 logln("Skipping unavailable: " + scriptName); in TestScripts()
87 logln("Checking: " + scriptName); in TestScripts()
95 errln("Transliterator.getInstance() worked for \"any-" + scriptName + in TestScripts()
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DAnyScriptTest.java68 String scriptName = UScript.getName(script); // long name in TestScripts() local
69 ULocale locale = new ULocale(scriptName); in TestScripts()
78 t = Transliterator.getInstance("any-" + scriptName); in TestScripts()
81 logln("Skipping unavailable: " + scriptName); in TestScripts()
84 logln("Checking: " + scriptName); in TestScripts()
92 errln("Transliterator.getInstance() worked for \"any-" + scriptName + in TestScripts()
/external/sl4a/ScriptingLayer/src/com/googlecode/android_scripting/
DScriptProcess.java32 String scriptName = script.getName(); in ScriptProcess() local
33 setName(scriptName); in ScriptProcess()
34 Interpreter interpreter = configuration.getInterpreterForScript(scriptName); in ScriptProcess()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/provider/
DScriptProvider.java113 String scriptName = script.getName().toLowerCase(); in querySearchSuggestions() local
114 if (!scriptName.contains(query)) { in querySearchSuggestions()
117 Interpreter interpreter = mConfiguration.getInterpreterForScript(scriptName); in querySearchSuggestions()
121 { index, scriptName, secondLine, icon, scriptName, in querySearchSuggestions()
/external/icu/icu4c/source/samples/layout/
DFontMap.cpp44 char *c, *scriptName, *fontName, *line, buffer[BUFFER_SIZE]; in FontMap() local
69 scriptName = strip(line); in FontMap()
71 if (strcmp(scriptName, "DEFAULT") == 0) { in FontMap()
77 le_int32 fillCount = uscript_getCode(scriptName, &scriptCode, 1, &scriptStatus); in FontMap()
/external/llvm-project/mlir/lib/Reducer/
DTester.cpp21 Tester::Tester(StringRef scriptName, ArrayRef<std::string> scriptArgs) in Tester() argument
22 : testScript(scriptName), testScriptArgs(scriptArgs) {} in Tester()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DTransliteratorRegistry.java99 private String scriptName; // script name equivalent of top, if != top field in TransliteratorRegistry.Spec
107 scriptName = null; in Spec()
116 scriptName = UScript.getName(s[0]); in Spec()
118 if (scriptName.equalsIgnoreCase(top)) { in Spec()
119 scriptName = null; in Spec()
138 scriptName = null; in Spec()
168 nextSpec = scriptName; // scriptName may be null in setupNext()
172 if (!Utility.sameObjects(nextSpec, scriptName)) { in setupNext()
173 nextSpec = scriptName; in setupNext()
DCollator.java747 String scriptName = value.substring(scriptNameStart, limit); in setAttributesFromKeywords() local
749 if (scriptName.length() == 4) { in setAttributesFromKeywords()
751 code = UCharacter.getPropertyValueEnum(UProperty.SCRIPT, scriptName); in setAttributesFromKeywords()
753 code = getReorderCode("colReorder", scriptName); in setAttributesFromKeywords()
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DTransliteratorRegistry.java98 private String scriptName; // script name equivalent of top, if != top field in TransliteratorRegistry.Spec
106 scriptName = null; in Spec()
115 scriptName = UScript.getName(s[0]); in Spec()
117 if (scriptName.equalsIgnoreCase(top)) { in Spec()
118 scriptName = null; in Spec()
137 scriptName = null; in Spec()
167 nextSpec = scriptName; // scriptName may be null in setupNext()
171 if (!Utility.sameObjects(nextSpec, scriptName)) { in setupNext()
172 nextSpec = scriptName; in setupNext()
/external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
DTestLauncher.py160 def executeScript(self, scriptName): argument
163 (script, launchType) = self.__rawScripts[scriptName]
168 scriptName)
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DLocaleDisplayNamesImpl.java474 String scriptName = langData.get("Scripts%short", script); in scriptDisplayNameInContext() local
475 if (scriptName != null && !scriptName.equals(script)) { in scriptDisplayNameInContext()
476 …return skipAdjust? scriptName: adjustForUsageAndContext(CapitalizationContextUsage.SCRIPT, scriptN… in scriptDisplayNameInContext()
479 String scriptName = langData.get("Scripts", script); in scriptDisplayNameInContext() local
480 …return skipAdjust? scriptName: adjustForUsageAndContext(CapitalizationContextUsage.SCRIPT, scriptN… in scriptDisplayNameInContext()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DLocaleDisplayNamesImpl.java470 String scriptName = langData.get("Scripts%short", script); in scriptDisplayNameInContext() local
471 if (scriptName != null && !scriptName.equals(script)) { in scriptDisplayNameInContext()
472 …return skipAdjust? scriptName: adjustForUsageAndContext(CapitalizationContextUsage.SCRIPT, scriptN… in scriptDisplayNameInContext()
475 String scriptName = langData.get("Scripts", script); in scriptDisplayNameInContext() local
476 …return skipAdjust? scriptName: adjustForUsageAndContext(CapitalizationContextUsage.SCRIPT, scriptN… in scriptDisplayNameInContext()
/external/icu/icu4c/source/i18n/
Dcoll.cpp377 char *scriptName = value; in setAttributesFromKeywords() local
383 char *limit = scriptName; in setAttributesFromKeywords()
388 if ((limit - scriptName) == 4) { in setAttributesFromKeywords()
390 code = u_getPropertyValueEnum(UCHAR_SCRIPT, scriptName); in setAttributesFromKeywords()
392 code = getReorderCode(scriptName); in setAttributesFromKeywords()
400 scriptName = limit + 1; in setAttributesFromKeywords()
Dscriptset.cpp204 const char *scriptName = uscript_getShortName((UScriptCode(i))); in displayScripts() local
205 dest.append(UnicodeString(scriptName, -1, US_INV)); in displayScripts()
Dtransreg.cpp249 UnicodeString scriptName; member in TransliteratorSpec
284 scriptName = UnicodeString(uscript_getName(script[0]), -1, US_INV); in TransliteratorSpec()
295 } else if (scriptName.length() != 0) { in TransliteratorSpec()
297 top = scriptName; in TransliteratorSpec()
331 nextSpec = scriptName; // scriptName may be empty in setupNext()
/external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
DInterpreterConfiguration.java301 public Interpreter getInterpreterForScript(String scriptName) { in getInterpreterForScript() argument
302 int dotIndex = scriptName.lastIndexOf('.'); in getInterpreterForScript()
306 String ext = scriptName.substring(dotIndex); in getInterpreterForScript()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollator.java777 String scriptName = value.substring(scriptNameStart, limit); in setAttributesFromKeywords() local
779 if (scriptName.length() == 4) { in setAttributesFromKeywords()
781 code = UCharacter.getPropertyValueEnum(UProperty.SCRIPT, scriptName); in setAttributesFromKeywords()
783 code = getReorderCode("colReorder", scriptName); in setAttributesFromKeywords()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DDataDrivenUScriptTest.java284 String scriptName = UScript.getName(testCode); in TestGetName() local
285 if (!expected.equals(scriptName)) { in TestGetName()
286 … errln("Error testing UScript.getName(). Got: " + scriptName + " Expected: " + expected); in TestGetName()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DDataDrivenUScriptTest.java281 String scriptName = UScript.getName(testCode); in TestGetName() local
282 if (!expected.equals(scriptName)) { in TestGetName()
283 … errln("Error testing UScript.getName(). Got: " + scriptName + " Expected: " + expected); in TestGetName()
/external/cldr/tools/java/org/unicode/cldr/util/
DCoreCoverageInfo.java182 for (String scriptName : scriptNames) { in getCoreCoverageInfo()
184 String filename = pair[0] + scriptName + pair[1]; in getCoreCoverageInfo()
/external/cldr/tools/java/org/unicode/cldr/test/
DExampleGenerator.java1787 String scriptName = null; in handleDisplayNames() local
1792 scriptName = value; in handleDisplayNames()
1805 if (scriptName == null) { in handleDisplayNames()
1806scriptName = cldrFile.getStringValueWithBailey(CLDRFile.getKey(CLDRFile.SCRIPT_NAME, ltp.getScript… in handleDisplayNames()
1807 if (scriptName == null) { in handleDisplayNames()
1808scriptName = cldrFile.getStringValueWithBailey(CLDRFile.getKey(CLDRFile.SCRIPT_NAME, "Latn")); in handleDisplayNames()
1810 if (scriptName == null) { in handleDisplayNames()
1811 scriptName = ltp.getScript(); in handleDisplayNames()
1824scriptName = scriptName.replace('(', '[').replace(')', ']').replace('(', '[').replace(')', ']'); in handleDisplayNames()
1829 String scriptTerritory = format(localeSeparator, scriptName, territoryName); in handleDisplayNames()
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java534 String scriptName = english.getName(CLDRFile.SCRIPT_NAME, script); in addLanguageScriptCells2() local
561 .addCell(scriptName) in addLanguageScriptCells2()
587 String scriptName = english.getName(CLDRFile.SCRIPT_NAME, script); in getGifName() local
588 scriptName = scriptName.toLowerCase(Locale.ENGLISH); in getGifName()
589 temp = fixScriptGif.get(scriptName); in getGifName()
593 return scriptName; in getGifName()
607 String scriptName = english.getName(CLDRFile.SCRIPT_NAME, script); in addLanguageScriptCells() local
608 if (scriptName == null) { in addLanguageScriptCells()
609 scriptName = "¿" + script + "?"; in addLanguageScriptCells()
627 .addCell(scriptName) in addLanguageScriptCells()
[all …]
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DApiBrowser.java94 String scriptName = getIntent().getStringExtra(Constants.EXTRA_SCRIPT_PATH); in onCreate() local
95 mIsLanguageSupported = SupportedLanguages.checkLanguageSupported(scriptName); in onCreate()

12