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

/external/icu4c/common/
H A Ducnvisci.c15 * 24/7/2001 Ram Added support for EXT character handling
37 #define EXT 0xF0 /* Extension code */ macro
1158 * ii) EXT : Extention code is used to declare switching to Sanskrit and for obscure,
1232 } else if (*contextCharToUnicode==EXT) {
1258 /* only 0xA1 - 0xEE are legal after EXT char */
1284 case EXT: /*falls through*/
1491 if (*contextCharToUnicode==ATR || *contextCharToUnicode==EXT || *contextCharToUnicode==ISCII_INV) {
/external/v8/src/mips/
H A Dconstants-mips.h296 EXT = ((0 << 3) + 0), enumerator in enum:v8::internal::SecondaryField

Completed in 178 milliseconds