Home
last modified time | relevance | path

Searched defs:source (Results 1726 - 1750 of 3019) sorted by relevance

1...<<61626364656667686970>>...121

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DDateIntervalFormat.java1150 public Object parseObject(String source, ParsePosition parse_pos) in parseObject() argument
H A DUTF16.java199 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 DCollationTest.java72 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 DPluralRulesTest.java1010 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 DUnicodeMap.java645 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 DUtility.java36 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 Ducol.cpp247 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 Dgregocal.cpp279 GregorianCalendar::GregorianCalendar(const GregorianCalendar &source) in GregorianCalendar() argument
H A Dsimpletz.cpp196 SimpleTimeZone::SimpleTimeZone(const SimpleTimeZone &source) in SimpleTimeZone() argument
/third_party/libsnd/src/ALAC/
H A Dalac_encoder.c1233 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 Dfile.c701 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 Dunit-regression2.cpp591 const auto source = R"({ "foo": [ "1", "2" ] })"_json; variable
/third_party/mesa3d/src/compiler/nir/
H A Dnir_control_flow.c254 move_successors(nir_block *source, nir_block *dest) in move_successors() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dlist.h503 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 Dclc.h66 struct clc_named_value source; member
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dglcpp.h81 unsigned source; member
/third_party/node/src/
H A Dnode_blob.cc116 auto source = blob->entries(); in New() local
H A Dnode_builtins.cc58 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 Dnode_i18n.cc142 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 Dfusermount.c163 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 Dmount.c486 char *source = NULL; in fuse_mount_sys() local
/third_party/node/deps/icu-small/source/common/
H A Ducnvscsu.cpp236 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 Ducnv_ct.cpp182 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 Dff_fragment_shader.cpp432 emit_combine_source(texenv_fragment_program *p, GLuint unit, GLuint source, GLuint operand) emit_combine_source() argument
H A Dtransformfeedback.c337 struct gl_program *source; in begin_transform_feedback() local

Completed in 34 milliseconds

1...<<61626364656667686970>>...121