/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | DateIntervalFormat.java | 1150 public Object parseObject(String source, ParsePosition parse_pos) in parseObject() argument
|
H A D | UTF16.java | 199 public static int charAt(String source, int offset16) { in charAt() argument 207 private static int _charAt(String source, int offset16, char single) { in _charAt() argument 252 public static int charAt(CharSequence source, in argument 260 _charAt(CharSequence source, int offset16, char single) _charAt() argument 307 charAt(StringBuffer source, int offset16) charAt() argument 358 charAt(char source[], int start, int limit, int offset16) charAt() argument 408 charAt(Replaceable source, int offset16) charAt() argument 474 bounds(String source, int offset16) bounds() argument 509 bounds(StringBuffer source, int offset16) bounds() argument 548 bounds(char source[], int start, int limit, int offset16) bounds() argument 660 valueOf(String source, int offset16) valueOf() argument 683 valueOf(StringBuffer source, int offset16) valueOf() argument 710 valueOf(char source[], int start, int limit, int offset16) valueOf() argument 729 findOffsetFromCodePoint(String source, int offset32) findOffsetFromCodePoint() argument 760 findOffsetFromCodePoint(StringBuffer source, int offset32) findOffsetFromCodePoint() argument 793 findOffsetFromCodePoint(char source[], int start, int limit, int offset32) findOffsetFromCodePoint() argument 833 findCodePointOffset(String source, int offset16) findCodePointOffset() argument 883 findCodePointOffset(StringBuffer source, int offset16) findCodePointOffset() argument 935 findCodePointOffset(char source[], int start, int limit, int offset16) findCodePointOffset() argument 1038 countCodePoint(String source) countCodePoint() argument 1051 countCodePoint(StringBuffer source) countCodePoint() argument 1067 countCodePoint(char source[], int start, int limit) countCodePoint() argument 1179 moveCodePointOffset(String source, int offset16, int shift32) moveCodePointOffset() argument 1232 moveCodePointOffset(StringBuffer source, int offset16, int shift32) moveCodePointOffset() argument 1288 moveCodePointOffset(char source[], int start, int limit, int offset16, int shift32) moveCodePointOffset() argument 1476 indexOf(String source, int char32) indexOf() argument 1529 indexOf(String source, String str) indexOf() argument 1575 indexOf(String source, int char32, int fromIndex) indexOf() argument 1630 indexOf(String source, String str, int fromIndex) indexOf() argument 1675 lastIndexOf(String source, int char32) lastIndexOf() argument 1728 lastIndexOf(String source, String str) lastIndexOf() argument 1784 lastIndexOf(String source, int char32, int fromIndex) lastIndexOf() argument 1849 lastIndexOf(String source, String str, int fromIndex) lastIndexOf() argument 1899 replace(String source, int oldChar32, int newChar32) replace() argument 1959 replace(String source, String oldStr, String newStr) replace() argument 1990 reverse(StringBuffer source) reverse() argument 2022 hasMoreCodePointsThan(String source, int number) hasMoreCodePointsThan() argument 2086 hasMoreCodePointsThan(char source[], int start, int limit, int number) hasMoreCodePointsThan() argument 2150 hasMoreCodePointsThan(StringBuffer source, int number) hasMoreCodePointsThan() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
H A D | CollationTest.java | 72 static void doTest(TestFmwk test, RuleBasedCollator col, String source, in doTest() argument 212 doTestVariant(TestFmwk test, RuleBasedCollator myCollation, String source, String target, int result) doTestVariant() argument [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | PluralRulesTest.java | 1010 static final EnumSet<StandardPluralCategories> getSet(Collection<String> source) { in getSet() argument
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | UnicodeMap.java | 645 public String transform(String source) { in transform() argument 1263 public UnicodeMap<T> putAllInverse(Map<T, UnicodeSet> source) { in putAllInverse() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Utility.java | 36 public final static boolean arrayEquals(Object[] source, Object target) { in arrayEquals() argument 48 public final static boolean arrayEquals(int[] source, Object target) { in arrayEquals() argument 60 arrayEquals(double[] source, Object target) arrayEquals() argument 67 arrayEquals(byte[] source, Object target) arrayEquals() argument 79 arrayEquals(Object source, Object target) arrayEquals() argument 100 arrayRegionMatches(Object[] source, int sourceStart, Object[] target, int targetStart, int len) arrayRegionMatches() argument 119 arrayRegionMatches(char[] source, int sourceStart, char[] target, int targetStart, int len) arrayRegionMatches() argument 138 arrayRegionMatches(int[] source, int sourceStart, int[] target, int targetStart, int len) arrayRegionMatches() argument 157 arrayRegionMatches(double[] source, int sourceStart, double[] target, int targetStart, int len) arrayRegionMatches() argument 169 arrayRegionMatches(byte[] source, int sourceStart, byte[] target, int targetStart, int len) arrayRegionMatches() argument 1104 lookup(String source, String[] target) lookup() argument 1679 compareUnsigned(int source, int target) compareUnsigned() argument [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | ucol.cpp | 247 ucol_getBound(const uint8_t *source, in ucol_getBound() argument 198 ucol_getSortKey(const UCollator *coll, const UChar *source, int32_t sourceLength, uint8_t *result, int32_t resultLength) ucol_getSortKey() argument 447 ucol_strcoll( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_strcoll() argument 468 ucol_strcollUTF8( const UCollator *coll, const char *source, int32_t sourceLength, const char *target, int32_t targetLength, UErrorCode *status) ucol_strcollUTF8() argument 498 ucol_greater( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greater() argument 510 ucol_greaterOrEqual( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_greaterOrEqual() argument 522 ucol_equal( const UCollator *coll, const UChar *source, int32_t sourceLength, const UChar *target, int32_t targetLength) ucol_equal() argument 622 ucol_equals(const UCollator *source, const UCollator *target) ucol_equals() argument [all...] |
H A D | gregocal.cpp | 279 GregorianCalendar::GregorianCalendar(const GregorianCalendar &source) in GregorianCalendar() argument
|
H A D | simpletz.cpp | 196 SimpleTimeZone::SimpleTimeZone(const SimpleTimeZone &source) in SimpleTimeZone() argument
|
/third_party/libsnd/src/ALAC/ |
H A D | alac_encoder.c | 1233 alac_get_source_format (ALAC_ENCODER *p, const AudioFormatDescription * source, AudioFormatDescription * output) in alac_get_source_format() argument
|
/third_party/libwebsockets/lib/misc/cache-ttl/ |
H A D | file.c | 701 lws_cache_nscookiejar_write(struct lws_cache_ttl_lru *_c, const char *specific_key, const uint8_t *source, size_t size, lws_usec_t expiry, void **ppvoid) lws_cache_nscookiejar_write() argument
|
/third_party/json/tests/src/ |
H A D | unit-regression2.cpp | 591 const auto source = R"({ "foo": [ "1", "2" ] })"_json; variable
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_control_flow.c | 254 move_successors(nir_block *source, nir_block *dest) in move_successors() argument
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | list.h | 503 exec_list_append(struct exec_list *list, struct exec_list *source) in exec_list_append() argument 539 exec_list_prepend(struct exec_list *list, struct exec_list *source) exec_list_prepend() argument 661 append_list(exec_list *source) append_list() argument 671 prepend_list(exec_list *source) prepend_list() argument [all...] |
/third_party/mesa3d/src/compiler/clc/ |
H A D | clc.h | 66 struct clc_named_value source; member
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | glcpp.h | 81 unsigned source; member
|
/third_party/node/src/ |
H A D | node_blob.cc | 116 auto source = blob->entries(); in New() local
|
H A D | node_builtins.cc | 58 auto source = source_.read(); in Exists() local 62 bool BuiltinLoader::Add(const char* id, const UnionBytes& source) { in Add() argument 70 auto source = source_.read(); in GetSourceObject() local 84 auto source = source_.read(); in GetBuiltinIds() local 133 auto source = source_.read(); GetBuiltinCategories() local 187 auto source = source_.read(); LoadBuiltinSource() local 224 std::string source; AddExternalizedBuiltin() local 266 Local<String> source; LookupAndCompileInternal() local [all...] |
H A D | node_i18n.cc | 142 Transcode(Environment* env, const char* fromEncoding, const char* toEncoding, const char* source, const size_t source_length, UErrorCode* status) Transcode() argument 171 TranscodeToUcs2(Environment* env, const char* fromEncoding, const char* toEncoding, const char* source, const size_t source_length, UErrorCode* status) TranscodeToUcs2() argument 189 TranscodeFromUcs2(Environment* env, const char* fromEncoding, const char* toEncoding, const char* source, const size_t source_length, UErrorCode* status) TranscodeFromUcs2() argument 216 TranscodeUcs2FromUtf8(Environment* env, const char* fromEncoding, const char* toEncoding, const char* source, const size_t source_length, UErrorCode* status) TranscodeUcs2FromUtf8() argument 244 TranscodeUtf8FromUcs2(Environment* env, const char* fromEncoding, const char* toEncoding, const char* source, const size_t source_length, UErrorCode* status) TranscodeUtf8FromUcs2() argument 487 const char* source = input.data(); Decode() local [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fusermount.c | 163 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() argument 196 static int add_mount(const char *source, const char *mnt, const char *type, in add_mount() argument 348 char *source = NULL; in do_mount() local 600 char *source = NULL; mount_fuse() local [all...] |
H A D | mount.c | 486 char *source = NULL; in fuse_mount_sys() local
|
/third_party/node/deps/icu-small/source/common/ |
H A D | ucnvscsu.cpp | 236 const uint8_t *source, *sourceLimit; in _SCSUToUnicodeWithOffsets() local 590 const uint8_t *source, *sourceLimit; _SCSUToUnicode() local 1015 const char16_t *source, *sourceLimit; _SCSUFromUnicodeWithOffsets() local 1523 const char16_t *source, *sourceLimit; _SCSUFromUnicode() local [all...] |
H A D | ucnv_ct.cpp | 182 static int32_t findNextEsc(const char *source, const char *sourceLimit) { in findNextEsc() argument 226 static COMPOUND_TEXT_CONVERTERS findStateFromEscSeq(const char* source, const char* sourceLimit, const uint8_t* toUBytesBuffer, int32_t toUBytesBufferLength, UErrorCode *err) { in findStateFromEscSeq() argument 339 const char16_t* source = args->source; in UConverter_fromUnicode_CompoundText_OFFSETS() local [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.cpp | 432 emit_combine_source(texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) emit_combine_source() argument
|
H A D | transformfeedback.c | 337 struct gl_program *source; in begin_transform_feedback() local
|