Home
last modified time | relevance | path

Searched defs:target (Results 676 - 700 of 2567) sorted by relevance

1...<<21222324252627282930>>...103

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetHZ.java68 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
245 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument
365 concatEscape(CharBuffer source, ByteBuffer target, IntBuffer offsets, byte[] strToAppend) concatEscape() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/units/
H A DConversionRates.java63 protected BigDecimal getOffset(MeasureUnitImpl source, MeasureUnitImpl target, UnitsConverter.Factor in getOffset() argument
194 private final String target; global() field in ConversionRates.ConversionRateInfo
198 ConversionRateInfo(String simpleUnit, String target, String conversionRate, String offset) ConversionRateInfo() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dunits_converter.h108 const MeasureUnitImpl target; member
[all...]
H A Dsortkey.cpp182 CollationKey::compareTo(const CollationKey& target, UErrorCode &status) const in compareTo() argument
/third_party/icu/icu4c/source/samples/coll/
H A Dcoll.cpp146 UChar target[100]; in strcmp() local
[all...]
/third_party/icu/icu4c/source/common/
H A Ducnvlat1.cpp39 UChar *target; in _Latin1ToUnicodeWithOffsets() local
141 uint8_t *target, *oldTarget; _Latin1FromUnicodeWithOffsets() local
329 uint8_t *target; ucnv_Latin1FromUTF8() local
485 UChar *target, *oldTarget; _ASCIIToUnicodeWithOffsets() local
622 uint8_t *target; ucnv_ASCIIFromUTF8() local
[all...]
H A Dunistr_cnv.cpp121 extract(int32_t start, int32_t length, char *target, uint32_t dstSize) const extract() argument
132 extract(int32_t start, int32_t length, char *target, uint32_t dstSize, const char *codepage) const extract() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationDummyTest.java501 private void doTest(Collator collation, char[] source, char[] target, int result) { in 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
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DWriteIndicCharts.java347 public static void writeCharts(Transliterator trans, UnicodeSet target, int index){ in writeCharts() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DLocaleIDs.java122 private static int findIndex(String[] array, String target){ in findIndex() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/impl/
H A DXMLRecordReader.java190 private boolean match(String target) { in match() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DCollationKey.java252 public int compareTo(CollationKey target) in compareTo() argument
283 public boolean equals(Object target) in equals() argument
304 equals(CollationKey target) equals() argument
[all...]
/third_party/libsnd/programs/
H A Dsndfile-salvage.c234 const char * target = "XXXX" ; in find_data_offset() local
/third_party/libdrm/freedreno/kgsl/
H A Dkgsl_ringbuffer.c177 kgsl_ringbuffer_emit_reloc_ring(struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) kgsl_ringbuffer_emit_reloc_ring() argument
/third_party/jerryscript/tests/unit-core/
H A Dtest-newtarget.cpp72 jerry_value_t target = jerry_get_new_target (); in construct_handler() local
81 jerry_value_t target = jerry_get_new_target (); in construct_handler() local
90 jerry_value_t target = jerry_get_new_target (); construct_handler() local
[all...]
H A Dtest-proxy.cpp119 set_property (jerry_value_t target, /**< target objec argument
132 get_property(jerry_value_t target, const char *name_p) get_property() argument
144 set_function(jerry_value_t target, const char *name_p, jerry_external_handler_t handler_p) set_function() argument
196 jerry_value_t target = jerry_create_object (); HWTEST_F() local
[all...]
/third_party/json/tests/src/
H A Dunit-alt-string.cpp167 void int_to_string(alt_string& target, std::size_t value) in int_to_string() argument
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_cs.c208 tu_cs_add_entries(struct tu_cs *cs, struct tu_cs *target) in tu_cs_add_entries() argument
/third_party/mesa3d/src/compiler/glsl/
H A Dir_function_detect_recursion.cpp206 function *const target = this->get_function(call->callee); in visit_enter() local
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_smd/
H A Dmain.c136 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H A Dminimal-http-client-captive-portal.c212 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/
H A Dminimal-secure-streams.c216 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
H A Dminimal-secure-streams.c122 app_system_state_nf(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) app_system_state_nf() argument
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H A Dminimal-ws-server.c103 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument

Completed in 14 milliseconds

1...<<21222324252627282930>>...103