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

1 2 3 4

  /external/chromium_org/third_party/icu/source/samples/uciter8/
uciter8.c 46 UCharIterator *iter2, const char *n2) {
52 pos2=iter2->getIndex(iter2, UITER_LENGTH);
67 pos2=iter2->move(iter2, middle, UITER_ZERO);
75 c2=iter2->current(iter2);
84 c2=iter2->next(iter2);
94 c2=iter2->previous(iter2)
307 UCharIterator iter1, iter2; local
    [all...]
  /external/icu/icu4c/source/samples/uciter8/
uciter8.c 46 UCharIterator *iter2, const char *n2) {
52 pos2=iter2->getIndex(iter2, UITER_LENGTH);
67 pos2=iter2->move(iter2, middle, UITER_ZERO);
75 c2=iter2->current(iter2);
84 c2=iter2->next(iter2);
94 c2=iter2->previous(iter2)
307 UCharIterator iter1, iter2; local
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
advance_backward.hpp 43 typedef typename prior<iter1>::type iter2; typedef in struct:boost::mpl::aux::advance_backward::apply
44 typedef iter2 type;
55 typedef typename prior<iter1>::type iter2; typedef in struct:boost::mpl::aux::advance_backward::apply
56 typedef typename prior<iter2>::type iter3;
68 typedef typename prior<iter1>::type iter2; typedef in struct:boost::mpl::aux::advance_backward::apply
69 typedef typename prior<iter2>::type iter3;
advance_forward.hpp 43 typedef typename next<iter1>::type iter2; typedef in struct:boost::mpl::aux::advance_forward::apply
44 typedef iter2 type;
55 typedef typename next<iter1>::type iter2; typedef in struct:boost::mpl::aux::advance_forward::apply
56 typedef typename next<iter2>::type iter3;
68 typedef typename next<iter1>::type iter2; typedef in struct:boost::mpl::aux::advance_forward::apply
69 typedef typename next<iter2>::type iter3;
iter_fold_impl.hpp 70 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::iter_fold_impl
74 typedef iter2 iterator;
90 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::iter_fold_impl
91 typedef typename apply2< ForwardOp,state2,iter2 >::type state3;
92 typedef typename mpl::next<iter2>::type iter3;
112 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::iter_fold_impl
113 typedef typename apply2< ForwardOp,state2,iter2 >::type state3;
114 typedef typename mpl::next<iter2>::type iter3;
reverse_fold_impl.hpp 77 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::reverse_fold_impl
86 typedef iter2 iterator;
103 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::reverse_fold_impl
104 typedef typename apply2< ForwardOp, fwd_state2, typename deref<iter2>::type >::type fwd_state3;
105 typedef typename mpl::next<iter2>::type iter3;
109 typedef typename apply2< BackwardOp, bkwd_state3, typename deref<iter2>::type >::type bkwd_state2;
132 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::reverse_fold_impl
133 typedef typename apply2< ForwardOp, fwd_state2, typename deref<iter2>::type >::type fwd_state3;
134 typedef typename mpl::next<iter2>::type iter3;
141 typedef typename apply2< BackwardOp, bkwd_state3, typename deref<iter2>::type >::type bkwd_state2
165 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::reverse_fold_impl
    [all...]
fold_impl.hpp 70 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::fold_impl
74 typedef iter2 iterator;
90 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::fold_impl
91 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3;
92 typedef typename mpl::next<iter2>::type iter3;
112 typedef typename mpl::next<iter1>::type iter2; typedef in struct:boost::mpl::aux::fold_impl
113 typedef typename apply2< ForwardOp, state2, typename deref<iter2>::type >::type state3;
114 typedef typename mpl::next<iter2>::type iter3;
  /external/chromium_org/third_party/icu/source/test/cintltst/
custrtst.c 431 UCharIterator iter1, iter2; local
467 uiter_setString(&iter2, strings[i+1], len2);
468 if(u_strCompareIter(&iter1, &iter2, TRUE)>=0) {
471 r1=u_strCompareIter(&iter1, &iter2, FALSE);
1446 UCharIterator iter, iter1, iter2; local
1705 UCharIterator iter1, iter2, *iter; local
    [all...]
  /external/stlport/test/unit/
ostmit_test.cpp 46 ostream_iterator<int> iter2(os);
47 copy(array, array + 4, iter2);
  /ndk/tests/device/test-gnustl-full/unit/
ostmit_test.cpp 46 ostream_iterator<int> iter2(os);
47 copy(array, array + 4, iter2);
  /ndk/tests/device/test-stlport/unit/
ostmit_test.cpp 46 ostream_iterator<int> iter2(os);
47 copy(array, array + 4, iter2);
  /external/chromium_org/base/metrics/
histogram_base_unittest.cc 53 PickleIterator iter2(pickle);
54 deserialized = DeserializeHistogramInfo(&iter2);
78 PickleIterator iter2(pickle);
79 deserialized = DeserializeHistogramInfo(&iter2);
100 PickleIterator iter2(pickle);
101 deserialized = DeserializeHistogramInfo(&iter2);
127 PickleIterator iter2(pickle);
128 deserialized = DeserializeHistogramInfo(&iter2);
149 PickleIterator iter2(pickle);
150 deserialized = DeserializeHistogramInfo(&iter2);
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itercoll.cpp 230 CollationElementIterator *iter2 = en_us->createCollationElementIterator(test2); local
234 int32_t c = iter2->next(status);
241 errln("iter2->next() returned an error.");
242 delete iter2;
246 c = iter2->next(status);
250 iter2->setText(test1, status);
254 errln("call to iter2->setText(test1) failed.");
258 assertEqual(*iter1, *iter2);
263 iter2->setText(*chariter, status);
266 errln("call to iter2->setText(chariter(test1)) failed.")
419 CollationElementIterator iter2 = *iter1; local
502 CollationElementIterator *iter2 = local
    [all...]
  /external/chromium_org/sandbox/win/src/
named_pipe_dispatcher.cc 57 for (std::vector<base::string16>::const_iterator iter2 = innerpaths.begin();
58 iter2 != innerpaths.end(); ++iter2) {
59 if (*iter2 == L"..")
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 427 UCharIterator iter1, iter2; local
463 uiter_setString(&iter2, strings[i+1], len2);
464 if(u_strCompareIter(&iter1, &iter2, TRUE)>=0) {
467 r1=u_strCompareIter(&iter1, &iter2, FALSE);
1442 UCharIterator iter, iter1, iter2; local
    [all...]
  /external/icu/icu4c/source/test/intltest/
itercoll.cpp 285 CollationElementIterator *iter2 = en_us->createCollationElementIterator(test2); local
289 int32_t c = iter2->next(status);
296 errln("iter2->next() returned an error.");
297 delete iter2;
301 c = iter2->next(status);
305 iter2->setText(test1, status);
309 errln("call to iter2->setText(test1) failed.");
313 assertEqual(*iter1, *iter2);
318 iter2->setText(*chariter, status);
321 errln("call to iter2->setText(chariter(test1)) failed.")
474 CollationElementIterator iter2 = *iter1; local
557 CollationElementIterator *iter2 = local
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
app_window_launcher_controller.cc 205 AppControllerMap::iterator iter2 = app_controller_map_.find(app_shelf_id); local
206 DCHECK(iter2 != app_controller_map_.end());
207 AppWindowLauncherItemController* controller = iter2->second;
214 app_controller_map_.erase(iter2);
232 AppControllerMap::iterator iter2 = app_controller_map_.find(app_shelf_id); local
233 if (iter2 == app_controller_map_.end())
235 return iter2->second;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLWorld.java 48 Iterator<GLVertex> iter2 = mVertexList.iterator(); local
49 while (iter2.hasNext()) {
50 GLVertex vertex = iter2.next();
  /external/chromium_org/components/translate/core/browser/
translate_ui_delegate.cc 69 std::vector<LanguageNamePair>::iterator iter2; local
70 for (iter2 = languages_.begin(); iter2 != languages_.end(); ++iter2) {
72 collator.get(), language_name, iter2->second) == UCOL_LESS) {
76 languages_.insert(iter2, LanguageNamePair(language_code, language_name));
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 643 RepeatedPtrField<string>::iterator iter2 = iter; local
644 ++iter2;
645 ++iter2;
646 EXPECT_TRUE(iter + 2 == iter2);
647 EXPECT_TRUE(iter == iter2 - 2);
655 RepeatedPtrField<string>::const_iterator iter2 = iter + 1; local
657 EXPECT_TRUE(iter != iter2);
658 EXPECT_TRUE(iter < iter2);
659 EXPECT_TRUE(iter <= iter2);
661 EXPECT_TRUE(iter2 > iter)
733 RepeatedPtrField<string>::pointer_iterator iter2 = iter; local
746 RepeatedPtrField<string>::pointer_iterator iter2 = iter + 1; local
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
repeated_field_unittest.cc 935 RepeatedPtrField<string>::iterator iter2 = iter; local
936 ++iter2;
937 ++iter2;
938 EXPECT_TRUE(iter + 2 == iter2);
939 EXPECT_TRUE(iter == iter2 - 2);
947 RepeatedPtrField<string>::const_iterator iter2 = iter + 1; local
949 EXPECT_TRUE(iter != iter2);
950 EXPECT_TRUE(iter < iter2);
951 EXPECT_TRUE(iter <= iter2);
953 EXPECT_TRUE(iter2 > iter)
1046 RepeatedPtrField<string>::pointer_iterator iter2 = iter; local
1059 RepeatedPtrField<string>::const_pointer_iterator iter2 = iter; local
1072 RepeatedPtrField<string>::pointer_iterator iter2 = iter + 1; local
1086 RepeatedPtrField<string>::const_pointer_iterator iter2 = iter + 1; local
    [all...]
  /external/jdiff/src/jdiff/
XMLToAPI.java 102 Iterator iter2 = pkg.classes_.iterator(); local
103 while (iter2.hasNext()) {
104 ClassAPI cls = (ClassAPI)(iter2.next());
120 } //while (iter2.hasNext())
144 Iterator iter2 = child.methods_.iterator(); local
145 while (iter2.hasNext()) {
146 MethodAPI localM = (MethodAPI)(iter2.next());
HTMLStatistics.java 265 Iterator iter2 = cc.iterator(); local
266 while (iter2.hasNext()) {
267 ClassDiff classDiff = (ClassDiff)(iter2.next());
382 Iterator iter2 = pkg.classesChanged.iterator(); local
383 while (iter2.hasNext()) {
384 ClassDiff classDiff = (ClassDiff)(iter2.next());
  /external/openfst/src/include/fst/
string-weight.h 302 StringWeightIterator<L, S> iter2(w2);
304 for (; !iter1.Done() ; iter1.Next(), iter2.Next())
305 if (iter1.Value() != iter2.Value())
404 StringWeightIterator<L, STRING_LEFT> iter2(w2);
405 for (; !iter1.Done() && !iter2.Done() && iter1.Value() == iter2.Value();
406 iter1.Next(), iter2.Next())
425 StringWeightReverseIterator<L, STRING_RIGHT> iter2(w2);
426 for (; !iter1.Done() && !iter2.Done() && iter1.Value() == iter2.Value()
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 294 StringWeightIterator<L, S> iter2(w2);
296 for (; !iter1.Done() ; iter1.Next(), iter2.Next())
297 if (iter1.Value() != iter2.Value())
388 StringWeightIterator<L, STRING_LEFT> iter2(w2);
389 for (; !iter1.Done() && !iter2.Done() && iter1.Value() == iter2.Value();
390 iter1.Next(), iter2.Next())
407 StringWeightReverseIterator<L, STRING_RIGHT> iter2(w2);
408 for (; !iter1.Done() && !iter2.Done() && iter1.Value() == iter2.Value()
    [all...]

Completed in 1482 milliseconds

1 2 3 4