Searched defs:ATR (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp486 const analyze_printf::ArgType &ATR = getArgType(Ctx, IsObjCLiteral); local
487 if (ATR.isValid() && ATR.matchesType(Ctx, QT))
/external/icu4c/common/
H A Ducnvisci.c36 #define ATR 0xEF /* Attribute code */ macro
83 * Enumeration for switching code pages if <ATR>+<one of below values>
919 targetByteUnit = ATR<<8;
922 /* now append ATR and language code */
1012 * previous sourceChar's script block write ATR and language codes
1015 temp =(uint16_t)(ATR<<8);
1019 /* now append ATR and language code */
1156 * i) ATR : Attribute code is used to declare the font and script switching.
1202 if (*contextCharToUnicode==ATR) {
1204 /* If we have ATR i
[all...]

Completed in 864 milliseconds