Searched defs:previous (Results 26 - 50 of 140) sorted by relevance

123456

/external/icu4c/i18n/
H A Dsearch.cpp256 // setOffset has been called or that previous ran off the text
281 int32_t SearchIterator::previous(UErrorCode &status) function in class:SearchIterator
/external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
H A DTryListBuilder.java51 lastTryRange.previous = firstTryRange;
56 public TryRange previous = null; field in class:TryListBuilder.TryRange
69 this.previous = null;
77 this.next.previous = tryRange;
81 tryRange.previous = this;
85 /*we use a dummy first item, so this.previous will always
87 this.previous.next = tryRange;
88 tryRange.previous = this.previous;
90 this.previous
[all...]
/external/v8/src/
H A Dunicode-inl.h81 unsigned Utf8::Encode(char* str, uchar c, int previous) { argument
92 Utf16::IsLeadSurrogate(previous)) {
95 Utf16::CombineSurrogatePair(previous, c),
123 unsigned Utf8::Length(uchar c, int previous) { argument
130 Utf16::IsLeadSurrogate(previous)) {
H A Ddebug-agent.cc375 int previous = unibrow::Utf16::kNoPreviousCharacter; local
378 utf8_len += unibrow::Utf8::Length(character, previous);
379 previous = character;
394 previous = unibrow::Utf16::kNoPreviousCharacter;
399 unibrow::Utf8::Encode(buffer + buffer_position, character, previous);
420 previous = character; member in namespace:v8::internal
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Duiter.h162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
205 * Function type declaration for UCharIterator.previous().
212 * @return the previous code unit (after pre-decrementing the current index)
326 * limit, and previous() only checks the current index against the start,
411 * (public) Check if previous() can still return another code unit.
445 UCharIteratorPrevious *previous; member in struct:UCharIterator
514 * Helper function for UCharIterator to get the previous code point.
521 * @return the previous code point (after pre-decrementing the current index)
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Duiter.h162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
205 * Function type declaration for UCharIterator.previous().
212 * @return the previous code unit (after pre-decrementing the current index)
326 * limit, and previous() only checks the current index against the start,
411 * (public) Check if previous() can still return another code unit.
445 UCharIteratorPrevious *previous; member in struct:UCharIterator
514 * Helper function for UCharIterator to get the previous code point.
521 * @return the previous code point (after pre-decrementing the current index)
/external/webkit/Source/WebCore/bindings/v8/
H A DV8NPUtils.cpp131 ExceptionHandlerInfo* previous; member in struct:WebCore::ExceptionHandlerInfo
141 info->previous = topHandler;
151 topHandler = topHandler->previous;
H A DIntrusiveDOMWrapperMap.h81 Chunk* previous = last->m_previous; local
82 if (!previous)
85 clearEntries(previous->m_entries, previous->m_entries + CHUNK_SIZE);
86 last = previous;
106 explicit Chunk(Chunk* previous) : m_previous(previous) { } argument
/external/webkit/Source/WebCore/icu/unicode/
H A Duiter.h162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
205 * Function type declaration for UCharIterator.previous().
212 * @return the previous code unit (after pre-decrementing the current index)
326 * limit, and previous() only checks the current index against the start,
411 * (public) Check if previous() can still return another code unit.
445 UCharIteratorPrevious *previous; member in struct:UCharIterator
514 * Helper function for UCharIterator to get the previous code point.
521 * @return the previous code point (after pre-decrementing the current index)
/external/webkit/Source/WebCore/platform/gtk/
H A DScrollbarThemeGtk2.cpp41 static void gtkStyleSetCallback(GtkWidget* widget, GtkStyle* previous, ScrollbarThemeGtk* scrollbarTheme) argument
/external/webkit/Source/WebCore/platform/text/brew/
H A DTextBreakIteratorBrew.cpp61 virtual int previous() = 0;
70 return previous();
81 virtual int previous();
87 virtual int previous();
93 virtual int previous();
99 virtual int previous();
125 int WordBreakIterator::previous() function in class:WebCore::WordBreakIterator
158 int CharBreakIterator::previous() function in class:WebCore::CharBreakIterator
193 int LineBreakIterator::previous() function in class:WebCore::LineBreakIterator
233 int SentenceBreakIterator::previous() function in class:WebCore::SentenceBreakIterator
[all...]
/external/webkit/Source/WebCore/rendering/
H A DCounterNode.cpp92 CounterNode* previous = m_previousSibling; local
93 if (!previous)
96 while (CounterNode* lastChild = previous->m_lastChild)
97 previous = lastChild;
99 return previous;
149 RenderCounter* previous = 0; local
152 if (previous)
153 previous->m_nextForSameCounter = value->m_nextForSameCounter;
160 previous = iterator;
275 CounterNode* previous local
[all...]
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Duiter.h162 * Check if previous() can still return another code unit.
165 * @return boolean value for whether previous() can still return another code unit
205 * Function type declaration for UCharIterator.previous().
212 * @return the previous code unit (after pre-decrementing the current index)
326 * limit, and previous() only checks the current index against the start,
411 * (public) Check if previous() can still return another code unit.
445 UCharIteratorPrevious *previous; member in struct:UCharIterator
514 * Helper function for UCharIterator to get the previous code point.
521 * @return the previous code point (after pre-decrementing the current index)
/external/icu4c/common/
H A Dnormlzr.cpp273 * Return the previous character in the normalized text and decrement
277 UChar32 Normalizer::previous() { function in class:Normalizer
316 return previous();
326 * {@link #next} and {@link #previous} iterate through characters in the
329 * <tt>previous</tt> and the indices passed to and returned from
H A Duchriter.cpp175 UCharCharacterIterator::previous() { function in class:UCharCharacterIterator
/external/jmonkeyengine/engine/src/core/com/jme3/util/
H A DSafeArrayList.java368 public E previous() { method in class:SafeArrayList.ArrayIterator
/external/srtp/crypto/cipher/
H A Daes_cbc.c140 /* set state and 'previous' block to iv */
142 c->previous.v8[i] = c->state.v8[i] = input[i];
204 v128_t state, previous; local
216 /* set 'previous' block to iv*/
218 previous.v8[i] = c->previous.v8[i];
222 v128_hex_string(&previous));
245 * exor previous ciphertext block out of plaintext, and write new
247 * to the 'previous' block
251 *output++ = state.v8[i] ^ previous
[all...]
/external/stlport/src/
H A Dios.cpp124 locale previous = _M_locale; local
127 return previous;
/external/webkit/Source/JavaScriptCore/qt/benchmarks/qscriptvalue/
H A Dtst_qscriptvalue.cpp405 static QScriptValue previous; local
407 value.equals(previous);
409 previous = value;
420 static QScriptValue previous; local
422 value.strictlyEquals(previous);
424 previous = value;
/external/webkit/Source/WebCore/platform/text/wince/
H A DTextBreakIteratorWinCE.cpp70 virtual int previous() = 0;
79 return previous();
89 virtual int previous();
94 virtual int previous();
99 virtual int previous();
104 virtual int previous();
124 int WordBreakIterator::previous() function in class:WebCore::WordBreakIterator
151 int CharBreakIterator::previous() function in class:WebCore::CharBreakIterator
180 int LineBreakIterator::previous() function in class:WebCore::LineBreakIterator
214 int SentenceBreakIterator::previous() function in class:WebCore::SentenceBreakIterator
[all...]
/external/aac/libSBRenc/src/
H A Dsbrenc_freq_sca.cpp543 INT previous; local
547 previous=start;
556 diff[i-1] = current-previous;
557 previous = current;
/external/chromium/net/base/
H A Dmock_host_resolver.cc153 RuleBasedHostResolverProc::RuleBasedHostResolverProc(HostResolverProc* previous) argument
154 : HostResolverProc(previous) {
276 WaitingHostResolverProc::WaitingHostResolverProc(HostResolverProc* previous) argument
277 : HostResolverProc(previous), event_(false, false) {}
/external/guava/guava/src/com/google/common/collect/
H A DLinkedListMultimap.java115 Node<K, V> previous; // the previous node (with any key) field in class:LinkedListMultimap.Node
117 Node<K, V> previousSibling; // the previous node with the same key
198 node.previous = tail;
209 node.previous = nextSibling.previous;
218 if (nextSibling.previous == null) { // nextSibling was head
221 nextSibling.previous.next = node;
223 nextSibling.previous = node;
236 if (node.previous !
283 Node<K, V> previous; field in class:LinkedListMultimap.NodeIterator
334 public Node<K, V> previous() { method in class:LinkedListMultimap.NodeIterator
397 Node<K, V> previous; field in class:LinkedListMultimap.ValueForKeyIterator
453 public V previous() { method in class:LinkedListMultimap.ValueForKeyIterator
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java111 Node<K, V> previous; // the previous node (with any key) field in class:LinkedListMultimap.Node
113 Node<K, V> previousSibling; // the previous node with the same key
194 node.previous = tail;
205 node.previous = nextSibling.previous;
214 if (nextSibling.previous == null) { // nextSibling was head
217 nextSibling.previous.next = node;
219 nextSibling.previous = node;
232 if (node.previous !
279 Node<K, V> previous; field in class:LinkedListMultimap.NodeIterator
330 public Node<K, V> previous() { method in class:LinkedListMultimap.NodeIterator
393 Node<K, V> previous; field in class:LinkedListMultimap.ValueForKeyIterator
449 public V previous() { method in class:LinkedListMultimap.ValueForKeyIterator
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java187 * The elements to be returned by future calls to {@code previous()}, with
193 * {@code previous}, {@link #previousElements} if the reverse is true, or --
239 public E previous() { method in class:AbstractIteratorTester.MultiExceptionListIterator
541 return ((ListIterator<?>) iterator).previous();
642 Stimulus<E, ListIterator<E>> previous = field in class:AbstractIteratorTester
643 new Stimulus<E, ListIterator<E>>("previous") {
665 hasPrevious, nextIndex, previousIndex, previous, add, set);

Completed in 518 milliseconds

123456