Home
last modified time | relevance | path

Searched +defs:with +defs:current +defs:buffer (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMap.java58 … static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() method in TrieMap.Builder
62 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> ke… in with() method in TrieMap.Builder
69 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() method in TrieMap.Builder
73 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V val… in with() method in TrieMap.Builder
99 protected int current = 0; field in TrieMap.Matcher
196 StringBuilder buffer = new StringBuilder(); field in TrieMap.BytesTrieMap.BytesEntry
537 StringBuilder buffer = new StringBuilder(); in getChars() local
586 StringBuilder buffer = new StringBuilder(); in toString() local
602 StringBuilder buffer = new StringBuilder(); in toString() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMap.java59 … static public <K extends CharSequence, V> Builder<V> with(Style style, Map<K, V> keyValuePairs) { in with() method in TrieMap.Builder
63 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, Map<K, V> ke… in with() method in TrieMap.Builder
70 static public <K extends CharSequence, V> Builder<V> with(Style style, K key, V value) { in with() method in TrieMap.Builder
74 …static public <K extends CharSequence, V> Builder<V> with(Style style, Option option, K key, V val… in with() method in TrieMap.Builder
100 protected int current = 0; field in TrieMap.Matcher
197 StringBuilder buffer = new StringBuilder(); field in TrieMap.BytesTrieMap.BytesEntry
538 StringBuilder buffer = new StringBuilder(); in getChars() local
587 StringBuilder buffer = new StringBuilder(); in toString() local
603 StringBuilder buffer = new StringBuilder(); in toString() local
/external/v8/src/x87/
Dmacro-assembler-x87.cc22 MacroAssembler::MacroAssembler(Isolate* arg_isolate, void* buffer, int size, in MacroAssembler()
93 void MacroAssembler::CompareRoot(Register with, in CompareRoot()
105 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
111 void MacroAssembler::CompareRoot(const Operand& with, in CompareRoot()
3020 Register current = scratch0; in JumpIfDictionaryInPrototypeChain() local
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc22 MacroAssembler::MacroAssembler(Isolate* arg_isolate, void* buffer, int size, in MacroAssembler()
93 void MacroAssembler::CompareRoot(Register with, in CompareRoot()
105 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
111 void MacroAssembler::CompareRoot(const Operand& with, in CompareRoot()
3173 Register current = scratch0; in JumpIfDictionaryInPrototypeChain() local
/external/v8/src/x64/
Dmacro-assembler-x64.cc20 MacroAssembler::MacroAssembler(Isolate* arg_isolate, void* buffer, int size, in MacroAssembler()
190 void MacroAssembler::CompareRoot(Register with, Heap::RootListIndex index) { in CompareRoot()
197 void MacroAssembler::CompareRoot(const Operand& with, in CompareRoot()
5512 Register current = scratch0; in JumpIfDictionaryInPrototypeChain() local