Lines Matching refs:script
130 UBool isFirstBuffer; /* boolean for fromUnicode to see if we need to announce the first script */
278 * If a code point is valid in a particular script
288 * to use uint16_t and give each of the 9 Unicode/script blocks its own bit.
411 * because no Indic script uses such Unicode code points.
901 UChar32 tempContextFromUnicode = 0x0000; /* For special handling of the Gurmukhi script. */
1007 /* is the code point valid in current script? */
1016 /* we are in a script block which is different than
1017 * previous sourceChar's script block write ATR and language codes
1143 /* is the code point valid in current script? */ \
1161 * i) ATR : Attribute code is used to declare the font and script switching.
1210 * state to the Indic Script specified by sourceChar
1213 /* check if the sourceChar is supported script range*/
1248 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1275 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1294 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1366 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1411 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1433 /* Check to make sure that consonant clusters are handled correct for Gurmukhi script. */
1445 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1450 /* Check to make sure that Bindi and Tippi are handled correctly for Gurmukhi script.
1559 int32_t idx, script;
1565 for (script = DEVANAGARI; script <= MALAYALAM; script++) {
1566 mask = (uint8_t)(lookupInitialData[script].maskEnum);
1569 if ((validityTable[idx] & mask) || (script==TELUGU && idx==0x31)) {
1570 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN);