Home | History | Annotate | Download | only in intltest

Lines Matching refs:ocf

1313     UChar ocf = 0x00f4;
1315 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) {
1316 errln("Fail: Monday in Hungarian is wrong - oda's index is %d and ocf's is %d",
1317 str.indexOf(oda), str.indexOf(ocf));