Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp70 static int32_t gFormatVersion = 3; variable
128 gFormatVersion = formatVersion; in setFormatVersion()
132 return gFormatVersion; in getFormatVersion()
207 if (gFormatVersion == 1 || U_CHARSET_FAMILY == U_ASCII_FAMILY) { in add()
268 if (len == 0 && gFormatVersion > 1) { in StringBaseResource()
284 if (value.isEmpty() && gFormatVersion > 1) { in StringBaseResource()
377 if (gFormatVersion > 1) { in BinaryResource()
533 if (fCount == 0 && gFormatVersion > 1) { in handleWrite16()
544 if (fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) { in handleWrite16()
553 if (fCount == 0 && gFormatVersion > 1) { in handleWrite16()
[all …]