Home | History | Annotate | Download | only in intltest

Lines Matching defs:ix

54     int32_t ix;
56 for (ix = 0; ix <= 8; ++ix) {
57 double i = ix; //nos
68 it_logln(UnicodeString("") + ix + UnicodeString(" -> ") + res1 + UnicodeString(" -> ") + res2);
91 for(ix=0; ix<count; ix++){
92 if(gotLimits[ix] != limits[ix]){
93 errln((UnicodeString)"getLimits didn't get the limits correctly. Expected " + limits[ix] + " Got " + gotLimits[ix]);
103 for(ix=0; ix<count; ix++){
104 if(gotFormats[ix] != monthNames[ix]){
105 errln((UnicodeString)"getFormats didn't get the Formats correctly. Expected " + monthNames[ix] + " Got " + gotFormats[ix]);
532 for (int32_t ix=-5; ix<=55; ix+=5) {
533 double x = ix / 10.0; // -0.5 to 5.5 step +0.5