Home
last modified time | relevance | path

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

/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/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/armnn/third-party/ghc/
Dfilesystem.hpp1441 GHC_INLINE bool startsWith(const std::string& what, const std::string& with) in startsWith()
1574 GHC_INLINE const char* strerror_adapter(int posix, char* buffer) in strerror_adapter()
3331 std::vector<char> buffer(16384, '\0'); in copy_file() local
3400 path current; in create_directories() local
3560 std::unique_ptr<wchar_t[]> buffer(new wchar_t[size_t(pathlen) + 1]); in current_path() local
3568 std::unique_ptr<char[]> buffer(new char[pathlen + 1]); in current_path() local
4336 wchar_t buffer[512]; in temp_directory_path() local