Home | History | Annotate | Download | only in intltest

Lines Matching refs:ilval

341     int32_t ival = 0, ilval = 0;
402 if (s != lvalFormat[v+ilval])
403 errln((UnicodeString)"ERROR: Expected " + lvalFormat[v+ilval] + " Got: " + s);
415 if (a != lvalParse[v+ilval])
416 errln((UnicodeString)"FAIL: Expected " + lvalParse[v+ilval]);
427 ilval += lval_length;