Searched refs:expectedAbbr (Results 1 – 3 of 3) sorted by relevance
239 const char* expectedAbbr[]={ in TestUScriptCodeAPI() local251 if(strcmp(expectedAbbr[i],name)!=0){ in TestUScriptCodeAPI()252 log_err("Error getting abbreviations Got: %s Expected: %s\n",name,expectedAbbr[i]); in TestUScriptCodeAPI()
309 final String[] expectedAbbr={ in TestGetShortName() local320 if(!expectedAbbr[i].equals(shortName)){ in TestGetShortName()321 … logln("Error getting abbreviations Got: " +shortName+ " Expected: " +expectedAbbr[i]); in TestGetShortName()
310 final String[] expectedAbbr={ in TestGetShortName() local321 if(!expectedAbbr[i].equals(shortName)){ in TestGetShortName()322 … logln("Error getting abbreviations Got: " +shortName+ " Expected: " +expectedAbbr[i]); in TestGetShortName()