Lines Matching defs:ocf
1341 UChar ocf = 0x00f4;1343 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) {1346 errln("Fail: Monday in Hungarian is wrong - oda's index is %d and ocf's is %d",1347 str.indexOf(oda), str.indexOf(ocf));