Lines Matching defs:version
50 file format version.
52 The following is a description of format version 4.0 .
54 Format version 1.1 adds data for case closure.
56 Format version 1.2 adds an exception bit for case-ignorable. Needed because
59 Format version 2.0 changes from UTrie to UTrie2.
61 Format version 3.0 (ICU 49) shuffles the trie bits to simplify some builder and runtime code.
66 Format version 4.0 (ICU 62) swaps trie data bits 3 and 4, exception vs. case-sensitive,
85 i4 unfoldLength; -- length in uint16_t of the reverse-folding array (new in format version 1.1)
161 6 closure mappings (new in format version 1.1)
193 Reverse case folding data ("unfold") array: (new in format version 1.1)
274 virtual void setUnicodeVersion(const UVersionInfo version);
360 CasePropsBuilder::setUnicodeVersion(const UVersionInfo version) {
361 uprv_memcpy(dataInfo.dataVersion, version, 4);