Home | History | Annotate | Download | only in src

Lines Matching refs:Country

117 // Search for a specific entry in the structure. Language and Country are used.
129 if (mlu ->Entries[i].Country == CountryCode &&
137 // Add a block of characters to the intended MLU. Language and country are specified.
138 // Only one entry for Language/country pair is allowed.
174 mlu ->Entries[mlu ->UsedEntries].Country = CountryCode;
247 cmsBool CMSEXPORT cmsMLUsetWide(cmsMLU* mlu, const char Language[3], const char Country[3], const wchar_t* WideString)
250 cmsUInt16Number Cntry = strTo16(Country);
319 // The algorithm first searches for an exact match of country and language, if not found it uses
343 if (v -> Country == CountryCode) {
346 if (UsedCountryCode != NULL) *UsedCountryCode = v ->Country;
362 if (UsedCountryCode != NULL) *UsedCountryCode = v ->Country;
449 // Get also the language and country
482 // Get the language and country codes for a specific MLU index
497 strFrom16(CountryCode, entry->Country);