HomeSort by relevance Sort by last modified time
    Searched defs:last (Results 176 - 200 of 2704) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
BreakIteratorTest.java 87 * Test method for 'com.ibm.icu.text.BreakIterator.last()'
90 assertEquals(text.length(), cbr.last());
91 assertEquals(text.length(), wbr.last());
92 assertEquals(text.length(), lbr.last());
93 assertEquals(text.length(), sbr.last());
109 cbr.last();
110 wbr.last();
111 lbr.last();
112 sbr.last();
137 cbr.last();
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UCharacterIteratorWrapper.java 46 * @return the last character in the text, or DONE if the text is empty
50 public char last(){ method in class:UCharacterIteratorWrapper
121 * @return the index after the last character in the text
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
BasicPeriodFormatter.java 112 // get the first and last units that are set.
114 int last = counts.length - 1; local
116 while (last > first && (mask & (1 << last)) == 0) --last;
120 for (int i = first; i <= last; ++i) {
150 boolean multiple = first != last;
156 for (int i = first, j = i; i <= last; i = j) {
164 while (++j < last && (mask & (1 << j)) == 0) {
172 if (i == last) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringCharacterIterator.java 70 * @param end Index of the character following the last character
127 * Implements CharacterIterator.last() for String.
128 * @see CharacterIterator#last
132 public char last() method in class:StringCharacterIterator
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
BreakIteratorICU.java 68 public int last() { method in class:BreakIteratorICU
69 return fIcuBrkItr.last();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
AbstractBreakIteratorTests.java 45 public int last() { method in class:AbstractBreakIteratorTests.AbstractBreakIterator
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
XMLCoverageWriter.java 136 final int last = source.getLastLine(); local
137 for (int nr = source.getFirstLine(); nr <= last; nr++) {
  /external/kmod/testsuite/
test-list.c 39 struct kmod_list *list = NULL, *last; local
48 last = kmod_list_last(list);
49 assert_return(last->data == v[N - 1], EXIT_FAILURE);
54 .description = "test for the last element of a list");
  /external/libchrome/base/memory/
linked_ptr.h 6 // particular object is kept on a circular linked list. When the last pointer
9 // Used properly, this deletes the object when the last reference goes away.
59 // last member of the circle. Once this is done, you can join() another.
118 bool last = link_.depart(); local
119 CHECK(last);
  /external/libcxx/test/std/strings/basic.string/string.modifiers/string_replace/
iter_iter_iter_iter.pass.cpp 29 typename S::const_iterator last = s.begin() + pos1 + n1; local
30 typename S::size_type xlen = last - first;
31 s.replace(first, last, f, l);
44 typename S::const_iterator last = s.begin() + pos1 + n1; local
47 s.replace(first, last, f, l);
    [all...]
  /external/libevent/
minheap-internal.h 100 struct event *last = s->p[--s->n]; local
102 /* we replace e with the last element in the heap. We might need to
107 if (e->ev_timeout_pos.min_heap_idx > 0 && min_heap_elem_greater(s->p[parent], last))
108 min_heap_shift_up_unconditional_(s, e->ev_timeout_pos.min_heap_idx, last);
110 min_heap_shift_down_(s, e->ev_timeout_pos.min_heap_idx, last);
  /external/llvm/lib/CodeGen/
ScoreboardHazardRecognizer.cpp 88 unsigned last = Depth - 1; local
89 while ((last > 0) && ((*this)[last] == 0))
90 last--;
92 for (unsigned i = 0; i <= last; i++) {
  /external/mesa3d/src/compiler/nir/
nir_lower_alu_to_scalar.c 48 nir_ssa_def *last = NULL; local
64 last = &chan->dest.dest.ssa;
66 last = nir_build_alu(builder, merge_op,
67 last, &chan->dest.dest.ssa, NULL, NULL);
72 nir_ssa_def_rewrite_uses(&instr->dest.dest.ssa, nir_src_for_ssa(last));
  /external/mesa3d/src/gallium/drivers/freedreno/ir3/
ir3_legalize.c 161 struct ir3_instruction *last = list_last_entry(&block->instr_list, local
163 if (is_nop(last) && (last->repeat < 5)) {
164 last->repeat++;
165 last->flags |= n->flags;
240 /* NOTE: branch instructions are always the last instruction(s)
278 /* special case for last block: */
  /external/mesa3d/src/gallium/drivers/svga/
svga_tgsi_decl_sm30.c 572 unsigned last = decl->Range.Last; local
575 for( idx = first; idx <= last; idx++ ) {
584 emit->num_samplers = MAX2(emit->num_samplers, decl->Range.Last + 1);
604 assert(decl->Range.First == decl->Range.Last);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_fs_channel_expressions.cpp 315 ir_expression *last = NULL; local
325 if (last) {
326 last = new(mem_ctx) ir_expression(ir_binop_add,
329 last);
331 last = temp;
334 assign(ir, 0, last);
340 ir_expression *last = NULL; local
356 if (last) {
357 last = new(mem_ctx) ir_expression(join,
360 last);
    [all...]
  /external/mesa3d/src/mesa/program/
prog_cache.c 49 struct cache_item *last; member in struct:gl_program_cache
89 cache->last = NULL;
115 cache->last = NULL;
178 if (cache->last &&
179 cache->last->keysize == keysize &&
180 memcmp(cache->last->key, key, keysize) == 0) {
181 return cache->last->program;
192 cache->last = c;
  /external/owasp/sanitizer/src/main/org/owasp/html/
Trie.java 66 * @param end an index into punctuationStrings past the last string in this
87 int last = -1; local
90 if (ch != last) {
92 last = ch;
  /external/parameter-framework/upstream/remote-processor/
Message.cpp 65 auto last = first + size; local
68 std::copy(first, last, destFirst);
78 auto last = first + size; local
81 std::copy(first, last, destFirst);
  /external/parameter-framework/upstream/utility/test/
utility.cpp 62 const auto &last = end(test.input); variable
63 REQUIRE(join(first, last, test.binaryOpt, test.empty) == test.result);
64 REQUIRE(join<int>(first, last, test.binaryOpt) == test.resultNoEmpty);
  /external/pdfium/fxjs/xfa/
cjx_source.cpp 25 {"last", last_static},
150 CJS_Return CJX_Source::last(CJS_V8* runtime, function in class:CJX_Source
  /external/protobuf/gtest/include/gtest/internal/
gtest-linked_ptr.h 33 // particular object is kept on a circular linked list. When the last pointer
36 // Used properly, this deletes the object when the last reference goes away.
119 // last member of the circle. Once this is done, you can join() another.
178 bool last = link_.depart(); local
179 assert(last);
  /external/protobuf/src/google/protobuf/stubs/
stringpiece.cc 126 const char* last = ptr_ + std::min(ulen - s.length_, pos) + s.length_; local
127 const char* result = std::find_end(ptr_, last, s.ptr_, s.ptr_ + s.length_);
128 return result != last ? result - ptr_ : npos;
  /external/python/cpython2/Doc/includes/
noddy2.c 7 PyObject *last; /* last name */ member in struct:__anon32490
15 Py_XDECREF(self->last);
33 self->last = PyString_FromString("");
34 if (self->last == NULL)
49 PyObject *first=NULL, *last=NULL, *tmp; local
51 static char *kwlist[] = {"first", "last", "number", NULL};
54 &first, &last,
65 if (last) {
66 tmp = self->last;
    [all...]
noddy3.c 7 PyObject *last; member in struct:__anon32491
15 Py_XDECREF(self->last);
33 self->last = PyString_FromString("");
34 if (self->last == NULL)
49 PyObject *first=NULL, *last=NULL, *tmp; local
51 static char *kwlist[] = {"first", "last", "number", NULL};
54 &first, &last,
65 if (last) {
66 tmp = self->last;
67 Py_INCREF(last);
    [all...]

Completed in 239 milliseconds

1 2 3 4 5 6 78 91011>>