Home | History | Annotate | Download | only in common

Lines Matching refs:UChar32

131     UChar32 prevToUnicodeStatus;        /* Hold the previous toUnicodeStatus. This is necessary because we may need to know the last two code points. */
171 isPNJConsonant(UChar32 c) {
180 isPNJBindiTippi(UChar32 c) {
898 UChar32 sourceChar = 0x0000;
899 UChar32 tempContextFromUnicode = 0x0000; /* For special handling of the Gurmukhi script. */
1181 UChar32* toUnicodeStatus=NULL;
1182 UChar32 tempTargetUniChar = 0x0000;
1195 toUnicodeStatus = (UChar32*)&args->converter->toUnicodeStatus;/* contains the mapping to Unicode of the above codepoint*/