Home | History | Annotate | Download | only in common

Lines Matching defs:script

128     UBool isFirstBuffer;                /* boolean for fromUnicode to see if we need to announce the first script */
276 * If a code point is valid in a particular script
286 * to use uint16_t and give each of the 9 Unicode/script blocks its own bit.
409 * because no Indic script uses such Unicode code points.
899 UChar32 tempContextFromUnicode = 0x0000; /* For special handling of the Gurmukhi script. */
1005 /* is the code point valid in current script? */
1014 /* we are in a script block which is different than
1015 * previous sourceChar's script block write ATR and language codes
1141 /* is the code point valid in current script? */ \
1159 * i) ATR : Attribute code is used to declare the font and script switching.
1208 * state to the Indic Script specified by sourceChar
1211 /* check if the sourceChar is supported script range*/
1246 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1273 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1292 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1365 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1410 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1431 /* Check to make sure that consonant clusters are handled correct for Gurmukhi script. */
1443 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1448 /* Check to make sure that Bindi and Tippi are handled correctly for Gurmukhi script.
1557 int32_t idx, script;
1563 for (script = DEVANAGARI; script <= MALAYALAM; script++) {
1564 mask = (uint8_t)(lookupInitialData[script].maskEnum);
1567 if ((validityTable[idx] & mask) || (script==TELUGU && idx==0x31)) {
1568 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN);