Home | History | Annotate | Download | only in common

Lines Matching defs:formatVersion

203     uprv_memcpy(context, pInfo->formatVersion, 4);
213 pInfo->formatVersion[0]==1);
221 UVersionInfo formatVersion;
225 pResData->data=udata_openChoice(path, "res", name, isAcceptable, formatVersion, errorCode);
244 if(formatVersion[0]>1 || (formatVersion[0]==1 && formatVersion[1]>=1)) {
245 /* bundles with formatVersion 1.1 and later contain an indexes[] array */
985 pInfo->formatVersion[0]==1
990 pInfo->formatVersion[0]);
1001 /* formatVersion 1.1 must have a root item and at least 5 indexes */
1003 (pInfo->formatVersion[1]==0 ? 1 : 1+5)
1015 if(pInfo->formatVersion[1]==0) {
1029 /* formatVersion 1.1 adds the indexes[] array */