Searched refs:expectedLong (Results 1 – 6 of 6) sorted by relevance
126 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE; in testBinomial() local127 assertEquals(expectedLong, LongMath.binomial(n, k)); in testBinomial()
381 static const char* expectedLong[] = { in TestUScriptCodeAPI() local439 if(UPRV_LENGTHOF(expectedLong)!=(USCRIPT_CODE_LIMIT-USCRIPT_BALINESE)) { in TestUScriptCodeAPI()445 if(name==NULL || strcmp(name,expectedLong[j])!=0){ in TestUScriptCodeAPI()446 log_err("uscript_getName failed for code %i: %s!=%s\n", i, name, expectedLong[j]); in TestUScriptCodeAPI()453 for(i=0; i<UPRV_LENGTHOF(expectedLong); i++){ in TestUScriptCodeAPI()
613 String[] expectedLong = new String[]{ in TestNewCode() local670 if(expectedLong.length!=(UScript.CODE_LIMIT-UScript.BALINESE)) { in TestNewCode()678 if(name==null || !name.equals(expectedLong[j])){ in TestNewCode()679 errln("UScript.getName failed for code"+ i + name +"!=" +expectedLong[j]); in TestNewCode()686 for(i=0; i<expectedLong.length; i++){ in TestNewCode()
609 String[] expectedLong = new String[]{ in TestNewCode() local666 if(expectedLong.length!=(UScript.CODE_LIMIT-UScript.BALINESE)) { in TestNewCode()674 if(name==null || !name.equals(expectedLong[j])){ in TestNewCode()675 errln("UScript.getName failed for code"+ i + name +"!=" +expectedLong[j]); in TestNewCode()682 for(i=0; i<expectedLong.length; i++){ in TestNewCode()
544 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE; in testFactorial() local545 assertEquals(expectedLong, LongMath.factorial(n)); in testFactorial()564 long expectedLong = fitsInLong(expectedBig) ? expectedBig.longValue() : Long.MAX_VALUE; in testBinomial() local565 assertEquals(expectedLong, LongMath.binomial(n, k)); in testBinomial()
113 -> fix expectedLong names in cucdapi.c/TestUScriptCodeAPI()409 -> fix expectedLong names in cucdapi.c/TestUScriptCodeAPI()533 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()802 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()1220 -> fix expectedLong names in cucdapi.c/TestUScriptCodeAPI()1233 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()1435 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()1530 -> fix expectedLong names in cucdapi.c/TestUScriptCodeAPI()1552 -> add to expectedLong and expectedShort names in cintltst/cucdapi.c/TestUScriptCodeAPI()