HomeSort by relevance Sort by last modified time
    Searched defs:formatVersion (Results 1 - 6 of 6) sorted by null

  /external/icu4c/common/unicode/
udata.h 93 * <p>The <code>formatVersion</code> field should be used to
138 uint8_t formatVersion[4];
  /external/icu4c/common/
ubidi_props.c 38 uint8_t formatVersion[4];
ucase.c 39 uint8_t formatVersion[4];
    [all...]
uresdata.c 135 uprv_memcpy(context, pInfo->formatVersion, 4);
145 (pInfo->formatVersion[0]==1 || pInfo->formatVersion[0]==2));
152 UVersionInfo formatVersion, const void *inBytes, int32_t length,
161 /* formatVersion 1.1 must have a root item and at least 5 indexes */
162 if(length>=0 && (length/4)<((formatVersion[0]==1 && formatVersion[1]==0) ? 1 : 1+5)) {
176 if(formatVersion[0]==1 && formatVersion[1]==0) {
179 /* bundles with formatVersion 1.1 and later contain an indexes[] array *
    [all...]
usprep.cpp 49 static uint8_t formatVersion[4]={ 0, 0, 0, 0 };
85 pInfo->formatVersion[0]==3 &&
86 pInfo->formatVersion[2]==UTRIE_SHIFT &&
87 pInfo->formatVersion[3]==UTRIE_INDEX_SHIFT
89 uprv_memcpy(formatVersion, pInfo->formatVersion, 4);
851 pInfo->formatVersion[0]==3
856 pInfo->formatVersion[0]);
  /external/icu4c/i18n/
ucol_imp.h 104 * uint32_t magic; - must contain UCOL_HEADER_MAGIC (formatVersion 2.3)
132 * (formatVersion 2.3)
134 * UBool isBigEndian; - endianness of this collation binary (formatVersion 2.3)
135 * uint8_t charSetFamily; - charset family of this collation binary (formatVersion 2.3)
136 * uint8_t contractionUCACombosWidth; - number of UChars per UCA contraction in contractionUCACombos (formatVersion 2.3)
142 * UVersionInfo formatVersion; - version of the format of the collation binary
143 * same formatVersion as in ucadata.icu's UDataInfo header
144 * (formatVersion 2.3)
    [all...]

Completed in 769 milliseconds