Searched refs:CountryCode (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsnamed.c | 119 int SearchMLUEntry(cmsMLU* mlu, cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode) in SearchMLUEntry() argument 129 if (mlu ->Entries[i].Country == CountryCode && in SearchMLUEntry() 141 cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode) in AddMLUBlock() argument 155 if (SearchMLUEntry(mlu, LanguageCode, CountryCode) >= 0) return FALSE; // Only one is allowed! in AddMLUBlock() 174 mlu ->Entries[mlu ->UsedEntries].Country = CountryCode; in AddMLUBlock() 211 cmsBool CMSEXPORT cmsMLUsetASCII(cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3]… in cmsMLUsetASCII() 217 cmsUInt16Number Cntry = strTo16(CountryCode); in cmsMLUsetASCII() 325 cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode, in _cmsMLUgetWide() argument 344 if (v -> Country == CountryCode) { in _cmsMLUgetWide() 373 const char LanguageCode[3], const char CountryCode[3], in cmsMLUgetASCII() [all …]
|
D | cmsio1.c | 1015 const char LanguageCode[3], const char CountryCode[3], in cmsGetProfileInfo() 1021 return cmsMLUgetWide(mlu, LanguageCode, CountryCode, Buffer, BufferSize); in cmsGetProfileInfo() 1026 … const char LanguageCode[3], const char CountryCode[3], in cmsGetProfileInfoASCII() 1032 return cmsMLUgetASCII(mlu, LanguageCode, CountryCode, Buffer, BufferSize); in cmsGetProfileInfoASCII()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2.h | 1284 … const char LanguageCode[3], const char CountryCode[3], 1287 … const char LanguageCode[3], const char CountryCode[3], 1291 … const char LanguageCode[3], const char CountryCode[3], 1295 … const char LanguageCode[3], const char CountryCode[3], 1299 … const char LanguageCode[3], const char CountryCode[3], 1307 char CountryCode[3]); 1510 … const char LanguageCode[3], const char CountryCode[3], 1514 … const char LanguageCode[3], const char CountryCode[3],
|
/external/libphonenumber/ |
D | release_notes.txt | 1089 - Fix the problems with AYTF crashing for longer numbers entered with +CountryCode, and incorrectly
|