/external/libcups/cups/ |
D | dest-localization.c | 42 cups_lang_t *lang; /* Standard localizations */ in cupsLocalizeDestMedia() 102 if (!dinfo->localizations) in cupsLocalizeDestMedia() 108 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, &key)) != NULL) in cupsLocalizeDestMedia() 119 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, &key)) != NULL) in cupsLocalizeDestMedia() 212 cupsArrayAdd(dinfo->localizations, match); in cupsLocalizeDestMedia() 247 if (!dinfo->localizations) in cupsLocalizeDestOption() 251 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, &key)) != NULL) in cupsLocalizeDestOption() 305 if (!dinfo->localizations) in cupsLocalizeDestValue() 310 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, &key)) != NULL) in cupsLocalizeDestValue() 320 * 'cups_create_localizations()' - Create the localizations array for a [all …]
|
D | ppd-private.h | 61 _PPD_LOCALIZATION_NONE, /* Load no localizations */ 62 _PPD_LOCALIZATION_ALL /* Load all localizations */
|
/external/icu/icu4c/source/i18n/ |
D | rbnf.cpp | 701 , localizations(NULL) in RuleBasedNumberFormat() 726 , localizations(NULL) in RuleBasedNumberFormat() 751 , localizations(NULL) in RuleBasedNumberFormat() 775 , localizations(NULL) in RuleBasedNumberFormat() 800 , localizations(NULL) in RuleBasedNumberFormat() 822 , localizations(NULL) in RuleBasedNumberFormat() 889 , localizations(NULL) in RuleBasedNumberFormat() 914 …init(rhs.originalDescription, rhs.localizations ? rhs.localizations->ref() : NULL, perror, status); in operator =() 953 (localizations == NULL in operator ==() 954 ? rhs.localizations == NULL in operator ==() [all …]
|
/external/vboot_reference/utility/ |
D | bmpblk_utility.cc | 49 config_.localizations.clear(); in BmpBlockUtil() 80 config_.localizations.clear(); in load_yaml_config() 99 // All screens should be used somewhere in the localizations. in load_yaml_config() 100 // All screens referenced in the localizations should be defined. in load_yaml_config() 101 // The number of localizations should match the number of locale_index in load_yaml_config() 171 } else if (keyword == "localizations") { in parse_first_layer() 346 config_.localizations.push_back(vector<string>()); in parse_localizations() 350 config_.localizations[index].push_back((char*)event.data.scalar.value); in parse_localizations() 362 error("Syntax error in parsing localizations.\n"); in parse_localizations() 383 error("Syntax error in parsing localizations.\n"); in parse_locale_index() [all …]
|
D | bmpblk_util.c | 261 printf(" %d localizations\n", hdr->number_of_localizations); in dump_bmpblock() 418 fprintf(yfp, "localizations:\n"); in dump_bmpblock()
|
/external/python/google-api-python-client/docs/dyn/ |
D | youtube_v3.channelSections.html | 147 "localizations": { # Localizations for different languages 200 "localizations": { # Localizations for different languages 264 "localizations": { # Localizations for different languages 322 "localizations": { # Localizations for different languages 370 "localizations": { # Localizations for different languages
|
D | youtube_v3.playlists.html | 178 "localizations": { # Localizations for different languages 262 "localizations": { # Localizations for different languages 367 "localizations": { # Localizations for different languages 475 "localizations": { # Localizations for different languages 554 "localizations": { # Localizations for different languages
|
/external/icu/libicu/cts_headers/unicode/ |
D | rbnf.h | 537 * <p><b>Localizations</b></p> 538 * <p>Constructors are available that allow the specification of localizations for the 544 * element is an array of localizations of these names. The first element of one of these 545 * subarrays is the locale name, and the remaining elements are localizations of the 585 * The localizations data provides information about the public 590 * list are arrays of localizations of the names of the public 593 * Strings being the localizations of the rule set names, in the 598 * @param localizations the localization information. 604 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations, 629 * The localizations data provides information about the public [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | rbnf.h | 537 * <p><b>Localizations</b></p> 538 * <p>Constructors are available that allow the specification of localizations for the 544 * element is an array of localizations of these names. The first element of one of these 545 * subarrays is the locale name, and the remaining elements are localizations of the 585 * The localizations data provides information about the public 590 * list are arrays of localizations of the names of the public 593 * Strings being the localizations of the rule set names, in the 598 * @param localizations the localization information. 604 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations, 629 * The localizations data provides information about the public [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | RuleBasedNumberFormat.java | 663 * Localizations for rule set names. 706 * The localizations data provides information about the public 711 * list are arrays of localizations of the names of the public 714 * Strings being the localizations of the rule set names, in the 719 * @param localizations a list of localizations for the rule set 723 public RuleBasedNumberFormat(String description, String[][] localizations) { in RuleBasedNumberFormat() argument 725 init(description, localizations); in RuleBasedNumberFormat() 767 * The localizations data provides information about the public 772 * list are arrays of localizations of the names of the public 775 * Strings being the localizations of the rule set names, in the [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | RuleBasedNumberFormat.java | 666 * Localizations for rule set names. 710 * The localizations data provides information about the public 715 * list are arrays of localizations of the names of the public 718 * Strings being the localizations of the rule set names, in the 723 * @param localizations a list of localizations for the rule set 728 public RuleBasedNumberFormat(String description, String[][] localizations) { in RuleBasedNumberFormat() argument 730 init(description, localizations); in RuleBasedNumberFormat() 774 * The localizations data provides information about the public 779 * list are arrays of localizations of the names of the public 782 * Strings being the localizations of the rule set names, in the [all …]
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateDayPeriods.java | 40 … Map<DayPeriod, String> localizations = getLocalizations(factory.make(locale, true)); in main() local 48 final String localization = localizations.get(dayPeriod); in main()
|
/external/vboot_reference/tests/bitmaps/ |
D | case_reuse.yaml | 24 localizations:
|
D | case_nobmp.yaml | 17 localizations:
|
D | case_simple.yaml | 26 localizations:
|
D | case_badbmp.yaml | 19 localizations:
|
D | case_order2.yaml | 33 localizations:
|
D | case_order1.yaml | 33 localizations:
|
/external/libcups/man/ |
D | ppdi.1 | 28 …e are merged into a single printer definition to facilitate accurate changes for all localizations.
|
/external/vboot_reference/firmware/lib/include/ |
D | vboot_display.h | 46 * Get the number of localizations in the GBB bitmap data.
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
D | RbnfTest.java | 1082 String[][] localizations = new String[][] { in TestRuleSetDisplayName() local 1093 //Construct RuleBasedNumberFormat by rule sets and localizations list in TestRuleSetDisplayName() 1095 = new RuleBasedNumberFormat(ukEnglish, localizations, ULocale.US); in TestRuleSetDisplayName() 1096 RuleBasedNumberFormat f2= new RuleBasedNumberFormat(ukEnglish, localizations); in TestRuleSetDisplayName() 1104 assertEquals("Display name in default locale", localizations[1][i+1], RSName_defLoc); in TestRuleSetDisplayName() 1106 assertEquals("Display name in Chinese", localizations[2][i+1], RSName_loc); in TestRuleSetDisplayName() 1114 //get locales of localizations in TestRuleSetDisplayName() 1123 …assertEquals("getRuleSetDisplayNames in default locale", localizations[1][i+1], RSNames_defLoc[i]); in TestRuleSetDisplayName() 1128 … assertEquals("getRuleSetDisplayNames in English", localizations[1][i+1], RSNames_loc[i]); in TestRuleSetDisplayName() 1133 … assertEquals("getRuleSetDisplayNames in Chinese", localizations[2][i+1], RSNames_loc[i]); in TestRuleSetDisplayName() [all …]
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
D | RbnfTest.java | 1085 String[][] localizations = new String[][] { in TestRuleSetDisplayName() local 1096 //Construct RuleBasedNumberFormat by rule sets and localizations list in TestRuleSetDisplayName() 1098 = new RuleBasedNumberFormat(ukEnglish, localizations, ULocale.US); in TestRuleSetDisplayName() 1099 RuleBasedNumberFormat f2= new RuleBasedNumberFormat(ukEnglish, localizations); in TestRuleSetDisplayName() 1107 assertEquals("Display name in default locale", localizations[1][i+1], RSName_defLoc); in TestRuleSetDisplayName() 1109 assertEquals("Display name in Chinese", localizations[2][i+1], RSName_loc); in TestRuleSetDisplayName() 1117 //get locales of localizations in TestRuleSetDisplayName() 1126 …assertEquals("getRuleSetDisplayNames in default locale", localizations[1][i+1], RSNames_defLoc[i]); in TestRuleSetDisplayName() 1131 … assertEquals("getRuleSetDisplayNames in English", localizations[1][i+1], RSNames_loc[i]); in TestRuleSetDisplayName() 1136 … assertEquals("getRuleSetDisplayNames in Chinese", localizations[2][i+1], RSNames_loc[i]); in TestRuleSetDisplayName() [all …]
|
/external/vboot_reference/utility/include/ |
D | bmpblk_utility.h | 50 vector<vector<string> > localizations; member
|
/external/libcups/doc/help/ |
D | man-ppdi.html | 27 …e are merged into a single printer definition to facilitate accurate changes for all localizations.
|
/external/icu/icu4c/source/test/intltest/ |
D | itrbnf.h | 115 * Test localizations using string data.
|