/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | UPropertyAliases.java | 103 bytes.get(bytesTries); in load() 111 sb.append((char)bytes.get()); in load()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | BreakIterator.java | 464 * For RuleBasedBreakIterators, get the status (tag) values from the break rule(s) 834 BreakIteratorCache cache = (BreakIteratorCache) iterCache[kind].get(); in registerInstance() 859 // breakiterator before we get to the break iterator tests. in unregister() 893 BreakIteratorCache cache = (BreakIteratorCache)iterCache[kind].get(); in getBreakInstance()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | LocalePriorityList.java | 132 * @param locale to get weight of 137 return languagesAndWeights.get(locale); in getWeight() 285 List<ULocale> s = weightToLanguages.get(weight); in build()
|
/third_party/icu/icu4c/source/common/ |
H A D | hash.h | 90 inline void* get(const UnicodeString& key) const; 217 inline void* Hashtable::get(const UnicodeString& key) const { in get() function in Hashtable
|
H A D | locutil.cpp | 224 htp = (Hashtable*) cache->get(bundleID); in getAvailableLocaleNames() 246 Hashtable *t = static_cast<Hashtable *>(cache->get(bundleID)); in getAvailableLocaleNames()
|
H A D | resbund.cpp | 324 ResourceBundle ResourceBundle::get(int32_t indexR, UErrorCode& status) const { in get() function in ResourceBundle 342 ResourceBundle ResourceBundle::get(const char* key, UErrorCode& status) const { in get() function in ResourceBundle
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | RbPath.java | 139 return segments.get(n); in getSegment() 180 checkState(length() > 0, "cannot get parent of the empty path"); in getParent() 185 return length() > 0 && segments.get(length() - 1).charAt(0) == '<'; in isAnonymous()
|
H A D | IcuConverterConfig.java | 37 .map(d -> Paths.get(d).toAbsolutePath()); 222 return localeIdsMap.get(dir); in getTargetLocaleIds()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | DataDrivenFormatTest.java | 149 cal.add(q,addSet.get(q)); in testConvertDate() 151 cal.set(q,addSet.get(q)); in testConvertDate()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | BreakIterator.java | 440 * For RuleBasedBreakIterators, get the status (tag) values from the break rule(s) 788 BreakIteratorCache cache = (BreakIteratorCache) iterCache[kind].get(); in registerInstance() 813 // breakiterator before we get to the break iterator tests. in unregister() 848 BreakIteratorCache cache = (BreakIteratorCache)iterCache[kind].get(); in getBreakInstance()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralRangesTest.java | 58 StandardPlural actual = pluralRanges.get(start, end); in TestLocaleData() 131 StandardPlural actual = a.get(StandardPlural.ONE, StandardPlural.OTHER); in TestBasic()
|
H A D | DataDrivenFormatTest.java | 152 cal.add(q,addSet.get(q)); in testConvertDate() 154 cal.set(q,addSet.get(q)); in testConvertDate()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestBoilerplate.java | 173 buffer.append(key + "=>" + m.get(key) + "\r\n"); in show() 182 T val = m.get(key); in getSet()
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestBoilerplate.java | 172 buffer.append(key + "=>" + m.get(key) + "\r\n"); in show() 181 T val = m.get(key); in getSet()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | LocalePriorityList.java | 129 * @param locale to get weight of 133 return languagesAndWeights.get(locale); in getWeight() 275 List<ULocale> s = weightToLanguages.get(weight); in build()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/ |
H A D | CustomFormatterPersonTest.java | 48 return new PersonNameFormatterImpl(fixedOptions.get("formality"), fixedOptions.get("length")); in createFormatter()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | UPropertyAliases.java | 104 bytes.get(bytesTries); in load() 112 sb.append((char)bytes.get()); in load()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/text/ |
H A D | RbnfScannerProviderImpl.java | 77 public RbnfLenientScanner get(ULocale locale, String extras) { in get() method in RbnfScannerProviderImpl 81 result = cache.get(key); in get() 113 // If we get here, it means we have a malformed set of in createScanner() 265 // get a mismatch, dump out and return 0 in prefixLength()
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | lws-cache-ttl.c | 110 if (!l1->info.ops->get(l1, meta_key, pdata, psize)) in lws_cache_lookup() 115 * to get results for this... in lws_cache_lookup() 207 if (!cache->info.ops->get(cache, specific_key, pdata, psize)) { in lws_cache_item_get()
|
/third_party/node/lib/internal/process/ |
H A D | promises.js | 165 const promiseInfo = maybeUnhandledPromises.get(promise); 170 // Generate the warning object early to get a good stack trace. 233 const promiseInfo = maybeUnhandledPromises.get(promise);
|
/third_party/node/lib/internal/source_map/ |
H A D | source_map_cache.js | 83 // A while loop is used here to get the last occurrence of sourceURL. 101 // A while loop is used here to get the last occurrence of sourceMappingURL. 309 let sourceMap = esmSourceMapCache.get(sourceURL) ?? generatedSourceMapCache.get(sourceURL);
|
/third_party/node/lib/ |
H A D | timers.js | 174 get() { 313 get() {
|
/third_party/node/test/parallel/ |
H A D | test-crypto-scrypt.js | 251 get [name]() { 260 get [name]() {
|
/third_party/node/test/async-hooks/ |
H A D | init-hooks.js | 143 get activities() { 155 const h = this._activities.get(uid);
|
/third_party/node/deps/icu-small/source/common/ |
H A D | hash.h | 90 inline void* get(const UnicodeString& key) const; 217 inline void* Hashtable::get(const UnicodeString& key) const { in get() function in Hashtable
|