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

/external/chromium_org/third_party/icu/source/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...]
/external/icu4c/tools/genrb/
H A Dreslist.c39 static int32_t gFormatVersion = 2; variable
95 gFormatVersion = formatVersion;
242 if (res->u.fArray.fCount == 0 && gFormatVersion > 1) {
251 if (U_SUCCESS(*status) && res->u.fArray.fCount <= 0xffff && res16 >= 0 && gFormatVersion > 1) {
276 if (res->u.fTable.fCount == 0 && gFormatVersion > 1) {
314 if (res16 >= 0 && gFormatVersion > 1) {
463 if (res->u.fIntVector.fCount == 0 && gFormatVersion > 1) {
758 uprv_memcpy(dataInfo.formatVersion, gFormatVersions + gFormatVersion, sizeof(UVersionInfo));
910 if (len == 0 && gFormatVersion > 1) {
919 if (gFormatVersion >
[all...]

Completed in 31 milliseconds