Searched refs:expectedAbbr (Results 1 – 3 of 3) sorted by relevance
237 const char* expectedAbbr[]={ in TestUScriptCodeAPI() local249 if(strcmp(expectedAbbr[i],name)!=0){ in TestUScriptCodeAPI()250 log_err("Error getting abbreviations Got: %s Expected: %s\n",name,expectedAbbr[i]); in TestUScriptCodeAPI()
308 final String[] expectedAbbr={ in TestGetShortName() local319 if(!expectedAbbr[i].equals(shortName)){ in TestGetShortName()320 … logln("Error getting abbreviations Got: " +shortName+ " Expected: " +expectedAbbr[i]); in TestGetShortName()
312 final String[] expectedAbbr={ in TestGetShortName() local323 if(!expectedAbbr[i].equals(shortName)){ in TestGetShortName()324 … logln("Error getting abbreviations Got: " +shortName+ " Expected: " +expectedAbbr[i]); in TestGetShortName()