| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| H A D | CharsetHZ.java | 68 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 D | ConversionRates.java | 63 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 D | units_converter.h | 108 const MeasureUnitImpl target; member [all...] |
| H A D | sortkey.cpp | 182 CollationKey::compareTo(const CollationKey& target, UErrorCode &status) const in compareTo() argument
|
| /third_party/icu/icu4c/source/samples/coll/ |
| H A D | coll.cpp | 146 UChar target[100]; in strcmp() local [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnvlat1.cpp | 39 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 D | unistr_cnv.cpp | 121 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 D | CollationDummyTest.java | 501 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 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
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| H A D | WriteIndicCharts.java | 347 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 D | LocaleIDs.java | 122 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 D | XMLRecordReader.java | 190 private boolean match(String target) { in match() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | CollationKey.java | 252 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 D | sndfile-salvage.c | 234 const char * target = "XXXX" ; in find_data_offset() local
|
| /third_party/libdrm/freedreno/kgsl/ |
| H A D | kgsl_ringbuffer.c | 177 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 D | test-newtarget.cpp | 72 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 D | test-proxy.cpp | 119 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 D | unit-alt-string.cpp | 167 void int_to_string(alt_string& target, std::size_t value) in int_to_string() argument
|
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cs.c | 208 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 D | ir_function_detect_recursion.cpp | 206 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 D | main.c | 136 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 D | minimal-http-client-captive-portal.c | 212 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 D | minimal-secure-streams.c | 216 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 D | minimal-secure-streams.c | 122 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 D | minimal-ws-server.c | 103 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|