Searched defs:format0 (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dmiscdtfm.cpp168 UnicodeString format0;
169 format0 = df->format(d, format0);
176 if (format0 != format1) {
177 errln(UnicodeString("Formats are different. format0: ") + format0
201 UnicodeString format0; local
202 format0 = df->format(d, format0);
209 if (format0 !
261 UnicodeString format0; local
[all...]
/external/harfbuzz_ng/src/
H A Dhb-ot-cmap-table.hh400 case 0: return u.format0 .get_glyph(codepoint, glyph);
425 case 0: return TRACE_RETURN (u.format0 .sanitize (c));
439 CmapSubtableFormat0 format0; member in union:OT::CmapSubtable::__anon5404
/external/vixl/src/vixl/a64/
H A Dinstructions-a64.h518 const NEONFormatMap* format0,
521 SetFormatMaps(format0, format1);
524 const NEONFormatMap* format0,
528 SetFormatMaps(format0, format1, format2);
532 void SetFormatMaps(const NEONFormatMap* format0, argument
535 VIXL_ASSERT(format0 != NULL);
536 formats_[0] = format0;
517 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, const NEONFormatMap* format1) argument
523 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, const NEONFormatMap* format1, const NEONFormatMap* format2) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h196 uint32_t format0; /* R300_TX_FORMAT0: 0x4480 */ member in struct:r300_texture_format_state

Completed in 422 milliseconds