Searched refs:format3 (Results 1 – 5 of 5) sorted by relevance
68 const format3 = new RegExp(format3String);88 matches = format3.exec(str);
176 case 3: return u.format3.get_caret_value (font, direction, glyph_id); in get_caret_value()187 case 3: return TRACE_RETURN (u.format3.sanitize (c)); in sanitize()197 CaretValueFormat3 format3; member
1494 case 3: return TRACE_RETURN (c->dispatch (u.format3)); in dispatch()1505 case 3: return TRACE_RETURN (u.format3.sanitize (c)); in sanitize()1515 ContextFormat3 format3; member2110 case 3: return TRACE_RETURN (c->dispatch (u.format3)); in dispatch()2121 case 3: return TRACE_RETURN (u.format3.sanitize (c)); in sanitize()2131 ChainContextFormat3 format3; member
309 case 3: u.format3.get_anchor (font, glyph_id, x, y); return; in get_anchor()320 case 3: return TRACE_RETURN (u.format3.sanitize (c)); in sanitize()330 AnchorFormat3 format3; member
44 private MessageFormat format1, format2, format3; field in MessageFormatTest434 formats = format3.getFormats(); in test_getFormats()473 formats = format3.getFormatsByArgumentIndex(); in test_getFormatsByArgumentIndex()547 MessageFormat f3 = (MessageFormat) format3.clone(); in test_setFormatByArgumentIndexILjava_text_Format()633 MessageFormat f3 = (MessageFormat) format3.clone(); in test_setFormatsByArgumentIndex$Ljava_text_Format()723 format3 = new MessageFormat(pattern); in setUp()