HomeSort by relevance Sort by last modified time
    Searched defs:scripts (Results 26 - 50 of 69) sorted by null

12 3

  /prebuilts/go/darwin-x86/src/unicode/
maketables.go 52 var scriptlist = flag.String("scripts",
225 // Scripts.txt has form:
236 var scripts = make(map[string][]Script) var
335 func all(scripts map[string][]Script) []string {
336 a := make([]string, 0, len(scripts))
337 for k := range scripts {
675 func parseScript(line string, scripts map[string][]Script) {
704 scripts[name] = append(scripts[name], Script{uint32(lo), uint32(hi), name})
727 func fullScriptTest(list []string, installed map[string]*unicode.RangeTable, scripts map[string][]Script)
    [all...]
  /prebuilts/go/linux-x86/src/unicode/
maketables.go 52 var scriptlist = flag.String("scripts",
225 // Scripts.txt has form:
236 var scripts = make(map[string][]Script) var
335 func all(scripts map[string][]Script) []string {
336 a := make([]string, 0, len(scripts))
337 for k := range scripts {
675 func parseScript(line string, scripts map[string][]Script) {
704 scripts[name] = append(scripts[name], Script{uint32(lo), uint32(hi), name})
727 func fullScriptTest(list []string, installed map[string]*unicode.RangeTable, scripts map[string][]Script)
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleDisplayNamesImpl.java 453 String str = langData.get("Scripts%stand-alone", script);
456 str = langData.get("Scripts%short", script);
461 str = langData.get("Scripts", script);
468 String scriptName = langData.get("Scripts%short", script);
473 String scriptName = langData.get("Scripts", script);
577 Set<String> scripts = new HashSet<String>(); local
579 // need the follow two steps to make sure that unusual scripts or regions are displayed
581 scripts.add(maxBase.getScript());
584 scripts.add(locale.getScript());
587 boolean hasScripts = scripts.size() > 1
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cldrtest.c 795 USet *scripts[10]= {0}; local
890 UScriptCode scripts[USCRIPT_CODE_LIMIT]; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleDisplayNamesImpl.java 449 String str = langData.get("Scripts%stand-alone", script);
452 str = langData.get("Scripts%short", script);
457 str = langData.get("Scripts", script);
464 String scriptName = langData.get("Scripts%short", script);
469 String scriptName = langData.get("Scripts", script);
573 Set<String> scripts = new HashSet<String>(); local
575 // need the follow two steps to make sure that unusual scripts or regions are displayed
577 scripts.add(maxBase.getScript());
580 scripts.add(locale.getScript());
583 boolean hasScripts = scripts.size() > 1
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptManager.java 68 * Manages creation, deletion, and execution of stored scripts.
104 CustomizeWindow.requestCustomTitle(this, "Scripts", R.layout.script_manager);
119 "Failed to create scripts directory.\n" + mBaseDir + "\n"
125 .setMessage("Scripts will be unavailable as long as external storage is unavailable.")
153 List<File> scripts; local
155 scripts = ScriptStorageAdapter.listAllScripts(mCurrentDir);
157 scripts = ScriptStorageAdapter.listExecutableScripts(mCurrentDir, mConfiguration);
159 mScripts = Lists.newArrayList(Collections2.filter(scripts, new Predicate<File>() {
  /external/icu/android_icu4j/src/main/java/android/icu/lang/
UScript.java 22 * <p>The current set of script code constants supports at least all scripts
37 * <p>Starting with ICU 55, script codes are only added when their scripts
910 int[] scripts = findCodeFromLocale(new ULocale(nameOrAbbrOrLocale)); local
911 if (scripts != null) {
912 return scripts;
965 * <p>Some characters are commonly used in multiple scripts.
1010 * <p>Some characters are commonly used in multiple scripts.
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
SpoofChecker.java 168 * 39; in most cases, this means flagging strings that contain characters from multiple different scripts.</li>
193 * are restricted to contain characters from only a single script, <em>except</em> that most scripts are allowed to have
196 * with all other scripts except Cyrillic, Greek, and Cherokee, with which it is often confusable. For more details on
200 * scripts.
232 * string is covered by any of the following sets of scripts, according to the definition in UTS 39 section 5.1:
247 * All characters in the string are in the identifier profile. Allow arbitrary mixtures of scripts, such as
392 * scripts.) Applies to checks of a single identifier check only.
600 * A set of languages is determined from the locale(s), and from those a set of acceptable Unicode scripts is
601 * determined. Characters from this set of scripts, along with characters from the "common" and "inherited"
678 int scripts[] = UScript.getCode(locale); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
UScript.java 21 * <p>The current set of script code constants supports at least all scripts
36 * <p>Starting with ICU 55, script codes are only added when their scripts
1093 int[] scripts = findCodeFromLocale(new ULocale(nameOrAbbrOrLocale)); local
1094 if (scripts != null) {
1095 return scripts;
1150 * <p>Some characters are commonly used in multiple scripts.
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
SpoofChecker.java 167 * 39; in most cases, this means flagging strings that contain characters from multiple different scripts.</li>
192 * are restricted to contain characters from only a single script, <em>except</em> that most scripts are allowed to have
195 * with all other scripts except Cyrillic, Greek, and Cherokee, with which it is often confusable. For more details on
199 * scripts.
237 * string is covered by any of the following sets of scripts, according to the definition in UTS 39 section 5.1:
256 * All characters in the string are in the identifier profile. Allow arbitrary mixtures of scripts, such as
415 * scripts.) Applies to checks of a single identifier check only.
638 * A set of languages is determined from the locale(s), and from those a set of acceptable Unicode scripts is
639 * determined. Characters from this set of scripts, along with characters from the "common" and "inherited"
718 int scripts[] = UScript.getCode(locale); local
    [all...]
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1304 scripts = script variable
    [all...]
  /external/v8/src/debug/
debug.js 49 // The different types of scripts matching enum ScriptType in objects.h.
428 var scripts = this.scripts();
431 for (var i in scripts) {
432 var script = scripts[i];
668 // Run through all scripts to see if this script break point matches any
669 // loaded scripts.
670 var scripts = this.scripts();
671 for (var i = 0; i < scripts.length; i++)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1304 scripts = script variable
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 1304 scripts = script variable
    [all...]
  /libcore/ojluni/src/main/java/java/lang/
Character.java 4057 private static final UnicodeScript[] scripts = { field in class:Character.UnicodeScript
    [all...]
  /tools/external/gradle/
gradle-api-2.14.1.jar 
gradle-api-3.4.1.jar 
gradle-api-3.5-20170307000048+0000.jar 
gradle-api-3.2.jar 
gradle-api-3.3.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mlang.h 917 SCRIPT_IDS scripts; member in struct:tagSCRIPFONTINFO
    [all...]
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.0/
gradle-tooling-api-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.1/
gradle-tooling-api-2.1.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.2/
gradle-tooling-api-2.2.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/gradle-tooling-api/2.10/
gradle-tooling-api-2.10.jar 

Completed in 1701 milliseconds

12 3