Lines Matching refs:UChar32
133 UChar32 prevToUnicodeStatus; /* Hold the previous toUnicodeStatus. This is necessary because we may need to know the last two code points. */
173 isPNJConsonant(UChar32 c) {
182 isPNJBindiTippi(UChar32 c) {
904 UChar32 sourceChar = 0x0000;
905 UChar32 tempContextFromUnicode = 0x0000; /* For special handling of the Gurmukhi script. */
1188 UChar32* toUnicodeStatus=NULL;
1189 UChar32 tempTargetUniChar = 0x0000;
1202 toUnicodeStatus = (UChar32*)&args->converter->toUnicodeStatus;/* contains the mapping to Unicode of the above codepoint*/
1440 (*toUnicodeStatus + PNJ_DELTA) == PNJ_SIGN_VIRAMA && ((UChar32)(targetUniChar + PNJ_DELTA) == data->prevToUnicodeStatus)) {