Searched refs:start2 (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dunormcmp.cpp151 const UChar *start1, *start2, *limit1, *limit2; local
203 start2=s2;
259 start2=stack2[level2].start; /*Not uninitialized*/
260 } while(start2==NULL);
310 if(start2<=(s2-2) && U16_IS_LEAD(c=*(s2-2))) {
388 stack2[0].start=start2;
403 start2=s2=fold2;
474 stack2[level2].start=start2;
485 start2=s2=p;
524 (U16_IS_TRAIL(c2) && start2!
[all...]
H A Dustrcase.cpp477 const UChar *start1, *start2, *limit1, *limit2; local
514 start2=s2;
570 start2=stack2[level2].start; /*Not uninitialized*/
571 } while(start2==NULL);
621 if(start2<=(s2-2) && U16_IS_LEAD(c=*(s2-2))) {
699 stack2[0].start=start2;
714 start2=s2=fold2;
753 (U16_IS_TRAIL(c2) && start2!=(s2-1) && U16_IS_LEAD(*(s2-2)))
H A Dustring.cpp687 const UChar *start1, *start2, *limit1, *limit2; local
692 start2=s2;
743 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
788 limit2=start2+length2;
806 (U16_IS_TRAIL(c2) && start2!=s2 && U16_IS_LEAD(*(s2-1)))
H A Dubidi.c2106 int32_t i, start1, start2; local
2157 start2=start; /* to make Java compiler happy */
2212 start2=i;
2215 processPropertySeq(pBiDi, &levState, resProp, start1, start2);
2216 processPropertySeq(pBiDi, &levState, DirProp_ON, start2, i);
2220 processPropertySeq(pBiDi, &levState, resProp, start1, start2);
2221 start1=start2;
2222 start2=i;
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/docstrip/
H A Ddocstrip_util.tcl278 foreach {start1 end1 start2 end2 lines msg} $hunk break
281 $start2 [expr {$end2-$start2+1}] $msg]
324 lappend res [list $start1 $end1 $start2 $end2 $lines]
329 $line -> start1 len1 start2 len2
331 [scan "$start2 $len2,1" {%d ,%d} start2 len2]==2
334 set end2 [expr {$start2+$len2-1}]
347 lappend res [list $start1 $end1 $start2 $end2 $lines]
/macosx-10.10.1/emacs-93/emacs/src/
H A Deditfns.c2564 (buffer1, start1, end1, buffer2, start2, end2)
2565 Lisp_Object buffer1, start1, end1, buffer2, start2, end2;
2628 if (NILP (start2))
2632 CHECK_NUMBER_COERCE_MARKER (start2);
2633 begp2 = XINT (start2);
2649 args_out_of_range (start2, end2);
4074 transpose_markers (start1, end1, start2, end2,
4076 register int start1, end1, start2, end2;
4088 else if (PT < start2)
4089 TEMP_SET_PT_BOTH (PT + (end2 - start2)
2552 Lisp_Object buffer1, start1, end1, buffer2, start2, end2; variable
2619 CHECK_NUMBER_COERCE_MARKER (start2); variable
4136 register int start1, end1, start2, end2; variable
[all...]
H A Dfns.c266 (str1, start1, end1, str2, start2, end2, ignore_case)
267 Lisp_Object str1, start1, end1, start2, str2, end2, ignore_case;
276 if (NILP (start2))
277 start2 = make_number (0); variable
279 CHECK_NATNUM (start2);
286 i2 = XINT (start2);
265 Lisp_Object str1, start1, end1, start2, str2, end2, ignore_case; variable
/macosx-10.10.1/NFS-82/rpc.lockd/
H A Dlockd_lock.c226 const u_int64_t start2, const u_int64_t len2);;
229 u_int64_t *start1, u_int64_t *len1, u_int64_t *start2, u_int64_t *len2);
517 regions_overlap(start1, len1, start2, len2)
518 const u_int64_t start1, len1, start2, len2;
524 start1, len1, start2, len2);
526 result = region_compare(start1, len1, start2, len2,
549 start1, len1, start2, len2)
551 u_int64_t *start1, *len1, *start2, *len2;
618 *start2 = startu+lenu;
697 *start2
986 u_int64_t start1, len1, start2, len2; local
[all...]
/macosx-10.10.1/hfs-285/fsck_hfs/
H A Dcache.c903 RangeIntersect(uint64_t start1, uint64_t len1, uint64_t start2, uint64_t len2) argument
906 uint64_t end2 = start2 + len2 - 1;
908 if (end1 < start2 || start1 > end2)
/macosx-10.10.1/OpenSSL098-52/src/apps/
H A Dreq.c1399 start2: for (;;)
1409 goto start2;
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Ddiff-mode.el504 (start2 (string-to-number (match-string 2)))
506 (newstart2 (+ start2 (diff-count-matches "^[+ \t]" (point) pos)))
/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dncnvtst.c1876 UChar32 start, end, start2, end2, notStart, notEnd; member in struct:NameRange
2029 (nameRanges[i].start2>=0 && !uset_containsRange(set, nameRanges[i].start2, nameRanges[i].end2))
/macosx-10.10.1/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c325 uint32_t start2, uint32_t len2) {
326 return !( ((start1 + len1) <= start2) || ((start2 + len2) <= start1) );
324 extents_overlap(uint32_t start1, uint32_t len1, uint32_t start2, uint32_t len2) argument
/macosx-10.10.1/vim-55/src/
H A Dregexp.c4026 colnr_T start2, end2; local
4030 getvvcol(wp, &bot, &start2, NULL, &end2);
4031 if (start2 < start)
4032 start = start2;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dlisp.vim449 syn keyword lispKey :directory :key :start2

Completed in 371 milliseconds