Home | History | Annotate | Download | only in cintltst

Lines Matching full:upper

1504 * Byte bounds checks. Checks if each byte in data is between upper and lower
1507 static UBool checkByteBounds(uint32_t data, char upper, char lower)
1512 if (b > upper || b < lower) {
1528 UBool upper = FALSE;
1545 upper = TRUE;
1553 if ((lower && !upper && !title) || (!lower && !upper && !title)){
1556 if (upper && !lower && !title) {
1566 if ((title && len >= 2) || (lower && upper)) {
1589 UBool upper = FALSE;