Home | History | Annotate | Download | only in common

Lines Matching refs:ATR

36 #define ATR                 0xEF   /* Attribute code */
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 in *contextCharToUnicode then we need to change our
1285 case ATR:
1491 if (*contextCharToUnicode==ATR || *contextCharToUnicode==EXT || *contextCharToUnicode==ISCII_INV) {