Home | History | Annotate | Download | only in intltest

Lines Matching refs:inQuoted

1032                         UBool inQuoted = FALSE;
1036 inQuoted = !inQuoted;
1037 } else if (!inQuoted && c <= 0x007A && c >= 0x0041) {