HomeSort by relevance Sort by last modified time
    Searched defs:current (Results 201 - 225 of 2998) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UCharacterIteratorWrapper.java 42 return (char)iterator.current();
58 * Gets the character at the current position (as returned by getIndex()).
59 * @return the character at the current position or DONE if the current
64 public char current(){ method in class:UCharacterIteratorWrapper
65 return (char) iterator.current();
71 * to getEndIndex(), the current index is reset to getEndIndex() and
80 return (char) iterator.current();
85 * at the new index. If the current index is getBeginIndex(), the index
87 * @return the character at the new position or DONE if the current
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
StringTokenIterator.java 35 public String current() { method in class:StringTokenIterator
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringCharacterIterator.java 125 return current();
141 return current();
156 return current();
160 * Implements CharacterIterator.current() for String.
161 * @see CharacterIterator#current
165 public char current() method in class:StringCharacterIterator
UCharacterIterator.java 130 * Returns the code unit at the current index. If index is out of range, returns DONE. Index is not changed.
132 * @return current code unit
134 public abstract int current(); method in class:UCharacterIterator
137 * Returns the codepoint at the current index. If the current index is invalid, DONE is returned. If the current
141 * @return current codepoint
144 int ch = current();
150 // current() after next() actually
152 int ch2 = current();
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
AbstractBreakIteratorTests.java 73 public int current() { method in class:AbstractBreakIteratorTests.AbstractBreakIterator
  /external/icu/icu4c/source/common/
ucharstrie.cpp 32 UCharsTrie::current() const { function in class:UCharsTrie
63 // Branch according to the current unit.
182 return current();
  /external/icu/icu4c/source/test/intltest/
pluralmaptest.cpp 118 const UnicodeString *current = map.next(index); local
119 assertEquals("", "pickles", *current);
121 current = map.next(index);
122 assertEquals("", "pickle", *current);
124 current = map.next(index);
125 assertEquals("", "picklefew", *current);
127 current = map.next(index);
129 assertTrue("", current == NULL);
133 current = map2.next(index);
134 assertEquals("", "", *current);
211 UnicodeString *current = map.getMutable(v, status); local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 31 public String current() { method in class:StringTokenIterator
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
ReplaceableUCharacterIterator.java 83 * Returns the current UTF16 character.
84 * @return current UTF16 character
87 public int current(){ method in class:ReplaceableUCharacterIterator
95 * Returns the current codepoint
96 * @return current codepoint
104 int ch = current();
108 // due to post increment semantics current() after next()
110 int ch2 = current();
111 // current should never change the current index so back of
    [all...]
UCharArrayIterator.java 40 public int current() { method in class:UCharArrayIterator
UCharacterIteratorWrapper.java 40 return (char)iterator.current();
56 * Gets the character at the current position (as returned by getIndex()).
57 * @return the character at the current position or DONE if the current
62 public char current(){ method in class:UCharacterIteratorWrapper
63 return (char) iterator.current();
69 * to getEndIndex(), the current index is reset to getEndIndex() and
78 return (char) iterator.current();
83 * at the new index. If the current index is getBeginIndex(), the index
85 * @return the character at the new position or DONE if the current
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
StringTokenIterator.java 31 public String current() { method in class:StringTokenIterator
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringCharacterIterator.java 123 return current();
139 return current();
154 return current();
158 * Implements CharacterIterator.current() for String.
159 * @see CharacterIterator#current
163 public char current() method in class:StringCharacterIterator
UCharacterIterator.java 139 * Returns the code unit at the current index. If index is out of range, returns DONE. Index is not changed.
141 * @return current code unit
144 public abstract int current(); method in class:UCharacterIterator
147 * Returns the codepoint at the current index. If the current index is invalid, DONE is returned. If the current
151 * @return current codepoint
155 int ch = current();
161 // current() after next() actually
163 int ch2 = current();
    [all...]
  /external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
BreakIteratorICU.java 43 public int current() { method in class:BreakIteratorICU
44 return fIcuBrkItr.current();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
AbstractBreakIteratorTests.java 70 public int current() { method in class:AbstractBreakIteratorTests.AbstractBreakIterator
  /external/ipsec-tools/src/racoon/
backupsa.c 202 time_t created, current; local
221 current = time(NULL);
295 if (created + sa_args.l_addtime < current) {
301 sa_args.l_addtime -= current - created;
332 * lifetime and compare with current time.
isakmp_frag.c 234 struct isakmp_frag_item *current; local
236 current = iph1->frag_chain;
237 while (current->frag_next) {
238 if (current->frag_last)
240 current = current->frag_next;
242 current->frag_next = item;
vendorid.c 121 struct vendor_id *current; local
126 current = lookup_vendor_id_by_id(id);
128 return current ? current->string : NULL;
187 struct vendor_id *current; local
198 current = lookup_vendor_id_by_id(vendorid);
199 if (current == NULL) {
208 return vdup(current->hash);
222 struct vendor_id *current; local
229 current = lookup_vendor_id_by_hash((char *)(gen + 1))
    [all...]
  /external/iputils/
tftpsubs.c 40 server. Written originally with multiple buffers in mind, but current
72 static int current; /* index of buffer in use */ variable
90 current = 0;
97 /* Have emptied current buffer by sending to net and getting ack.
104 bfs[current].counter = BF_FREE; /* free old one */
105 current = !current; /* "incr" current */
107 b = &bfs[current]; /* look at new buffer */
169 bfs[current].counter = ct; /* set size of data to write *
    [all...]
  /external/javassist/src/test/test/javassist/bytecode/analysis/
ScannerTest.java 181 int current = code.currentPc(); local
183 code.addIndex(pos - current);
  /external/jline/src/src/main/java/jline/
CursorBuffer.java 11 * current cursor position.
26 public char current() { method in class:CursorBuffer
46 * ahead one. The text may overwrite or insert based on the current setting
  /external/libdrm/freedreno/kgsl/
kgsl_bo.c 89 uint32_t current; local
99 ret = kgsl_pipe_timestamp(to_kgsl_pipe(pipe), &current);
103 if (timestamp > current)
  /external/libvpx/libvpx/test/
active_map_refresh_test.cc 20 int CheckMb(const vpx_image_t &current, const vpx_image_t &previous, int mb_r,
25 int r_top = std::min(r + 16, static_cast<int>(current.d_h));
26 int c_top = std::min(c0 + 16, static_cast<int>(current.d_w));
29 if (plane > 0 && current.x_chroma_shift) {
33 if (plane > 0 && current.y_chroma_shift) {
39 if (current.planes[plane][current.stride[plane] * r + c] !=
49 void GenerateMap(int mb_rows, int mb_cols, const vpx_image_t &current,
53 map[mb_r * mb_cols + mb_c] = CheckMb(current, previous, mb_r, mb_c);
81 vpx_image_t *current = video->img() local
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_screen.c 422 if (screen->base.fence.current) {
423 struct nouveau_fence *current = NULL; local
425 /* nouveau_fence_wait will create a new current fence, so wait on the
428 nouveau_fence_ref(screen->base.fence.current, &current);
429 nouveau_fence_wait(current, NULL);
430 nouveau_fence_ref(NULL, &current);
431 nouveau_fence_ref(NULL, &screen->base.fence.current);
738 nouveau_fence_new(&screen->base, &screen->base.fence.current);

Completed in 1292 milliseconds

1 2 3 4 5 6 7 891011>>