]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/i18n/inputext.h
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / i18n / inputext.h
index 8edc561fc64bcc4dadf7c410b520a54773059461..020bb4c68fc8d19fcf0d893e7b6af3fdd83ddebf 100644 (file)
@@ -47,6 +47,7 @@ public:
     //   Value is rounded up, so zero really means zero occurences. 
     int16_t  *fByteStats;
     UBool     fC1Bytes;          // True if any bytes in the range 0x80 - 0x9F are in the input;false by default
+    UBool     fOnlyTypicalASCII; // True if has only byte values that are typical for ASCII // rdar://56373519
     char     *fDeclaredEncoding;
 
     const uint8_t           *fRawInput;     // Original, untouched input bytes.