Searched refs:CountryCode (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/third_party/lcms2-2.6/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() 183 cmsBool CMSEXPORT cmsMLUsetASCII(cmsMLU* mlu, const char LanguageCode[3], const char CountryCode[3]… in cmsMLUsetASCII() 189 cmsUInt16Number Cntry = _cmsAdjustEndianess16(*(cmsUInt16Number*) CountryCode); in cmsMLUsetASCII() 298 cmsUInt16Number LanguageCode, cmsUInt16Number CountryCode, in _cmsMLUgetWide() argument 317 if (v -> Country == CountryCode) { in _cmsMLUgetWide() 346 const char LanguageCode[3], const char CountryCode[3], in cmsMLUgetASCII() [all …]
|
D | cmsio1.c | 1002 const char LanguageCode[3], const char CountryCode[3], in cmsGetProfileInfo() 1008 return cmsMLUgetWide(mlu, LanguageCode, CountryCode, Buffer, BufferSize); in cmsGetProfileInfo() 1013 … const char LanguageCode[3], const char CountryCode[3], in cmsGetProfileInfoASCII() 1019 return cmsMLUgetASCII(mlu, LanguageCode, CountryCode, Buffer, BufferSize); in cmsGetProfileInfoASCII()
|
/external/pdfium/third_party/lcms2-2.6/include/ |
D | lcms2.h | 1271 … const char LanguageCode[3], const char CountryCode[3], 1274 … const char LanguageCode[3], const char CountryCode[3], 1278 … const char LanguageCode[3], const char CountryCode[3], 1282 … const char LanguageCode[3], const char CountryCode[3], 1286 … const char LanguageCode[3], const char CountryCode[3], 1294 char CountryCode[3]); 1497 … const char LanguageCode[3], const char CountryCode[3], 1501 … const char LanguageCode[3], const char CountryCode[3],
|
/external/libphonenumber/ |
D | release_notes.txt | 699 - Fix the problems with AYTF crashing for longer numbers entered with +CountryCode, and incorrectly
|