Searched full:localizations (Results 1 – 25 of 46) sorted by relevance
12
50 cups_lang_t *lang; /* Standard localizations */ in cupsLocalizeDestMedia()77 if (!dinfo->localizations) in cupsLocalizeDestMedia()81 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, &key)) != NULL) in cupsLocalizeDestMedia()190 cupsArrayAdd(dinfo->localizations, match); in cupsLocalizeDestMedia()220 if (!dinfo->localizations) in cupsLocalizeDestOption()223 if (cupsArrayCount(dinfo->localizations) == 0) in cupsLocalizeDestOption()227 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, in cupsLocalizeDestOption()261 if (!dinfo->localizations) in cupsLocalizeDestValue()264 if (cupsArrayCount(dinfo->localizations) == 0) in cupsLocalizeDestValue()269 if ((match = (_cups_message_t *)cupsArrayFind(dinfo->localizations, in cupsLocalizeDestValue()[all …]
73 _PPD_LOCALIZATION_NONE, /* Load no localizations */74 _PPD_LOCALIZATION_ALL /* Load all localizations */
210 cups_array_t *localizations; /* Localization information */ member
670 , localizations(NULL) in RuleBasedNumberFormat()694 , localizations(NULL) in RuleBasedNumberFormat()718 , localizations(NULL) in RuleBasedNumberFormat()741 , localizations(NULL) in RuleBasedNumberFormat()765 , localizations(NULL) in RuleBasedNumberFormat()786 , localizations(NULL) in RuleBasedNumberFormat()852 , localizations(NULL) in RuleBasedNumberFormat()877 …init(rhs.originalDescription, rhs.localizations ? rhs.localizations->ref() : NULL, perror, status); in operator =()915 (localizations == NULL in operator ==()916 ? rhs.localizations == NULL in operator ==()[all …]
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 …]
261 printf(" %d localizations\n", hdr->number_of_localizations); in dump_bmpblock()418 fprintf(yfp, "localizations:\n"); in dump_bmpblock()
536 * <p><b>Localizations</b></p>537 * <p>Constructors are available that allow the specification of localizations for the543 * element is an array of localizations of these names. The first element of one of these544 * subarrays is the locale name, and the remaining elements are localizations of the584 * The localizations data provides information about the public589 * list are arrays of localizations of the names of the public592 * Strings being the localizations of the rule set names, in the597 * @param localizations the localization information.603 RuleBasedNumberFormat(const UnicodeString& rules, const UnicodeString& localizations,628 * The localizations data provides information about the public[all …]
663 * Localizations for rule set names.706 * The localizations data provides information about the public711 * list are arrays of localizations of the names of the public714 * Strings being the localizations of the rule set names, in the719 * @param localizations a list of localizations for the rule set723 public RuleBasedNumberFormat(String description, String[][] localizations) { in RuleBasedNumberFormat() argument725 init(description, localizations); in RuleBasedNumberFormat()767 * The localizations data provides information about the public772 * list are arrays of localizations of the names of the public775 * Strings being the localizations of the rule set names, in the[all …]
666 * Localizations for rule set names.710 * The localizations data provides information about the public715 * list are arrays of localizations of the names of the public718 * Strings being the localizations of the rule set names, in the723 * @param localizations a list of localizations for the rule set728 public RuleBasedNumberFormat(String description, String[][] localizations) { in RuleBasedNumberFormat() argument730 init(description, localizations); in RuleBasedNumberFormat()774 * The localizations data provides information about the public779 * list are arrays of localizations of the names of the public782 * Strings being the localizations of the rule set names, in the[all …]
1030 String[][] localizations = new String[][] { in TestRuleSetDisplayName() local1041 //Construct RuleBasedNumberFormat by rule sets and localizations list in TestRuleSetDisplayName()1043 = new RuleBasedNumberFormat(ukEnglish, localizations, ULocale.US); in TestRuleSetDisplayName()1044 RuleBasedNumberFormat f2= new RuleBasedNumberFormat(ukEnglish, localizations); in TestRuleSetDisplayName()1052 assertEquals("Display name in default locale", localizations[1][i+1], RSName_defLoc); in TestRuleSetDisplayName()1054 assertEquals("Display name in Chinese", localizations[2][i+1], RSName_loc); in TestRuleSetDisplayName()1062 //get locales of localizations in TestRuleSetDisplayName()1071 …assertEquals("getRuleSetDisplayNames in default locale", localizations[1][i+1], RSNames_defLoc[i]); in TestRuleSetDisplayName()1076 … assertEquals("getRuleSetDisplayNames in English", localizations[1][i+1], RSNames_loc[i]); in TestRuleSetDisplayName()1081 … assertEquals("getRuleSetDisplayNames in Chinese", localizations[2][i+1], RSNames_loc[i]); in TestRuleSetDisplayName()[all …]
1029 String[][] localizations = new String[][] { in TestRuleSetDisplayName() local1040 //Construct RuleBasedNumberFormat by rule sets and localizations list in TestRuleSetDisplayName()1042 = new RuleBasedNumberFormat(ukEnglish, localizations, ULocale.US); in TestRuleSetDisplayName()1043 RuleBasedNumberFormat f2= new RuleBasedNumberFormat(ukEnglish, localizations); in TestRuleSetDisplayName()1051 assertEquals("Display name in default locale", localizations[1][i+1], RSName_defLoc); in TestRuleSetDisplayName()1053 assertEquals("Display name in Chinese", localizations[2][i+1], RSName_loc); in TestRuleSetDisplayName()1061 //get locales of localizations in TestRuleSetDisplayName()1070 …assertEquals("getRuleSetDisplayNames in default locale", localizations[1][i+1], RSNames_defLoc[i]); in TestRuleSetDisplayName()1075 … assertEquals("getRuleSetDisplayNames in English", localizations[1][i+1], RSNames_loc[i]); in TestRuleSetDisplayName()1080 … assertEquals("getRuleSetDisplayNames in Chinese", localizations[2][i+1], RSNames_loc[i]); in TestRuleSetDisplayName()[all …]
24 localizations:
26 localizations:
17 localizations:
19 localizations:
33 localizations:
46 * Get the number of localizations in the GBB bitmap data.
50 vector<vector<string> > localizations; member
115 * Test localizations using string data.
62 uint32_t number_of_localizations; /* Number of localizations */
META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
415 <object class="NSMutableDictionary" key="localizations">
174 <object class="NSMutableDictionary" key="localizations">
209 /* Clip localization to number of localizations present in the GBB */ in VbDisplayScreenFromGBB()