/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | CurrencyServiceShim.java | 47 Currency curr = (Currency)service.get(loc); in createInstance()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | Indexer.java | 39 return convertIndexFn.apply(indexMap.get(value)); in apply()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | IndexerTest.java | 24 Indexer<String, String> indexer = Indexer.create(words::get); in testWithTransform()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | CurrencyServiceShim.java | 48 Currency curr = (Currency)service.get(loc); in createInstance()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/ |
H A D | SymbolMatcher.java | 30 uniSet = StaticUnicodeSets.get(key); in SymbolMatcher()
|
/third_party/icu/icu4c/source/common/ |
H A D | uniquecharstr.h | 20 * Intended to be stack-allocated. Add strings, get a unique number for each, 21 * freeze the object, get a char * pointer for each string, 85 const char *get(int32_t i) const { in get() function in UniqueCharStrings
|
/third_party/libwebsockets/lib/misc/lwsac/ |
H A D | lwsac.cxx | 60 lssAc::get(lssbuf_t *lb) in get() function in lssAc
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | regression-test-issue-3836.js | 48 get [Symbol.species] (){
|
H A D | string-prototype-includes.js | 75 "foo".includes({get [Symbol.match] () { throw 5}});
|
H A D | string-prototype-endswith.js | 76 "foo".endsWith({get [Symbol.match] () { throw 5}});
|
H A D | for-of.js | 62 Object.defineProperty(obj, Symbol.iterator, { get : function () { throw TypeError ('foo');}});
|
H A D | string-prototype-match.js | 47 Object.defineProperty (regexp2, Symbol.match, { get () { throw 5 }});
|
H A D | string-prototype-startswith.js | 69 "foo".startsWith({get [Symbol.match] () { throw 5}});
|
H A D | regexp-flags.js | 72 assert(flagsProp.get.call({}) === '');
|
/third_party/jerryscript/tests/jerry/ |
H A D | object_seal.js | 34 Object.defineProperty(obj, 'foo', { get: function() { return 42; } }); // throws a TypeError
|
/third_party/json/docs/examples/ |
H A D | from_json__non_default_constructible.cpp | 50 auto p = j.get<ns::person>(); in main()
|
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/ |
H A D | tmod_ki.c | 92 An example of using out_data to get back a structure:ki_read_t rif;
|
/third_party/ltp/testcases/kernel/device-drivers/agp/user_space/ |
H A D | tagp_ki.c | 92 An example of using out_data to get back a structure:ki_read_t rif;
|
/third_party/node/test/parallel/ |
H A D | test-diagnostics-channel-http-server-start.js | 49 http.get(`http://localhost:${port}`, (res) => {
|
H A D | test-http-after-connect.js | 61 http.get({
|
H A D | test-http-client-agent.js | 55 const req = http.get({
|
H A D | test-http-dns-error.js | 40 const req = mod.get({ host: host, port: 42 }, common.mustNotCall()); 48 // http.get() called req1.end() for us
|
H A D | test-http-default-port.js | 50 mod.get({
|
H A D | test-http-response-statuscode.js | 78 http.get({
|
H A D | test-http-same-map.js | 21 const req = http.get({ host, port });
|