Home | History | Annotate | Download | only in intltest

Lines Matching refs:oda

1335     UChar oda = 0x0151;
1336 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) {
1339 errln("Fail: Monday in Hungarian is wrong - oda's index is %d and ocf's is %d",
1340 str.indexOf(oda), str.indexOf(ocf));