Home
last modified time | relevance | path

Searched defs:source (Results 351 - 375 of 1627) sorted by relevance

1...<<11121314151617181920>>...66

/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dchecks.h57 CheckHelper(const char* file, int line, const char* source, bool condition) CheckHelper() argument
H A Dcctest.h61 CheckHelper(const char* file, int line, const char* source, bool condition) CheckHelper() argument
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java443 static public String fromHex(String source) { in fromHex() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DTestIDNARef.java548 doTestChainingToASCII(String source) doTestChainingToASCII() argument
580 doTestChainingToUnicode(String source) doTestChainingToUnicode() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DLocalizedNumberFormatterAsFormat.java85 public Object parseObject(String source, ParsePosition pos) { in parseObject() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUCharacterIterator.java49 public static final UCharacterIterator getInstance(Replaceable source) { in getInstance() argument
62 public static final UCharacterIterator getInstance(String source) { in getInstance() argument
75 getInstance(char[] source) getInstance() argument
88 getInstance(char[] source, int start, int limit) getInstance() argument
101 getInstance(StringBuffer source) getInstance() argument
114 getInstance(CharacterIterator source) getInstance() argument
[all...]
H A DCanonicalIterator.java52 public CanonicalIterator(String source) { in CanonicalIterator() argument
163 permute(String source, boolean skipZeros, Set<String> output) permute() argument
233 private String source; global() field in CanonicalIterator
[all...]
H A DCollationKey.java146 public CollationKey(String source, byte key[]) in CollationKey() argument
155 private CollationKey(String source, byte key[], int length) in CollationKey() argument
174 public CollationKey(String source, RawCollationKe argument
506 merge(CollationKey source) merge() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationDummyTest.java501 doTest(Collator collation, char[] source, char[] target, int result) doTest() argument
528 doTestVariant(Collator collation, String source, String target, int result) doTestVariant() argument
[all...]
H A DCollationKanaTest.java207 private void doTest(char[] source, char[] target, int result){ in doTest() argument
220 private void reportCResult( String source, String target, CollationKey sourceKey, CollationKey targetKey, in reportCResult() argument
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
H A DUTF16Util.java169 public static final int countCodePoint(String source) in countCodePoint() argument
197 public static final int countCodePoint(StringBuffer source) in countCodePoint() argument
314 charAt(char source[], int start, int limit, int offset16) charAt() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DDataDrivenArabicShapingRegTest.java52 private String source; field in DataDrivenArabicShapingRegTest.StandardDataTest
56 public StandardDataTest(String source, int flags, String expected) { in StandardDataTest() argument
382 private String source; field in DataDrivenArabicShapingRegTest.PreflightDataTest
386 public PreflightDataTest(String source, int flags, int length) { in PreflightDataTest() argument
433 private String source; global() field in DataDrivenArabicShapingRegTest.ErrorDataTest
437 ErrorDataTest(String source, int flags, Class error) ErrorDataTest() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
H A DUTF16Util.java173 public static final int countCodePoint(String source) in countCodePoint() argument
201 public static final int countCodePoint(StringBuffer source) in countCodePoint() argument
318 charAt(char source[], int start, int limit, int offset16) charAt() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dbuddhcal.cpp45 BuddhistCalendar::BuddhistCalendar(const BuddhistCalendar& source) in BuddhistCalendar() argument
/third_party/libwebsockets/lib/misc/cache-ttl/
H A Dlws-cache-ttl.c56 lws_cache_write_through(struct lws_cache_ttl_lru *cache, const char *specific_key, const uint8_t *source, size_t size, lws_usec_t expiry, void **ppay) lws_cache_write_through() argument
/third_party/jerryscript/tests/jerry/es2015/
H A Dbuiltin-prototypes.js
/third_party/jerryscript/jerry-core/parser/regexp/
H A Dre-bytecode.h105 ecma_value_t source; /**< original RegExp pattern */ member
/third_party/mesa3d/src/compiler/glsl/
H A Dtest_optpass.cpp197 const char *source = shader->Source; in test_optpass() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
H A Damdgcn_glslc.c261 const char *source = s; in main() local
/third_party/node/deps/v8/third_party/zlib/google/
H A Dcompression_utils_portable.cc62 GzipCompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) GzipCompressHelper() argument
79 CompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, int compression_level, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) CompressHelper() argument
156 GzipUncompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) GzipUncompressHelper() argument
167 UncompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) UncompressHelper() argument
[all...]
/third_party/node/deps/zlib/google/
H A Dcompression_utils_portable.cc62 GzipCompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) GzipCompressHelper() argument
79 CompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length, int compression_level, void* (*malloc_fn)(size_t), void (*free_fn)(void*)) CompressHelper() argument
156 GzipUncompressHelper(Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) GzipUncompressHelper() argument
167 UncompressHelper(WrapperType wrapper_type, Bytef* dest, uLongf* dest_length, const Bytef* source, uLong source_length) UncompressHelper() argument
[all...]
/third_party/node/deps/zlib/
H A Dzutil.c145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy() argument
/third_party/node/src/inspector/
H A Dnode_string.cc69 const char16_t* source = in StringViewToUtf8() local
/third_party/node/src/quic/
H A Dsessionticket.cc158 auto source = GetAppDataSource(ssl); in Collect() local
166 auto source = GetAppDataSource(ssl); in Extract() local
/third_party/node/src/
H A Dstream_pipe.cc22 StreamPipe::StreamPipe(StreamBase* source, in StreamPipe() argument
41 StreamBase* StreamPipe::source() { in source() function in node::StreamPipe
243 New(StreamBase* source, StreamBase* sink, Local<Object> obj) New() argument
279 StreamBase* source = StreamBase::FromObject(args[0].As<Object>()); New() local
[all...]

Completed in 13 milliseconds

1...<<11121314151617181920>>...66