Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp77 static int32_t gFormatVersion = 3; variable
135 gFormatVersion = formatVersion; in setFormatVersion()
139 return gFormatVersion; in getFormatVersion()
214 if (gFormatVersion == 1 || U_CHARSET_FAMILY == U_ASCII_FAMILY) { in add()
275 if (len == 0 && gFormatVersion > 1) { in StringBaseResource()
291 if (value.isEmpty() && gFormatVersion > 1) { in StringBaseResource()
384 if (gFormatVersion > 1) { in BinaryResource()
540 if (fCount == 0 && gFormatVersion > 1) { in handleWrite16()
551 if (fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) { in handleWrite16()
560 if (fCount == 0 && gFormatVersion > 1) { in handleWrite16()
[all …]