| /third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
| H A D | checks.h | 57 CheckHelper(const char* file, int line, const char* source, bool condition) CheckHelper() argument
|
| H A D | cctest.h | 61 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 D | NormalizerBuilder.java | 443 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 D | TestIDNARef.java | 548 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 D | LocalizedNumberFormatterAsFormat.java | 85 public Object parseObject(String source, ParsePosition pos) { in parseObject() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | UCharacterIterator.java | 49 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 D | CanonicalIterator.java | 52 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 D | CollationKey.java | 146 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 D | CollationDummyTest.java | 501 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 D | CollationKanaTest.java | 207 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 D | UTF16Util.java | 169 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 D | DataDrivenArabicShapingRegTest.java | 52 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 D | UTF16Util.java | 173 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 D | buddhcal.cpp | 45 BuddhistCalendar::BuddhistCalendar(const BuddhistCalendar& source) in BuddhistCalendar() argument
|
| /third_party/libwebsockets/lib/misc/cache-ttl/ |
| H A D | lws-cache-ttl.c | 56 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 D | builtin-prototypes.js | |
| /third_party/jerryscript/jerry-core/parser/regexp/ |
| H A D | re-bytecode.h | 105 ecma_value_t source; /**< original RegExp pattern */ member
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | test_optpass.cpp | 197 const char *source = shader->Source; in test_optpass() local
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
| H A D | amdgcn_glslc.c | 261 const char *source = s; in main() local
|
| /third_party/node/deps/v8/third_party/zlib/google/ |
| H A D | compression_utils_portable.cc | 62 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 D | compression_utils_portable.cc | 62 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 D | zutil.c | 145 void ZLIB_INTERNAL zmemcpy(Bytef* dest, const Bytef* source, uInt len) { in zmemcpy() argument
|
| /third_party/node/src/inspector/ |
| H A D | node_string.cc | 69 const char16_t* source = in StringViewToUtf8() local
|
| /third_party/node/src/quic/ |
| H A D | sessionticket.cc | 158 auto source = GetAppDataSource(ssl); in Collect() local 166 auto source = GetAppDataSource(ssl); in Extract() local
|
| /third_party/node/src/ |
| H A D | stream_pipe.cc | 22 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...] |