Home | History | Annotate | Download | only in common

Lines Matching refs:script

130     UBool isFirstBuffer;                /* boolean for fromUnicode to see if we need to announce the first script */
273 * If a code point is valid in a particular script
283 * to use uint16_t and give each of the 9 Unicode/script blocks its own bit.
406 * because no Indic script uses such Unicode code points.
896 UChar32 tempContextFromUnicode = 0x0000; /* For special handling of the Gurmukhi script. */
1002 /* is the code point valid in current script? */
1011 /* we are in a script block which is different than
1012 * previous sourceChar's script block write ATR and language codes
1138 /* is the code point valid in current script? */ \
1156 * i) ATR : Attribute code is used to declare the font and script switching.
1205 * state to the Indic Script specified by sourceChar
1208 /* check if the sourceChar is supported script range*/
1243 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1270 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1289 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1361 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1406 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1427 /* Check to make sure that consonant clusters are handled correct for Gurmukhi script. */
1439 /* Write the previous toUnicodeStatus, this was delayed to handle consonant clustering for Gurmukhi script. */
1444 /* Check to make sure that Bindi and Tippi are handled correctly for Gurmukhi script.
1553 int32_t idx, script;
1559 for (script = DEVANAGARI; script <= MALAYALAM; script++) {
1560 mask = (uint8_t)(lookupInitialData[script].maskEnum);
1563 if ((validityTable[idx] & mask) || (script==TELUGU && idx==0x31)) {
1564 sa->add(sa->set, idx + (script * DELTA) + INDIC_BLOCK_BEGIN);