]> 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 0c5973d8eb2aa6483a028f3c35310c3eeb82433d..020bb4c68fc8d19fcf0d893e7b6af3fdd83ddebf 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /*
  **********************************************************************
  *   Copyright (C) 2005-2008, International Business Machines
@@ -45,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.