Lines Matching defs:ocf
1334 UChar ocf = 0x00f4;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));