Searched refs:pos2 (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.10/ICU-531.30/icuSources/samples/uciter8/
H A Duciter8.c47 int32_t i, pos1, pos2, middle, length; local
52 pos2=iter2->getIndex(iter2, UITER_LENGTH);
53 if(length!=pos2) {
54 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2);
67 pos2=iter2->move(iter2, middle, UITER_ZERO);
68 if(pos2!=middle) {
69 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n2, middle, pos2);
112 pos2=iter2->move(iter2, 0, UITER_START);
113 if(pos2<0) {
147 pos2
[all...]
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dtext.cpp113 std::string::size_type pos2 = str.find_last_not_of(" \t"); local
115 if (pos1 == std::string::npos && pos2 == std::string::npos)
118 return str.substr(0, str.length() - pos2);
119 else if (pos2 == std::string::npos)
122 return str.substr(pos1, pos2 - pos1 + 1);
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLength.cpp110 size_t pos2; local
113 while ((pos2 = str->find(' ', pos)) != notFound) {
114 r[i++] = parseLength(upconvertedCharacters + pos, pos2 - pos);
115 pos = pos2+1;
137 size_t pos2; local
140 while ((pos2 = str->find(',', pos)) != notFound) {
141 r[i++] = parseLength(upconvertedCharacters + pos, pos2 - pos);
142 pos = pos2+1;
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dmbutil.c236 _rl_compare_chars (buf1, pos1, ps1, buf2, pos2, ps2)
241 int pos2;
247 (w2 = _rl_get_char_len (&buf2[pos2], ps2)) <= 0 ||
249 (buf1[pos1] != buf2[pos2]))
253 if (buf1[pos1+i] != buf2[pos2+i])
/macosx-10.10/webdavfs-367/mount.tproj/
H A Dwebdav_cookie.c110 CFIndex pos1, pos2, len; local
128 aCookie = nextCookieFromHeader(str, len, pos1, &pos2);
304 pos1 = pos2;
665 CFIndex pos1, pos2, len; local
688 tokenStr = nextToken(cookieHeader, headerLen, pos1, &res, &pos2);
831 pos1 = pos2;
878 *nextPosition = pos2;
892 CFIndex pos1, pos2, pos3; local
914 found = findNextSeparator(str, strLen, pos1, &pos2, &ch);
921 skipWhiteSpaceReverse(str, pos2
[all...]
/macosx-10.10/emacs-93/emacs/lisp/net/
H A Dnewsticker.el3048 (let* (pos1 pos2
3056 (setq pos2 (max (point-min) (1- (point))))
3063 (add-text-properties pos1 pos2
3068 (add-text-properties pos1 pos2
3070 (remove-text-properties pos1 pos2 '(org-invisible))))))
3077 (let* (pos1 pos2
3085 (setq pos2 (max (point-min) (1- (point))))
3089 (add-text-properties pos1 pos2
3094 (add-text-properties pos1 pos2
3096 (remove-text-properties pos1 pos2 '(or
[all...]
/macosx-10.10/ICU-531.30/icuSources/test/cintltst/
H A Dcustrtst.c1190 int32_t i, pos1, pos2, middle, length; local
1195 pos2=iter2->getIndex(iter2, UITER_LENGTH);
1196 if(length!=pos2) {
1197 log_err("%s->getIndex(length)=%d != %d=%s->getIndex(length)\n", n1, length, pos2, n2);
1210 pos2=iter2->move(iter2, middle, UITER_ZERO);
1211 if(pos2!=middle) {
1212 log_err("%s->move(from 0 to middle %d)=%d does not move to the middle\n", n2, middle, pos2);
1255 pos2=iter2->move(iter2, 0, UITER_START);
1256 if(pos2<0) {
1290 pos2
[all...]
H A Dcnumtst.c158 UFieldPosition pos2; local
287 pos2.field = UNUM_FRACTION_FIELD;
288 resultlengthneeded=unum_formatDouble(cur_def, d, NULL, resultlength, &pos2, &status);
296 unum_formatDouble(cur_def, d, result, resultlength, &pos2, &status);
309 if(pos2.beginIndex == 9 && pos2.endIndex == 11)
344 pos2.field = UNUM_INTEGER_FIELD;
345 resultlengthneeded=unum_formatDoubleCurrency(cur_def, a, temp, NULL, resultlength, &pos2, &status);
350 unum_formatDoubleCurrency(cur_def, a, temp, result, resultlength, &pos2, &status);
361 if (pos2
[all...]
/macosx-10.10/dtrace-147/sys/
H A Dbitmap.h162 extern int bt_range(ulong_t *bitmap, size_t *pos1, size_t *pos2,
/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dsdtfmtts.cpp145 FieldPosition pos1(0), pos2(0);
151 res2 = cust1.format(fD, res2, pos2, status);
H A Ddtfmapts.cpp165 FieldPosition pos1(0), pos2(0);
174 res2 = it->format(d, res2, pos2);
H A Dnmfmapts.cpp123 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
134 res4 = cur_fr->format(l, res4, pos2);
H A Ditrbnf.cpp256 FieldPosition pos1, pos2; local
269 doubleFormatResult = formatter->format(doubleFormatNum, ruleSetName, doubleFormatResult, pos2, status);
333 doubleFormatResult = formatter->format(doubleFormatNum, "TRUC", doubleFormatResult, pos2, status);
374 FieldPosition pos2; local
375 formatter->format((int64_t)4, formatter->getRuleSetName(0), result, pos2, status = U_ZERO_ERROR);
H A Ddcfmapts.cpp164 FieldPosition pos1(0), pos2(0), pos3(0), pos4(0);
169 res2 = pat.format(l, res2, pos2);
/macosx-10.10/uucp-11/uucp/contrib/
H A Duurate.c1626 char *pos1, *pos2; local
1667 pos1 = pos2 = name;
1668 for (i=0;(i<=MAXPATHLEN && *pos1 != '\0');pos1++,pos2++,i++)
1682 *pos2 = *pos1; /* move char */
1684 *pos2 = '\0'; /* terminate string */
1697 pos1 = pos2 = name;
1698 for (i=0;(i<=MAXPATHLEN && *pos1 != '\0');pos1++,pos2++,i++)
1712 *pos2 = *pos1; /* move char */
1714 *pos2 = '\0'; /* terminate string */
/macosx-10.10/vim-55/src/proto/
H A Dcharset.pro35 void getvcols __ARGS((win_T *wp, pos_T *pos1, pos_T *pos2, colnr_T *left, colnr_T *right));
/macosx-10.10/OpenSSL098-52/src/crypto/ripemd/asm/
H A Drmd-586.pl78 local($a,$b,$c,$d,$e,$pos,$s,$o,$pos2)=@_;
107 &mov($tmp2, &Xv($pos2)) if $o == 1;
116 local($a,$b,$c,$d,$e,$pos,$pos2,$s,$K,$o)=@_;
131 &mov($tmp1, &Xv($pos2)) if $o <= 0; # XXXXXXXXXXXXXX
151 &mov($tmp2, &Xv($pos2)) if $o <= 0;
171 local($a,$b,$c,$d,$e,$pos,$s,$K,$o,$pos2)=@_;
199 &mov($tmp2, &Xv($pos2)) if $o == 2;
/macosx-10.10/emacs-93/emacs/lisp/
H A Dsimple.el4055 pos1 pos2)
4061 (setq pos2 (funcall aux 1))
4062 (transpose-subr-1 pos1 pos2))
4066 (setq pos2 (funcall aux arg))
4067 (transpose-subr-1 pos1 pos2)
4068 (goto-char (car pos2)))
4072 (setq pos2 (funcall aux arg))
4073 (transpose-subr-1 pos1 pos2)))))
4075 (defun transpose-subr-1 (pos1 pos2)
4077 (when (> (car pos2) (cd
[all...]
H A Disearch.el2005 pos1 pos2)
2018 (if (setq pos2 (funcall func translated bound noerror))
2020 (when (and pos2
2022 (if isearch-forward (< pos2 pos1) (> pos2 pos1))))
2023 (setq pos1 pos2)
/macosx-10.10/procmail-14/procmail/src/
H A Dregexp.c88 struct chclass {unsigned opc_;struct eps*next_;struct evoi pos1,pos2; member in struct:chclass
130 { r->opc=OPC_CLASS;r->next=Ceps e;Cc(r,pos1.st_)=Cc(r,pos2.st_)=0;
212 r->next=Ceps e;Cc(r,pos1.st_)=Cc(r,pos2.st_)=0;
420 (ioffsetof(struct chclass,pos1)^ioffsetof(struct chclass,pos2))
447 th1=ioffsetof(struct chclass,pos1);ot1=ioffsetof(struct chclass,pos2);
/macosx-10.10/Libc-1044.1.2/regex/TRE/lib/
H A Dtre.h283 int (*compare)(size_t pos1, size_t pos2, size_t len, void *context);
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dtest-program.cpp306 const std::string::size_type pos2 = line.find("):", pos); local
307 if (pos2 == std::string::npos)
311 out_arg = line.substr(pos + 1, pos2 - pos - 1);
312 out_reason = atf::text::trim(line.substr(pos2 + 2));
/macosx-10.10/vim-55/src/
H A Dcharset.c1456 * Get the leftmost and rightmost virtual column of pos1 and pos2.
1460 getvcols(wp, pos1, pos2, left, right)
1462 pos_T *pos1, *pos2;
1467 if (ltp(pos1, pos2))
1470 getvvcol(wp, pos2, &from2, NULL, &to2);
1474 getvvcol(wp, pos2, &from1, NULL, &to1);
/macosx-10.10/emacs-93/emacs/lisp/calc/
H A Dcalc-forms.el106 pos pos2 sym temp)
113 (setq pos2 (1+ pos))
126 (setq pos2 (1+ pos2)))
127 (while (and (< pos2 (length fmt))
128 (= (upcase (aref fmt pos2))
129 (upcase (aref fmt (1- pos2)))))
130 (setq pos2 (1+ pos2)))
131 (setq sym (intern (substring fmt pos pos2)))
[all...]
H A Dcalc-vec.el1339 (pos (1- len)) pos2)
1343 (setq pos2 pos)
1346 (setq vec (cons (if (= pos (1- pos2))
1347 (- len pos2 1)
1348 (list 'intv 3 (- len pos2 1) (- len pos 2)))

Completed in 217 milliseconds

12