Home
last modified time | relevance | path

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

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