Searched defs:ocf (Results 1 - 3 of 3) sorted by relevance

/external/qemu/hw/
H A Dbt-hci-csr.c142 static void csrhci_in_packet_vendor(struct csrhci_s *s, int ocf, argument
148 switch (ocf) {
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dloctest.cpp1320 UChar ocf = 0x00f4; local
1322 if (str.indexOf(oda) < 0 || str.indexOf(ocf) >= 0) {
1325 errln("Fail: Monday in Hungarian is wrong - oda's index is %d and ocf's is %d",
1326 str.indexOf(oda), str.indexOf(ocf));
/external/icu4c/test/intltest/
H A Dloctest.cpp1341 UChar ocf = 0x00f4; local
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));

Completed in 120 milliseconds