Searched refs:end (Results 101 - 125 of 6245) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/tools/toolutil/
H A Dpkg_icu.cpp78 char *end; local
90 end=strchr(line, '#');
91 if(end!=NULL) {
92 *end=0;
95 end=strchr(line, 0);
96 while(line<end && (*(end-1)=='\r' || *(end-1)=='\n')) {
97 *--end=0;
111 // find whitespace after the item or the end o
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringCharacterIterator.java35 private int end; field in class:StringCharacterIterator
36 // invariant: begin <= pos <= end
68 * @param end Index of the character following the last character
73 public StringCharacterIterator(String text, int begin, int end, int pos) { argument
79 if (begin < 0 || begin > end || end > text.length()) {
83 if (pos < begin || pos > end) {
88 this.end = end;
108 this.end
[all...]
/external/e2fsprogs/e2fsck/
H A Dregion.c24 region_addr_t end; member in struct:region_el
62 region_addr_t end; local
64 end = start+n;
65 if ((start < region->min) || (end > region->max))
78 if (((start >= r->start) && (start < r->end)) ||
79 ((end > r->start) && (end <= r->end)) ||
80 ((start <= r->start) && (end >= r->end)))
175 region_addr_t start, end; local
[all...]
/external/skia/bench/DATA/skia_resources/
H A Dslides_utils.lua6 end
11 end
18 end
19 end
21 end
25 end
30 end
36 end
41 end
45 end
[all...]
/external/skia/dm/DATA/skia_resources/
H A Dslides_utils.lua6 end
11 end
18 end
19 end
21 end
25 end
30 end
36 end
41 end
45 end
[all...]
/external/skia/gm/DATA/skia_resources/
H A Dslides_utils.lua6 end
11 end
18 end
19 end
21 end
25 end
30 end
36 end
41 end
45 end
[all...]
/external/skia/resources/
H A Dslides_utils.lua6 end
11 end
18 end
19 end
21 end
25 end
30 end
36 end
41 end
45 end
[all...]
/external/icu/icu4c/source/samples/break/
H A Dbreak.cpp26 int32_t start, int32_t end )
32 printf(" %ld %ld\t", (long)start, (long)end);
35 printUnicodeString(UnicodeString(s, start, end-start));
37 printUnicodeString(UnicodeString(s, end));
47 for (int32_t end = boundary.next();
48 end != BreakIterator::DONE;
49 start = end, end = boundary.next())
51 printTextRange( boundary, start, end );
58 int32_t end local
71 int32_t end = boundary.next(); local
78 int32_t end = boundary.last(); local
86 int32_t end = boundary.following(pos); local
[all...]
/external/clang/test/Index/
H A Dcomplete-member-access.m1 /* Note: the RUN lines are near the end of the file, since line/column
6 @end
11 @end
18 @end
31 @end
39 @end
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DByteArrayAnnotatedOutput.java131 * bytes at the end).
159 int end = writeAt + 1;
162 ensureCapacity(end);
163 } else if (end > data.length) {
169 cursor = end;
175 int end = writeAt + 2;
178 ensureCapacity(end);
179 } else if (end > data.length) {
186 cursor = end;
192 int end
555 private int end; field in class:ByteArrayAnnotatedOutput.Annotation
568 Annotation(int start, int end, String text) argument
590 setEndIfUnset(int end) argument
601 setEnd(int end) argument
[all...]
/external/icu/icu4c/source/common/
H A Duchriter.cpp82 && end == realThat.end;
87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
98 if(pos < end) {
108 if(pos < end) {
117 pos = end;
129 } else if(position > end) {
130 pos = end;
134 if(pos < end) {
143 if (pos >= begin && pos < end) {
[all...]
/external/openfst/src/include/fst/
H A Dinterval-set.h41 T end; member in struct:fst::IntervalSet::Interval
43 Interval() : begin(-1), end(-1) {}
45 Interval(T b, T e) : begin(b), end(e) {}
48 return begin < i.begin || (begin == i.begin && end > i.end);
52 return begin == i.begin && end == i.end;
56 return begin != i.begin || end != i.end;
64 end
[all...]
/external/ceres-solver/internal/ceres/
H A Dstl_util.h50 ForwardIterator end) {
51 while (begin != end) {
62 ForwardIterator end) {
63 sort(begin, end);
64 ForwardIterator new_end = unique(begin, end);
74 // hash_set, or any other STL container which defines sensible begin(), end(),
85 STLDeleteContainerPointers(container->begin(), container->end());
49 STLDeleteContainerPointers(ForwardIterator begin, ForwardIterator end) argument
61 STLDeleteUniqueContainerPointers(ForwardIterator begin, ForwardIterator end) argument
/external/clang/test/Analysis/inlining/
H A DInlineObjCInstanceMethod.h11 @protocol NSObject - (BOOL)isEqual:(id)object; @end
20 @end
34 @end
37 @end
41 @end
45 @end
/external/libcxx/test/std/re/re.regex/re.regex.construct/
H A Diter_iter_flg.pass.cpp40 test(F(s1.begin()), F(s1.end()), std::regex_constants::basic, 1);
41 test(F(s2.begin()), F(s2.end()), std::regex_constants::basic, 1);
42 test(F(s3.begin()), F(s3.end()), std::regex_constants::basic, 2);
43 test(F(s4.begin()), F(s4.end()), std::regex_constants::basic, 0);
45 test(F(s1.begin()), F(s1.end()), std::regex_constants::extended, 0);
46 test(F(s2.begin()), F(s2.end()), std::regex_constants::extended, 0);
47 test(F(s3.begin()), F(s3.end()), std::regex_constants::extended, 0);
48 test(F(s4.begin()), F(s4.end()), std::regex_constants::extended, 2);
50 test(F(s1.begin()), F(s1.end()), std::regex_constants::ECMAScript, 0);
51 test(F(s2.begin()), F(s2.end()), st
[all...]
/external/elfutils/src/libdw/
H A Ddwarf_haspc.c45 Dwarf_Addr end; local
48 &begin, &end)) > 0)
49 if (pc >= begin && pc < end)
/external/libcxx/test/std/containers/associative/multiset/multiset.cons/
H A Ddefault.pass.cpp26 assert(m.begin() == m.end());
32 assert(m.begin() == m.end());
37 assert(m.begin() == m.end());
/external/libcxx/test/std/containers/associative/set/set.cons/
H A Ddefault.pass.cpp26 assert(m.begin() == m.end());
32 assert(m.begin() == m.end());
37 assert(m.begin() == m.end());
/external/skia/tools/lua/
H A Dclassify_rrect_clips.lua2 function sk_scrape_startcanvas(c, fileName) end
4 function sk_scrape_endcanvas(c, fileName) end
13 end
31 end
32 end
34 end
35 end
45 end
48 end
53 end
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRCharStream.h49 @end
/external/clang/test/FixIt/
H A Dfixit-multiple-selector-warnings.m10 @end
14 @end
/external/clang/test/Modules/
H A Dimport-decl.cpp15 @end
/external/clang/test/PCH/Inputs/
H A Dchain-remap-types1.h10 @end
/external/clang/test/Sema/
H A Dpragma-arc-cf-code-audited.c3 #pragma clang arc_cf_code_audited foo // expected-error {{expected 'begin' or 'end'}}
5 #pragma clang arc_cf_code_audited begin foo // expected-warning {{extra tokens at end of #pragma directive}}
7 #pragma clang arc_cf_code_audited end
8 #pragma clang arc_cf_code_audited end // expected-error {{not currently inside '#pragma clang arc_cf_code_audited'}}
/external/clang/test/SemaCXX/
H A Dfor-range-no-std.cpp6 int *end();
14 int end(Range);
24 iter end(ADL);
29 NS::iter end(NS::NoADL);

Completed in 893 milliseconds

1234567891011>>