Home | History | Annotate | Download | only in common

Lines Matching refs:UBool

130     UBool isFirstBuffer;                /* boolean for fromUnicode to see if we need to announce the first script */
131 UBool resetToDefaultToUnicode; /* boolean for reseting to default delta and mask when a newline is encountered*/
172 static UBool
177 return (UBool)(pnjMap[c - 0xa00] & 1);
181 static UBool
186 return (UBool)(pnjMap[c - 0xa00] >> 1);
909 UBool deltaChanged = FALSE;
1191 UBool found;