HomeSort by relevance Sort by last modified time
    Searched refs:start2 (Results 1 - 25 of 31) sorted by null

1 2

  /external/openfst/src/include/fst/
union.h 64 StateId start2 = fst2.Start(); local
65 if (start2 == kNoStateId) {
92 fst1->SetStart(start2);
98 fst1->AddArc(start1, Arc(0, 0, Weight::One(), start2 + numstates1));
103 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start2 + numstates1));
concat.h 91 StateId start2 = fst2.Start(); local
96 if (start2 != kNoStateId)
97 fst1->AddArc(s1, Arc(0, 0, final, start2 + numstates1));
100 if (start2 != kNoStateId)
130 StateId start2 = fst2->Start(); local
131 if (start2 == kNoStateId) {
148 fst2->AddArc(s2, Arc(0, 0, final, start2));
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
union.h 42 StateId start2 = fst2.Start(); local
43 if (start2 == kNoStateId)
67 fst1->SetStart(start2);
73 fst1->AddArc(start1, Arc(0, 0, Weight::One(), start2 + numstates1));
78 fst1->AddArc(nstart1, Arc(0, 0, Weight::One(), start2 + numstates1));
concat.h 68 StateId start2 = fst2.Start(); local
73 if (start2 != kNoStateId)
74 fst1->AddArc(s1, Arc(0, 0, final, start2 + numstates1));
77 if (start2 != kNoStateId)
  /external/icu4c/common/
unormcmp.cpp 151 const UChar *start1, *start2, *limit1, *limit2; local
203 start2=s2;
259 start2=stack2[level2].start;
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!=(s2-1) && U16_IS_LEAD(*(s2-2))
    [all...]
ustrcase.c 656 const UChar *start1, *start2, *limit1, *limit2; local
693 start2=s2;
749 start2=stack2[level2].start;
750 } while(start2==NULL);
800 if(start2<=(s2-2) && U16_IS_LEAD(c=*(s2-2))) {
878 stack2[0].start=start2;
893 start2=s2=fold2;
932 (U16_IS_TRAIL(c2) && start2!=(s2-1) && U16_IS_LEAD(*(s2-2)))
ustring.c 686 const UChar *start1, *start2, *limit1, *limit2; local
691 start2=s2;
742 limit2=start2+length1; /* use length1 here, too, to enforce assumption */
787 limit2=start2+length2;
805 (UTF_IS_TRAIL(c2) && start2!=s2 && UTF_IS_LEAD(*(s2-1)))
    [all...]
ubidi.c 1500 int32_t i, start1, start2; local
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_posix.cc 95 uptr start2, uptr end2) {
97 CHECK(start2 <= end2);
98 return (end1 < start2) || (end2 < start1);
  /external/qemu/memcheck/
memcheck_mmrange_map.c 48 const target_ulong start2 = d2->desc.map_start; local
50 if (start1 < start2) {
51 return (d1->desc.map_end - 1) < start2 ? -1 : 0;
memcheck_malloc_map.c 86 const target_ulong start2 = allocmapentry_alloc_begins(d2); local
88 if (start1 < start2) {
89 return (allocmapentry_alloc_ends(d1) - 1) < start2 ? -1 : 0;
  /external/dbus/dbus/
dbus-sysdeps-unix.h 63 int start2,
dbus-sysdeps.h 140 int start2,
159 int start2,
dbus-sysdeps-unix.c 395 int start2,
409 buffer2, start2, len2);
427 iov[1].iov_base = (char*) _dbus_string_get_const_data_len (buffer2, start2, len2);
477 * @param start2 first byte to write in second buffer
487 int start2,
499 _dbus_assert (start2 >= 0);
506 data2 = _dbus_string_get_const_data_len (buffer2, start2, len2);
510 start2 = 0;
534 buffer2, start2, len2);
662 * @param start2 first byte to write in second buffe
    [all...]
dbus-sysdeps-win.c 382 * @param start2 first byte to write in second buffer
392 int start2,
403 _dbus_assert (start2 >= 0);
411 data2 = _dbus_string_get_const_data_len (buffer2, start2, len2);
415 start2 = 0;
    [all...]
  /external/google-diff-match-patch/name/fraser/neil/plaintext/
diff_match_patch.java 2080 int start1, start2; local
2343 public int start2; field in class:Patch
    [all...]
  /external/v8/tools/
codemap.js 157 var start2 = node.key, end2 = start2 + node.value.size;
158 if (start2 < end && start < end2) to_delete.push(start2);
159 addr = start2 - 1;
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 195 mService2 = new ServiceInfo(this, IsolatedService2.class, R.id.start2, R.id.stop2,
ServiceStartArguments.java 219 button = (Button)findViewById(R.id.start2);
  /external/valgrind/main/memcheck/
mc_leakcheck.c 1138 Addr start2 = ch2->data; local
    [all...]
  /frameworks/base/media/java/android/media/
MediaScanner.java     [all...]
  /external/webkit/Source/WebCore/dom/
Node.cpp 2203 Node* start2 = attr2 ? attr2->ownerElement() : otherNode; local
    [all...]
  /external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-linux.c 2799 Addr start2 = start1; local
    [all...]
  /external/icu4c/test/cintltst/
ncnvtst.c 1902 UChar32 start, end, start2, end2, notStart, notEnd; member in struct:NameRange
    [all...]
  /external/openssl/apps/
req.c     [all...]

Completed in 603 milliseconds

1 2