Searched refs:gFormatVersion (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/tools/genrb/
H A Dreslist.c37 static int32_t gFormatVersion = 2; variable
93 gFormatVersion = formatVersion;
240 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
249 if (U_SUCCESS(*status) && res->u.fArray.fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) {
274 if (res->u.fTable.fCount == 0 && gFormatVersion > 1) {
312 if (res16 >= 0 && gFormatVersion > 1) {
461 if (res->u.fIntVector.fCount == 0 && gFormatVersion > 1) {
756 uprv_memcpy(dataInfo.formatVersion, gFormatVersions + gFormatVersion, sizeof(UVersionInfo));
908 if (len == 0 && gFormatVersion > 1) {
917 if (gFormatVersion >
[all...]

Completed in 36 milliseconds