Lines Matching refs:foo
79 UnicodeString& foo,
81 { return foo.remove(); }
84 UnicodeString& foo,
86 { return foo.remove(); }
376 /*} catch (Exception foo) {
458 /*} catch (Exception foo) {
459 errln("Test for bug 4083018 failed => Message : " + foo.getMessage());
624 } catch (Exception foo) {
625 errln("Test for bug 4069754 or 4057878 failed => Exception: " + foo.getMessage());
718 /*} catch (Exception foo) {
719 errln("Bug 4090504 regression test failed. Message : " + foo.getMessage());
820 /*} catch (Exception foo) {
821 errln("Message " + foo.getMessage());
1217 /*} catch (Exception foo) {
1218 errln("Bug 4098471 failed with exception thrown : " + foo.getMessage());
1246 /*} catch (Exception foo) {
1279 /*} catch (Exception foo) {
1288 /*} catch (Exception foo) {
1329 /*} catch (ParseException foo) {
1330 logln("Caught expected ParseException : " + foo.getMessage() + " at index : " + foo.getErrorOffset());
1577 UChar foo [] = { 0x002B };
1578 UnicodeString bar(foo, 1, 1);
1655 UnicodeString foo(fo, 1, 1);
1658 if (pattern.indexOf(foo) == -1 ) {