| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/ |
| H A D | XCldrStub.java | 129 public static <K, V, R extends Multimap<K, V>> R invertFrom(Multimap<V, K> source, R target) { in invertFrom() argument 135 public static <K, V, R extends Multimap<K, V>> R invertFrom(Map<V, K> source, R target) { in invertFrom() argument
|
| /third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
| H A D | TransliteratorRegistry.java | 454 public Enumeration<String> getAvailableVariants(String source, String target) { in getAvailableVariants() argument 475 registerEntry(String source, String target, String variant, Object entry, boolean visible) registerEntry() argument 504 registerEntry(String ID, String source, String target, String variant, Object entry, boolean visible) registerEntry() argument 538 registerSTV(String source, String target, String variant) registerSTV() argument 571 removeSTV(String source, String target, String variant) removeSTV() argument 761 find(String source, String target, String variant) find() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tscoll.cpp | 94 IntlTestCollator::compareUsingPartials(UCollator *coll, const UChar source[], int32_t sLen, const UChar target[], int32_t tLen, int32_t pieceSize, UErrorCode &status) { in compareUsingPartials() argument 128 IntlTestCollator::doTestVariant(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) in doTestVariant() argument 241 doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult result) doTest() argument 246 doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::EComparisonResult result) doTest() argument 270 reportCResult( const UnicodeString &source, const UnicodeString &target, CollationKey &sourceKey, CollationKey &targetKey, Collator::EComparisonResult compareResult, Collator::EComparisonResult keyResult, Collator::EComparisonResult incResult, Collator::EComparisonResult expectedResult ) reportCResult() argument 341 appendCompareResult(Collator::EComparisonResult result, UnicodeString& target) appendCompareResult() argument 367 prettify(const CollationKey &source, UnicodeString &target) prettify() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnv_ext.cpp | 237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument 279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, UChar **target, const UChar *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument 672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument 750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const UChar **src, const UChar *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument [all...] |
| H A D | ucnvbocu.cpp | 396 uint8_t *target; in _Bocu1FromUnicodeWithOffsets() local 657 uint8_t *target; _Bocu1FromUnicode() local 960 UChar *target; _Bocu1ToUnicodeWithOffsets() local 1183 UChar *target; _Bocu1ToUnicode() local [all...] |
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/ |
| H A D | ConvertIcuDataTask.java | 196 private String target = ""; field in ConvertIcuDataTask.ForcedAlias 204 public void setTarget(String target) { in setTarget() argument 217 private String target = ""; field in ConvertIcuDataTask.AltPath 221 public void setTarget(String target) { in setTarget() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
| H A D | CollectionUtilities.java | 80 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { in asMap() argument 99 public static <T, U extends Collection<T>> U addAll(Iterator<T> source, U target) { in addAll() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| H A D | TransliteratorRegistry.java | 455 public Enumeration<String> getAvailableVariants(String source, String target) { in getAvailableVariants() argument 476 registerEntry(String source, String target, String variant, Object entry, boolean visible) registerEntry() argument 505 registerEntry(String ID, String source, String target, String variant, Object entry, boolean visible) registerEntry() argument 539 registerSTV(String source, String target, String variant) registerSTV() argument 572 removeSTV(String source, String target, String variant) removeSTV() argument 762 find(String source, String target, String variant) find() argument [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/ |
| H A D | XCldrStub.java | 137 public static <K, V, R extends Multimap<K, V>> R invertFrom(Multimap<V, K> source, R target) { in invertFrom() argument 143 public static <K, V, R extends Multimap<K, V>> R invertFrom(Map<V, K> source, R target) { in invertFrom() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| H A D | CollationRegressionTest.java | 220 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/util/ |
| H A D | CollectionUtilities.java | 77 public static <T> Map<T,T> asMap(T[][] source, Map<T,T> target, boolean reverse) { in asMap() argument 96 public static <T, U extends Collection<T>> U addAll(Iterator<T> source, U target) { in addAll() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | tridpars.cpp | 548 IDtoSTV(const UnicodeString& id, UnicodeString& source, UnicodeString& target, UnicodeString& variant, UBool& isSourcePresent) IDtoSTV() argument 596 STVtoID(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, UnicodeString& id) STVtoID() argument 646 registerSpecialInverse(const UnicodeString& target, const UnicodeString& inverseTarget, UBool bidirectional, UErrorCode &status) registerSpecialInverse() argument 706 UnicodeString target; parseFilterID() local [all...] |
| H A D | region.cpp | 278 Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)¤tRegion); in loadRegionData() local
|
| /third_party/libwebsockets/lib/core/ |
| H A D | context.c | 88 lws_state_notify_protocol_init(struct lws_state_manager *mgr, struct lws_state_notify_link *link, int current, int target) lws_state_notify_protocol_init() argument
|
| /third_party/libsnd/src/ |
| H A D | ogg_vorbis.c | 797 vorbis_skip (SF_PRIVATE *psf, uint64_t target) in vorbis_skip() argument [all...] |
| /third_party/libdrm/freedreno/msm/ |
| H A D | msm_ringbuffer.c | 613 msm_ringbuffer_emit_reloc_ring(struct fd_ringbuffer *ring, struct fd_ringbuffer *target, uint32_t cmd_idx) msm_ringbuffer_emit_reloc_ring() argument [all...] |
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_legalize.c | 649 struct ir3_instruction *target = list_first_entry( resolve_jumps() local 665 struct ir3_instruction *target = mark_jp() local [all...] |
| /third_party/mesa3d/src/freedreno/vulkan/ |
| H A D | tu_cs.h | 370 tu_cs_emit_call(struct tu_cs *cs, const struct tu_cs *target) in tu_cs_emit_call() argument
|
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
| H A D | minimal-http-client-multi.c | 409 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3dx_emit.c | 783 const struct pipe_stream_output_target *target = in emit_state() local [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
| H A D | invocation.cpp | 247 const target &target = ir_target; in create_compiler_instance() local 517 const std::string target = dev.address_bits() == 32u ? in compile_to_spirv() local
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_helpers.c | 367 dri2_create_from_texture(__DRIcontext *context, int target, unsigned texture, in dri2_create_from_texture() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/nine/ |
| H A D | nine_pipe.h | 314 d3d9_to_pipe_format_checked(struct pipe_screen *screen, D3DFORMAT format, enum pipe_texture_target target, unsigned sample_count, unsigned bindings, boolean srgb, boolean bypass_check) d3d9_to_pipe_format_checked() argument
|
| H A D | adapter9.c | 288 enum pipe_texture_target target; in NineAdapter9_CheckDeviceFormat() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/tegra/ |
| H A D | tegra_screen.c | 133 tegra_screen_is_format_supported(struct pipe_screen *pscreen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned usage) tegra_screen_is_format_supported() argument
|