| /external/harfbuzz_ng/test/api/ |
| test-unicode.c | 475 PROPERTY (script, (unsigned int) HB_SCRIPT_UNKNOWN) 608 /* This is cruel: we use script-returning functions to test all properties, 730 script_roundtrip_default (hb_script_t script) 732 return hb_script_from_iso15924_tag (hb_script_to_iso15924_tag (script)); 737 script_roundtrip_glib (hb_script_t script) 739 return hb_glib_script_to_script (hb_glib_script_from_script (script)); 745 script_roundtrip_icu (hb_script_t script) 747 return hb_icu_script_to_script (hb_icu_script_from_script (script)); 761 hb_script_t script = test->value; local 763 g_test_message ("Test script roundtrip #%d: %x", i, script) 768 hb_script_t script = test->value; local [all...] |
| /build/tools/apicheck/ |
| Android.mk | 19 # script file's timestamp is at least as new as the 24 # the hat script
|
| /build/tools/droiddoc/templates-pdk/ |
| customizations.cs | 18 <script> 22 </script> 32 <script> 36 </script> 78 <script> 80 </script> 93 <script> 109 </script><?cs
|
| /cts/tools/cts-api-coverage/ |
| Android.mk | 18 # script file's timestamp is at least as new as the 21 # the hat script
|
| /cts/tools/cts-java-scanner/ |
| Android.mk | 18 # script file's timestamp is at least as new as the 21 # the hat script
|
| /cts/tools/cts-native-scanner/ |
| Android.mk | 18 # script file's timestamp is at least as new as the 21 # the hat script
|
| /cts/tools/cts-xml-generator/ |
| Android.mk | 18 # script file's timestamp is at least as new as the 21 # the hat script
|
| /dalvik/tools/dexdeps/ |
| Android.mk | 18 # script files' timestamps are at least as new as the 21 # the dexdeps script
|
| /external/bison/build-aux/ |
| do-release-commit-and-tag | 8 # Note: this is a bash script (could be zsh or dash) 36 Run this script from top_srcdir to perform the final pre-release NEWS
|
| /external/harfbuzz_ng/src/ |
| hb-buffer.cc | 44 a->script == b->script && 55 (unsigned int) p->script ^ 510 /* If script is set to INVALID, guess from buffer contents */ 511 if (props.script == HB_SCRIPT_INVALID) { 513 hb_script_t script = unicode->script (info[i].codepoint); local 514 if (likely (script != HB_SCRIPT_COMMON && 515 script != HB_SCRIPT_INHERITED && 516 script != HB_SCRIPT_UNKNOWN)) [all...] |
| hb-common.cc | 299 /* Script variants from http://unicode.org/iso15924/ */ 308 /* If it looks right, just use the tag as a script */ 323 hb_script_to_iso15924_tag (hb_script_t script) 325 return (hb_tag_t) script; 329 hb_script_get_horizontal_direction (hb_script_t script) 332 switch ((hb_tag_t) script)
|
| /external/icu4c/common/ |
| brkeng.cpp | 112 // Apply the entire script of the character. 113 int32_t script = u_getIntPropertyValue(c, UCHAR_SCRIPT); local 114 fHandled[breakType]->applyIntPropertyValue(UCHAR_SCRIPT, script, status); 249 // TODO: Have to get some characters with script=common handled 280 ICULanguageBreakFactory::loadDictionaryMatcherFor(UScriptCode script, int32_t /* brkType */) { 287 ures_getStringByKeyWithFallback(b, uscript_getShortName(script), &dictnlength, &status);
|
| brkeng.h | 145 * the entire script to which that character belongs.</p> 276 * <p>Create a DictionaryMatcher for the specified script and break type.</p> 277 * @param script An ISO 15924 script code that identifies the dictionary to be 283 virtual DictionaryMatcher *loadDictionaryMatcherFor(UScriptCode script, int32_t breakType);
|
| /external/icu4c/i18n/unicode/ |
| locdspnm.h | 29 * more information on language, script, region, variant, key, and 137 * Returns the display name of the provided script code. 138 * @param script the script code 139 * @param result receives the script code's display name 140 * @return the display name of the provided script code 143 virtual UnicodeString& scriptDisplayName(const char* script, 147 * Returns the display name of the provided script code. 148 * @param scriptCode the script code number 149 * @param result receives the script code's display nam [all...] |
| /external/icu4c/samples/layout/ |
| ScriptCompositeFontInstance.h | 33 * font and script, so it is best to call this method with text which is 34 * in a single script, passing the script code in as a hint. If you don't 35 * know the script of the text, you can use zero, which is the script code 36 * for characters used in more than one script. 50 * Where it makes sense, they should use the script code as a hint to render 51 * characters from the COMMON script in the font which is used for the given 52 * script. For example, if the input text is a series of Arabic words separated 53 * by spaces, and the script code passed in is <code>arabScriptCode</code> yo [all...] |
| /external/icu4c/test/letest/ |
| xmlreader.cpp | 155 UnicodeString script_attr = UNICODE_STRING_SIMPLE("script"); 169 char *script = getCString(testCase->getAttribute(script_attr)); local 184 uscript_getCode(script, &scriptCode, 1, &status); 186 log_err("invalid script name: %s.\n", script); 250 freeCString(script);
|
| /external/ipsec-tools/src/racoon/ |
| privsep.c | 175 * When running privsep, certificate and script paths 182 "require path cert and path script in the config file\n"); 377 char *script; local 388 * We expect: script, name, envp[], void 393 count++; /* script */ 428 * Populate script, name and envp 431 script = bufs[count++]; 447 script, name, envp); 451 * Check script path and name 456 (unsafe_path(script, LC_PATHTYPE_SCRIPT) == 0) [all...] |
| /external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/ |
| PhoneNumberOfflineGeocoder.java | 75 int prefixMapKey, String language, String script, String region) { 76 String fileName = mappingFileProvider.getFileName(prefixMapKey, language, script, region); 162 String scriptStr = ""; // No script is specified 265 * @param script four-letter titlecase (the first letter is uppercase and the rest of the letters 266 * are lowercase) ISO script codes as defined in ISO 15924 272 PhoneNumber number, String lang, String script, String region) { 279 getPhonePrefixDescriptions(phonePrefix, lang, script, region);
|
| /external/libvpx/libvpx/build/make/ |
| gen_msvs_def.sh | 21 This script generates a MSVC module definition file containing a list of symbols
|
| /external/openfst/src/extensions/far/ |
| farcompilestrings.cc | 56 namespace s = fst::script;
|
| farcreate.cc | 38 namespace s = fst::script;
|
| farprintstrings.cc | 45 namespace s = fst::script;
|
| /external/openfst/src/extensions/pdt/ |
| pdtexpand.cc | 33 namespace s = fst::script;
|
| pdtreplace.cc | 31 namespace s = fst::script;
|
| pdtshortestpath.cc | 34 namespace s = fst::script;
|