Searched defs:scripts (Results 26 - 50 of 54) sorted by path

123

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout.cc596 const hb_tag_t *scripts,
601 if (!scripts)
603 /* All scripts */
617 for (; *scripts; scripts++)
622 *scripts,
594 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
/external/chromium_org/third_party/icu/source/common/
H A Duchar.c15 * 8/19/1999 srl Upgraded scripts to Unicode3.0
598 UScriptCode *scripts, int32_t capacity,
607 if(capacity<0 || (capacity>0 && scripts==NULL)) {
616 scripts[0]=(UScriptCode)scriptX;
629 scripts[length]=(UScriptCode)(sx&0x7fff);
597 uscript_getScriptExtensions(UChar32 c, UScriptCode *scripts, int32_t capacity, UErrorCode *pErrorCode) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Duspoof.cpp540 // Compute the set of scripts that every input character has a confusable in.
544 // If the number of such scripts is two or more, and the input consisted of
546 // (The two scripts will be the original script and the one that is confusable)
548 // If the number of such scripts >= one, and the original input contained characters from
563 ScriptSet scripts; local
564 This->wholeScriptCheck(nfdText, &scripts, *status);
565 int32_t confusableScriptCount = scripts.countMembers();
H A Duspoof_impl.cpp232 // Return the set of scripts, each of which can represent something that is
355 // Given a locale (a language), add all the characters from all of the scripts used with that language
359 UScriptCode scripts[30]; local
361 int32_t numScripts = uscript_getCode(locale, scripts, sizeof(scripts)/sizeof(UScriptCode), &status);
372 tmpSet.applyIntPropertyValue(UCHAR_SCRIPT, scripts[i], status);
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcldrtest.c792 USet *scripts[10]= {0}; local
805 scripts[i] = uset_openPattern(uPattern, patternLen, &status);
814 uset_add(scripts[0], 0x2bc);
819 * UChars in exemplarSet belong to the scripts returned
836 if(uset_containsRange(scripts[j], start, end) == TRUE){
844 int32_t len = uset_toPattern(scripts[j], toPattern, 500, TRUE, &status);
846 log_err("uset_indexOf(\\u%04X)=%i uset_indexOf(\\u%04X)=%i\n", start, uset_indexOf(scripts[0], start), end, uset_indexOf(scripts[0], end));
858 /* iterate over the scripts and figure out if the string contained is actually
862 if(uset_containsString(scripts[
887 UScriptCode scripts[USCRIPT_CODE_LIMIT]; local
[all...]
H A Dcucdapi.c303 * Unicode 5 and later encode some of these scripts and give them long names.
448 UScriptCode scripts[20]; local
454 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
460 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
466 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
472 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
478 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
485 length=uscript_getScriptExtensions(0x063f, scripts, 0, &errorCode);
493 length=uscript_getScriptExtensions(-1, scripts, LENGTHO
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditspoof.cpp145 UnicodeString s("xyz"); // Many latin ranges are whole-script confusable with other scripts.
535 ScriptSet scripts; local
536 scripts.parseScripts(UnicodeString(test.fScripts), status);
537 TEST_ASSERT_MSG(scripts == *idInfo.getScripts(), testNumStr);
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkIBMFamilyClass.h152 } scripts; member in union:SkIBMFamilyClass::SubClass
/external/chromium_org/third_party/tlslite/
H A Dsetup.py15 scripts=["scripts/tls.py", "scripts/tlsdb.py"], variable
/external/chromium_org/ui/gfx/
H A Drender_text_harfbuzz.cc34 // The maximum number of scripts a Unicode character can belong to. This value
36 // character to belong to more scripts.
338 // If the given scripts match, returns the one that isn't USCRIPT_COMMON or
352 // Unicode |codepoint|. Returns the number of written scripts.
353 int GetScriptExtensions(UChar32 codepoint, UScriptCode* scripts) { argument
358 scripts[0] = uscript_getScript(codepoint, &icu_error);
361 // Fill the rest of |scripts| with the extensions.
362 int count = uscript_getScriptExtensions(codepoint, scripts + 1,
374 UScriptCode scripts[kMaxScripts] = { USCRIPT_INVALID_CODE }; local
375 int count = GetScriptExtensions(codepoint, scripts);
407 UScriptCode scripts[kMaxScripts] = { USCRIPT_INVALID_CODE }; local
[all...]
/external/chromium_org/v8/src/
H A Ddebug-debugger.js38 // The different types of scripts matching enum ScriptType in objects.h.
520 var scripts = Debug.scripts();
523 for (var i in scripts) {
524 var script = scripts[i];
679 var scripts = this.scripts();
682 for (var i = 0; i < scripts.length; i++) {
683 if (script_id == scripts[i].id) {
684 break_point.actual_position = %SetScriptBreakPoint(scripts[
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-script.js41 var scripts = Debug.scripts(); variable
42 for (i = 0; i < scripts.length; i++) {
43 if (scripts[i].type == Debug.ScriptType.Native) {
44 if (scripts[i].name) {
45 // TODO(1641): Remove check for equally named native scripts once the
47 if (!named_native_names[scripts[i].name]) {
48 named_native_names[scripts[i].name] = true;
52 } else if (scripts[i].type == Debug.ScriptType.Extension) {
54 } else if (scripts[
[all...]
/external/chromium_org/v8/tools/profviz/
H A Dworker.js29 "load scripts" : load_scripts,
68 function load_scripts(scripts) {
69 time("Loading scripts",
70 function() { for (var i in scripts) importScripts(scripts[i]); });
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/freetype/src/autofit/
H A Dhbshim.c92 static const hb_script_t scripts[] = variable
134 script = scripts[style_class->script];
137 /* tag or tags -- some Indic scripts like Devanagari have an old */
333 * Complex scripts like Devanagari have mandatory GPOS features to
461 hb_buffer_set_script( buf, scripts[style_class->script] );
/external/harfbuzz_ng/src/
H A Dhb-ot-layout.cc596 const hb_tag_t *scripts,
601 if (!scripts)
603 /* All scripts */
617 for (; *scripts; scripts++)
622 *scripts,
594 hb_ot_layout_collect_lookups(hb_face_t *face, hb_tag_t table_tag, const hb_tag_t *scripts, const hb_tag_t *languages, const hb_tag_t *features, hb_set_t *lookup_indexes ) argument
/external/icu/icu4c/source/common/
H A Duchar.c15 * 8/19/1999 srl Upgraded scripts to Unicode3.0
598 UScriptCode *scripts, int32_t capacity,
607 if(capacity<0 || (capacity>0 && scripts==NULL)) {
616 scripts[0]=(UScriptCode)scriptX;
629 scripts[length]=(UScriptCode)(sx&0x7fff);
597 uscript_getScriptExtensions(UChar32 c, UScriptCode *scripts, int32_t capacity, UErrorCode *pErrorCode) argument
/external/icu/icu4c/source/i18n/
H A Dcollationbasedatabuilder.h89 UnicodeString scripts; member in class:CollationBaseDataBuilder
H A Dcollationdata.h46 scripts(NULL), scriptsLength(0),
134 * Writes the permutation table for the given reordering of scripts and groups,
189 * Data for scripts and reordering groups.
206 const uint16_t *scripts; member in struct:CollationData
H A Dcollationfastlatin.cpp53 const uint16_t *scripts = data->scripts; local
58 uint32_t lastByte = reorderTable[scripts[i] & 0xff];
63 if(scripts[i + 2] == USCRIPT_LATIN) { break; }
64 i = i + 2 + scripts[i + 1];
H A Duspoof.cpp573 // Compute the set of scripts that every input character has a confusable in.
577 // If the number of such scripts is two or more, and the input consisted of
579 // (The two scripts will be the original script and the one that is confusable)
581 // If the number of such scripts >= one, and the original input contained characters from
596 ScriptSet scripts; local
597 This->wholeScriptCheck(nfdText, &scripts, *status);
598 int32_t confusableScriptCount = scripts.countMembers();
H A Duspoof_impl.cpp232 // Return the set of scripts, each of which can represent something that is
355 // Given a locale (a language), add all the characters from all of the scripts used with that language
359 UScriptCode scripts[30]; local
361 int32_t numScripts = uscript_getCode(locale, scripts, sizeof(scripts)/sizeof(UScriptCode), &status);
372 tmpSet.applyIntPropertyValue(UCHAR_SCRIPT, scripts[i], status);
/external/icu/icu4c/source/test/cintltst/
H A Dcldrtest.c795 USet *scripts[10]= {0}; local
808 scripts[i] = uset_openPattern(uPattern, patternLen, &status);
817 uset_add(scripts[0], 0x2bc);
822 * UChars in exemplarSet belong to the scripts returned
839 if(uset_containsRange(scripts[j], start, end) == TRUE){
847 int32_t len = uset_toPattern(scripts[j], toPattern, 500, TRUE, &status);
849 log_err("uset_indexOf(\\u%04X)=%i uset_indexOf(\\u%04X)=%i\n", start, uset_indexOf(scripts[0], start), end, uset_indexOf(scripts[0], end));
861 /* iterate over the scripts and figure out if the string contained is actually
865 if(uset_containsString(scripts[
890 UScriptCode scripts[USCRIPT_CODE_LIMIT]; local
[all...]
H A Dcucdapi.c303 * Unicode 5 and later encode some of these scripts and give them long names.
448 UScriptCode scripts[20]; local
454 length=uscript_getScriptExtensions(0x0640, scripts, LENGTHOF(scripts), &errorCode);
460 length=uscript_getScriptExtensions(0x0640, NULL, LENGTHOF(scripts), &errorCode);
466 length=uscript_getScriptExtensions(0x0640, scripts, -1, &errorCode);
472 length=uscript_getScriptExtensions(0x0640, scripts, 0, &errorCode);
478 length=uscript_getScriptExtensions(0x0640, scripts, 1, &errorCode);
485 length=uscript_getScriptExtensions(0x063f, scripts, 0, &errorCode);
493 length=uscript_getScriptExtensions(-1, scripts, LENGTHO
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditspoof.cpp145 UnicodeString s("xyz"); // Many latin ranges are whole-script confusable with other scripts.
535 ScriptSet scripts; local
536 scripts.parseScripts(UnicodeString(test.fScripts), status);
537 TEST_ASSERT_MSG(scripts == *idInfo.getScripts(), testNumStr);

Completed in 1078 milliseconds

123