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

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

Completed in 535 milliseconds