Searched defs:fpos (Results 1 - 15 of 15) sorted by relevance

/external/astl/include/
H A Dios_pos_types.h36 // Type use by fpos.
42 // In the regular STL fpos is a template which gets specialized for
45 // version. The methods to get/set the mbstate in fpos are not
48 class fpos { class in namespace:std
50 fpos() : mOffs(0) { } function in class:std::fpos
51 fpos(streamoff offs) : mOffs(offs) { } function in class:std::fpos
60 fpos& operator+=(streamoff offs);
61 fpos& operator-=(streamoff offs) {
65 fpos operator+(streamoff offs) const;
66 fpos operato
[all...]
/external/icu4c/test/intltest/
H A Ddtfmapts.cpp288 FieldPosition fpos; local
297 dateFmt->format(dateObj, str, fpos, status);
311 sdf.format(dateObj, str, fpos, status);
313 sdf.format((UDate)0, str, fpos);
327 fmt->format(numObj, str, fpos, status);
342 fmt.format(numObj, str, fpos, status);
346 fmt.format(1.41421, str, fpos);
347 fmt.format((int32_t)9876543, str, fpos);
362 fmt.format(numObj, str, fpos, status);
366 fmt.format(1.41421, str, fpos);
[all...]
H A Ddtfmttst.cpp3140 FieldPosition fpos; local
3145 fpos.setBeginIndex(0);
3146 fpos.setEndIndex(0);
3151 formatters[i]->format(*calendars[i], buf, fpos);
3159 fpos.setBeginIndex(0);
3160 fpos.setEndIndex(0);
3165 formatters[i]->format(*calendars[j], buf, fpos);
/external/srec/srec/clib/
H A Dsrec_arb.c290 long fpos; local
299 fpos = pftell(fp);
300 buffer = (char*)CALLOC_CLR(fpos, sizeof(char), "srec.arbdata");
303 buffer_size = fpos;
/external/stlport/stlport/stl/
H A Dchar_traits.h84 // Class fpos, which represents a position within a file. (The C++
87 template <class _StateT> class fpos { class
89 fpos(streamoff __pos) : _M_pos(__pos), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {} function in class:fpos
90 fpos() : _M_pos(0), _M_st(_STLP_NULL_CHAR_INIT(_StateT)) {} function in class:fpos
94 bool operator==(const fpos& __y) const
96 bool operator!=(const fpos& __y) const
99 fpos& operator+=(streamoff __off) {
103 fpos& operator-=(streamoff __off) {
108 fpos operator+(streamoff __off) {
109 fpos __tm
[all...]
/external/icu4c/i18n/
H A Dlocdspnm.cpp432 FieldPosition fpos; local
434 format->format(data, 2, result, fpos, status);
H A Dtzgnames.cpp506 FieldPosition fpos; local
512 fRegionFormat->format(param, 1, name, fpos, status);
523 fFallbackRegionFormat->format(params, 2, name, fpos, status);
772 FieldPosition fpos; local
777 fFallbackFormat->format(param, 2, name, fpos, status);
/external/freetype/src/autofit/
H A Dafhints.c70 FT_Int fpos,
108 if ( edge[-1].fpos < fpos )
113 if ( edge[-1].fpos == fpos && dir == axis->major_dir )
123 edge->fpos = (FT_Short)fpos;
942 delta = edge->fpos - u;
951 delta = u - edge->fpos;
960 FT_Pos fpos; local
[all...]
H A Dafhints.h293 FT_Short fpos; /* original, unscaled position (font units) */ member in struct:AF_EdgeRec_
409 FT_Int fpos,
/external/grub/stage2/
H A Dfsys_xfs.c57 int fpos; member in struct:xfs_info
245 xfs.fpos = sizeof(xfs_btree_block_t);
273 xfs.fpos = sizeof(xfs_btree_block_t);
276 devread (xfs.daddr, xfs.fpos, sizeof(xfs_bmbt_rec_t), filebuf);
278 xfs.fpos += sizeof(xfs_bmbt_rec_32_t);
/external/svox/pico/lib/
H A Dpicopal.c360 fpos_t fpos; local
363 fgetpos((FILE *)stream,&fpos);
366 fsetpos((FILE *)stream,&fpos);
/external/openfst/src/include/fst/
H A Dcompact-fst.h237 size_t pos = 0, fpos = 0; local
239 fpos = pos;
250 if ((compactor.Size() != -1) && ((pos - fpos) != compactor.Size())) {
/external/qemu/
H A Dkqemu.c380 uint32_t fpos; member in struct:fpstate
/external/srec/srec/Semproc/src/
H A DSemanticGraphImpl.c285 long fpos; local
328 fpos = pftell(scripts_file);
335 pfseek(scripts_file, fpos, SEEK_SET);
394 fpos = pftell(p_text_file);
412 pfseek(p_text_file, fpos, SEEK_SET);
/external/srec/srec/crec/
H A Dsrec_context.c378 long fpos; local
381 fpos = pftell(fp);
388 pfseek(fp, fpos, SEEK_SET);
921 long fpos; local
927 fpos = pftell(fp);
941 pfseek(fp, fpos, SEEK_SET);
1776 long fpos; local
1779 fpos = pftell(fp);
1783 pfseek(fp, fpos, SEEK_SET);

Completed in 403 milliseconds