Home
last modified time | relevance | path

Searched refs:format3 (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/resources/options/chromeos/
Daccounts_user_name_edit.js68 const format3 = new RegExp(format3String);
88 matches = format3.exec(str);
/external/harfbuzz_ng/src/
Dhb-ot-layout-gdef-table.hh176 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
Dhb-ot-layout-gsubgpos-private.hh1494 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; member
2110 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
Dhb-ot-layout-gpos-table.hh309 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
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DMessageFormatTest.java44 private MessageFormat format1, format2, format3; field in MessageFormatTest
434 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()