Searched refs:COUNTRY_CODE (Results 1 – 2 of 2) sorted by relevance
31 private static final int COUNTRY_CODE = 0xB5; field in CeaUtil66 countryCode == COUNTRY_CODE in consume()
90 …static final int BAD_COUNTRY_NAME = 0, COUNTRY_CODE = 1, COUNTRY_POPULATION = 2, COUNTRY_LITERACY … field in ConvertLanguageData614 countryCode = fixCountryCode(row.get(COUNTRY_CODE), row); in RowData()