Home
last modified time | relevance | path

Searched refs:fpos (Results 1 - 25 of 43) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dtaxonomy.c87 char *fpos = fstr; in ie_to_string() local
116 *fpos = '\0'; in ie_to_string()
150 ret = os_snprintf(fpos, fend - fpos, in ie_to_string()
219 ret = os_snprintf(fpos, fend - fpos, "%s%d", sep, id); in ie_to_string()
221 if (os_snprintf_error(fend - fpos, ret)) in ie_to_string()
223 fpos += ret; in ie_to_string()
229 ret = os_snprintf(fpos, fend - fpos, " in ie_to_string()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dtaxonomy.c87 char *fpos = fstr; in ie_to_string() local
116 *fpos = '\0'; in ie_to_string()
150 ret = os_snprintf(fpos, fend - fpos, in ie_to_string()
219 ret = os_snprintf(fpos, fend - fpos, "%s%d", sep, id); in ie_to_string()
221 if (os_snprintf_error(fend - fpos, ret)) in ie_to_string()
223 fpos += ret; in ie_to_string()
229 ret = os_snprintf(fpos, fend - fpos, " in ie_to_string()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestDateFormatAPIC.java53 FieldPosition fpos = new FieldPosition(0); in TestNameHiding()
62 strBuffer = dateFmt.format(dateObj, strBuffer, fpos); in TestNameHiding()
74 strBuffer = sdf.format(dateObj, strBuffer, fpos); in TestNameHiding()
76 strBuffer = sdf.format(new Date(0), strBuffer, fpos); in TestNameHiding()
92 strBuffer = fmt.format(numObj, strBuffer, fpos); in TestNameHiding()
104 strBuffer = fmt.format(numObj, strBuffer, fpos); in TestNameHiding()
108 strBuffer = fmt.format(1.41421, strBuffer, fpos); in TestNameHiding()
109 strBuffer = fmt.format(9876543, strBuffer, fpos); in TestNameHiding()
129 strBuffer = fmt.format(numObj, strBuffer, fpos); in TestNameHiding()
133 strBuffer = fmt.format(1.41421, strBuffer, fpos); in TestNameHiding()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestDateFormatAPIC.java56 FieldPosition fpos = new FieldPosition(0); in TestNameHiding()
65 strBuffer = dateFmt.format(dateObj, strBuffer, fpos); in TestNameHiding()
77 strBuffer = sdf.format(dateObj, strBuffer, fpos); in TestNameHiding()
79 strBuffer = sdf.format(new Date(0), strBuffer, fpos); in TestNameHiding()
95 strBuffer = fmt.format(numObj, strBuffer, fpos); in TestNameHiding()
107 strBuffer = fmt.format(numObj, strBuffer, fpos); in TestNameHiding()
111 strBuffer = fmt.format(1.41421, strBuffer, fpos); in TestNameHiding()
112 strBuffer = fmt.format(9876543, strBuffer, fpos); in TestNameHiding()
132 strBuffer = fmt.format(numObj, strBuffer, fpos); in TestNameHiding()
136 strBuffer = fmt.format(1.41421, strBuffer, fpos); in TestNameHiding()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMeasureFormat.java301 * @param fpos
308 public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition fpos) { in format() argument
310 fpos.setBeginIndex(0); in format()
311 fpos.setEndIndex(0); in format()
322 formatMeasuresInternal(toAppendTo, fpos, measures); in format()
324 formatMeasuresInternal(toAppendTo, fpos, (Measure[]) obj); in format()
328 FormattedValueStringBuilderImpl.nextFieldPosition(result, fpos); in format()
333 if (prevLength > 0 && fpos.getEndIndex() != 0) { in format()
334 fpos.setBeginIndex(fpos in format()
419 formatMeasures( StringBuilder appendTo, FieldPosition fpos, Measure... measures) formatMeasures() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMeasureFormat.java287 * @param fpos
292 public StringBuffer format(Object obj, StringBuffer toAppendTo, FieldPosition fpos) { in format() argument
294 fpos.setBeginIndex(0); in format()
295 fpos.setEndIndex(0); in format()
306 formatMeasuresInternal(toAppendTo, fpos, measures); in format()
308 formatMeasuresInternal(toAppendTo, fpos, (Measure[]) obj); in format()
312 FormattedValueStringBuilderImpl.nextFieldPosition(result, fpos); in format()
317 if (prevLength > 0 && fpos.getEndIndex() != 0) { in format()
318 fpos.setBeginIndex(fpos in format()
400 formatMeasures( StringBuilder appendTo, FieldPosition fpos, Measure... measures) formatMeasures() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtchcfmt.cpp53 FieldPosition fpos(FieldPosition::DONT_CARE); in TestSimpleExample()
60 fpos = 0; in TestSimpleExample()
62 res1 = form->format(i, str, fpos, status ); in TestSimpleExample()
185 FieldPosition fpos(FieldPosition::DONT_CARE); in TestComplexExample()
212 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample()
272 fpos = 0; in TestComplexExample()
278 res2 = pattform->format(testArgs, 3, str, fpos, status ); in TestComplexExample()
369 fpos = 0; in TestComplexExample()
372 res1 = form_pat.format( arg_double, str, fpos ); in TestComplexExample()
377 fpos in TestComplexExample()
[all...]
H A Ddtfmapts.cpp290 FieldPosition fpos; in TestNameHiding() local
299 dateFmt->format(dateObj, str, fpos, status); in TestNameHiding()
314 sdf.format(dateObj, str, fpos, status); in TestNameHiding()
316 sdf.format((UDate)0, str, fpos); in TestNameHiding()
333 fmt->format(numObj, str, fpos, status); in TestNameHiding()
348 fmt.format(numObj, str, fpos, status); in TestNameHiding()
352 fmt.format(1.41421, str, fpos); in TestNameHiding()
353 fmt.format((int32_t)9876543, str, fpos); in TestNameHiding()
368 fmt.format(numObj, str, fpos, status); in TestNameHiding()
372 fmt.format(1.41421, str, fpos); in TestNameHiding()
[all...]
H A Dnumfmtdatadriventest.cpp55 FieldPosition fpos(FieldPosition::DONT_CARE); in format()
56 return fmt.format(digitList, appendTo, fpos, status); in format()
65 FieldPosition fpos(FieldPosition::DONT_CARE); in format()
66 return fmt.format(value, appendTo, fpos, status); in format()
/third_party/icu/icu4c/source/test/cintltst/
H A Dulistfmttest.c282 UConstrainedFieldPosition *fpos = ucfpos_open(&status); in TestUList21871_A() local
285 ucfpos_constrainField(fpos, UFIELD_CATEGORY_LIST, ULISTFMT_ELEMENT_FIELD, &status); in TestUList21871_A()
288 bool hasMore = ufmtval_nextPosition(value, fpos, &status); in TestUList21871_A()
293 ucfpos_getIndexes(fpos, &beginIndex, &endIndex, &status); in TestUList21871_A()
298 hasMore = ufmtval_nextPosition(value, fpos, &status); in TestUList21871_A()
302 ucfpos_close(fpos); in TestUList21871_A()
330 UConstrainedFieldPosition *fpos = ucfpos_open(&status); in TestUList21871_B() local
333 ucfpos_constrainField(fpos, UFIELD_CATEGORY_LIST, ULISTFMT_ELEMENT_FIELD, &status); in TestUList21871_B()
336 bool hasMore = ufmtval_nextPosition(value, fpos, &status); in TestUList21871_B()
341 ucfpos_getIndexes(fpos, in TestUList21871_B()
[all...]
H A Dcdateintervalformattest.c337 UFieldPosition fpos = { locSkelItemPtr->fieldToCheck, 0, 0 }; in TestFPos_SkelWithSeconds() local
343 ulen = udtitvfmt_format(udifmt, startTime, startTime + *deltasPtr, ubuf, kSizeUBuf, &fpos, &status); in TestFPos_SkelWithSeconds()
348 fpos.beginIndex != expectedPtr->posBegin || fpos.endIndex != expectedPtr->posEnd ) { in TestFPos_SkelWithSeconds()
354 fpos.beginIndex, fpos.endIndex, bbuf); in TestFPos_SkelWithSeconds()
/third_party/ltp/testcases/kernel/syscalls/readv/
H A Dreadv01.c44 int i, fpos, fail = 0; in test_readv() local
73 for (i = 0, fpos = 0; i < tc->iov_count; i++) { in test_readv()
76 for (j = 0; j < vec[i].iov_len; j++, fpos++) { in test_readv()
77 if (ptr[j] != (fpos < tc->exp_ret ? 0x42 : 0)) in test_readv()
/third_party/skia/third_party/externals/freetype/src/autofit/
H A Dafhints.c198 FT_Int fpos, in FT_LOCAL()
255 if ( top_to_bottom_hinting ? ( edge[-1].fpos > fpos ) in FT_LOCAL()
256 : ( edge[-1].fpos < fpos ) ) in FT_LOCAL()
261 if ( edge[-1].fpos == fpos && dir == axis->major_dir ) in FT_LOCAL()
1441 delta = edge->fpos - u; in af_glyph_hints_align_strong_points()
1456 delta = u - edge->fpos; in af_glyph_hints_align_strong_points()
1471 FT_Pos fpos; in af_glyph_hints_align_strong_points() local
[all...]
H A Dafcjk.c1060 dist = seg->pos - edge->fpos; in af_cjk_hints_compute_edges()
1119 edge->fpos = seg->pos; in af_cjk_hints_compute_edges()
1219 edge_delta = edge->fpos - edge2->fpos; in af_cjk_hints_compute_edges()
1349 if ( FT_ABS( edge->fpos - blue->ref.org ) > in af_cjk_hints_compute_blue_edges()
1350 FT_ABS( edge->fpos - blue->shoot.org ) ) in af_cjk_hints_compute_blue_edges()
1355 dist = edge->fpos - compare->org; in af_cjk_hints_compute_blue_edges()
1631 stem_edge - hints->axis[dim].edges, stem_edge->fpos, in af_cjk_align_linked_edge()
1853 edge1 - edges, edge1->fpos, edge1->opos / 64.0, in af_cjk_hint_edges()
2151 if ( after->fpos in af_cjk_hint_edges()
[all...]
H A Dafhints.h290 FT_Short fpos; /* original, unscaled position (in font units) */ member
421 FT_Int fpos,
/third_party/icu/icu4c/source/samples/plurfmtsample/
H A Dplurfmtsample.cpp52 FieldPosition fpos = 0; in PluralFormatExample() local
55 msgfmtEn->format(argEn,2,msgEn,fpos,status); in PluralFormatExample()
56 msgfmtSl->format(argSl,2,msgSl,fpos,status); in PluralFormatExample()
/third_party/skia/third_party/externals/icu/source/samples/plurfmtsample/
H A Dplurfmtsample.cpp52 FieldPosition fpos = 0; in PluralFormatExample() local
55 msgfmtEn->format(argEn,2,msgEn,fpos,status); in PluralFormatExample()
56 msgfmtSl->format(argSl,2,msgSl,fpos,status); in PluralFormatExample()
/third_party/cups-filters/filter/pdftopdf/
H A Dnup.cc14 int opos=-1,fpos=-1,spos=-1; in dump() local
16 fpos=0; in dump()
18 fpos=1; in dump()
31 std::swap(fpos,spos); in dump()
34 if ( (opos==-1)||(fpos==-1)||(spos==-1) ) { in dump()
40 order[opos+fpos],order[(opos+2)%4+spos]); in dump()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java42 FieldPosition fpos = attributes.get(i); in nextPosition()
43 Format.Field field = fpos.getFieldAttribute(); in nextPosition()
50 int start = fpos.getBeginIndex(); in nextPosition()
51 int limit = fpos.getEndIndex(); in nextPosition()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DFormattedValueFieldPositionIteratorImpl.java44 FieldPosition fpos = attributes.get(i); in nextPosition()
45 Format.Field field = fpos.getFieldAttribute(); in nextPosition()
52 int start = fpos.getBeginIndex(); in nextPosition()
53 int limit = fpos.getEndIndex(); in nextPosition()
/third_party/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.h170 FieldPosition fpos(FieldPosition::DONT_CARE); in call()
174 sdf->format(DATES[datidx], tzstr, fpos); in call()
/third_party/icu/icu4c/source/i18n/
H A Dplurfmt.cpp224 FieldPosition fpos(FieldPosition::DONT_CARE); in format()
226 return format(Formattable(number), number, result, fpos, status); in format()
231 FieldPosition fpos(FieldPosition::DONT_CARE); in format()
233 return format(Formattable(number), number, result, fpos, status); in format()
/third_party/node/deps/icu-small/source/i18n/
H A Dplurfmt.cpp224 FieldPosition fpos(FieldPosition::DONT_CARE); in format()
226 return format(Formattable(number), number, result, fpos, status); in format()
231 FieldPosition fpos(FieldPosition::DONT_CARE); in format()
233 return format(Formattable(number), number, result, fpos, status); in format()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dplurfmt.cpp224 FieldPosition fpos(FieldPosition::DONT_CARE); in format()
226 return format(Formattable(number), number, result, fpos, status); in format()
231 FieldPosition fpos(FieldPosition::DONT_CARE); in format()
233 return format(Formattable(number), number, result, fpos, status); in format()
/third_party/ffmpeg/libavformat/
H A Doggdec.c498 int64_t *fpos) in ogg_packet()
617 if (fpos) in ogg_packet()
618 *fpos = os->sync_pos; in ogg_packet()
825 int64_t fpos, pts, dts; in ogg_read_packet() local
835 ret = ogg_packet(s, &idx, &pstart, &psize, &fpos); in ogg_read_packet()
862 pkt->pos = fpos; in ogg_read_packet()
497 ogg_packet(AVFormatContext *s, int *sid, int *dstart, int *dsize, int64_t *fpos) ogg_packet() argument

Completed in 19 milliseconds

12