Home
last modified time | relevance | path

Searched defs:dest (Results 1101 - 1125 of 1571) sorted by relevance

1...<<41424344454647484950>>...63

/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp540 UChar dest[20]={ in TestExtract() local
2057 doTestAppendable(UnicodeString &dest, Appendable &app) doTestAppendable() argument
2094 SimpleAppendable(UnicodeString &dest) SimpleAppendable() argument
2103 UnicodeString dest; TestAppendable() local
2110 UnicodeString dest; TestUnicodeStringImplementsAppendable() local
2152 moveFrom(UnicodeString &dest, UnicodeString &src) moveFrom() argument
2343 UnicodeString dest; TestLargeAppend() local
[all...]
H A Dutxttest.cpp1357 cloneFragmentedUnicodeString(UText *dest, const UText *src, UBool deep, UErrorCode *status) { in cloneFragmentedUnicodeString() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiapts.c105 StringStruct *dest; in toUChar() local
[all...]
/third_party/icu/icu4c/source/common/
H A Dlocalematcher.cpp752 acceptLanguage(UEnumeration &supportedLocales, Locale::Iterator &desiredLocales, char *dest, int32_t capacity, UAcceptResult *acceptResult, UErrorCode &errorCode) acceptLanguage() argument
H A Drbbitblb.cpp389 void RBBITableBuilder::addRuleRootNodes(UVector *dest, RBBINode *node) { in addRuleRootNodes() argument
1045 void RBBITableBuilder::setAdd(UVector *dest, UVector *source) { in setAdd() argument
[all...]
H A Ducnv_bld.cpp661 char *dest=pPieces->locale; in parseConverterOptions() local
H A Duresdata.cpp639 int32_t ResourceDataValue::getStringArray(UnicodeString *dest, int32_t capacity, in getStringArray() argument
644 int32_t ResourceDataValue::getStringArrayOrStringAsArray(UnicodeString *dest, int32_t capacity, in getStringArrayOrStringAsArray() argument
386 getStringArray(const ResourceData *pResData, const icu::ResourceArray &array, icu::UnicodeString *dest, int32_t capacity, UErrorCode &errorCode) getStringArray() argument
H A Dushape.cpp463 countSpaces(UChar *dest, int32_t size, uint32_t /*options*/, int32_t *spacesCountl, int32_t *spacesCountr) { in countSpaces() argument
690 handleTashkeelWithTatweel(UChar *dest, int32_t sourceLength, in handleTashkeelWithTatweel() argument
728 handleGeneratedSpaces(UChar *dest, int32_t sourceLength, int32_t destSize, uint32_t options, UErrorCode *pErrorCode,struct uShapeVariables shapeVars ) handleGeneratedSpaces() argument
903 expandCompositCharAtBegin(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtBegin() argument
963 expandCompositCharAtEnd(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode) expandCompositCharAtEnd() argument
1030 expandCompositCharAtNear(UChar *dest, int32_t sourceLength, int32_t destSize,UErrorCode *pErrorCode, int yehHamzaOption, int seenTailOption, int lamAlefOption, struct uShapeVariables shapeVars) expandCompositCharAtNear() argument
1083 expandCompositChar(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int shapingMode,struct uShapeVariables shapeVars) expandCompositChar() argument
1196 shapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, int tashkeelFlag, struct uShapeVariables shapeVars) shapeUnicode() argument
1368 deShapeUnicode(UChar *dest, int32_t sourceLength, int32_t destSize,uint32_t options, UErrorCode *pErrorCode, struct uShapeVariables shapeVars) deShapeUnicode() argument
1421 u_shapeArabic(const UChar *source, int32_t sourceLength, UChar *dest, int32_t destCapacity, uint32_t options, UErrorCode *pErrorCode) u_shapeArabic() argument
[all...]
H A Dustring.cpp1117 u_memcpy(UChar *dest, const UChar *src, int32_t count) { in u_memcpy() argument
1125 u_memmove(UChar *dest, const UChar *src, int32_t count) { in u_memmove() argument
1133 u_memset(UChar *dest, UChar c, int32_t count) { in u_memset() argument
1364 _appendUChars(UChar *dest, int32_t destCapacity, const char *src, int32_t srcLen) _appendUChars() argument
1377 u_unescape(const char *src, UChar *dest, int32_t destCapacity) u_unescape() argument
1469 u_terminateUChars(UChar *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) u_terminateUChars() argument
1475 u_terminateChars(char *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) u_terminateChars() argument
1481 u_terminateUChar32s(UChar32 *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) u_terminateUChar32s() argument
1487 u_terminateWChars(wchar_t *dest, int32_t destCapacity, int32_t length, UErrorCode *pErrorCode) u_terminateWChars() argument
[all...]
/third_party/FreeBSD/sbin/newfs_msdos/
H A Dmkfs_msdos.c1060 mklabel(u_int8_t *dest, const char *src) in mklabel() argument
1074 setstr(u_int8_t *dest, const char *src, size_t len) in setstr() argument
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c98 usb_bcopy (const void *src, void *dest, size_t len) in usb_bcopy() argument
/third_party/alsa-lib/include/
H A Dseq_event.h186 snd_seq_addr_t dest; /**< destination address */ member
319 snd_seq_addr_t dest; /**< destination address */ member
332 snd_seq_addr_t dest; /**< destination address */ member
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DBasicTest.java2957 public StringBuilder normalize(CharSequence src, StringBuilder dest) { return null; } in normalize() argument
2959 public Appendable normalize(CharSequence src, Appendable dest) { return null; } in normalize() argument
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1886 private static void appendToBuf(StringBuffer dest, String src, int fieldLen) { in appendToBuf() argument
1901 private static void appendCharToBuf(StringBuffer dest, int c, int fieldLen) { in appendCharToBuf() argument
[all...]
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp1127 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in buildAndWriteBaseData() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DBasicTest.java2954 public StringBuilder normalize(CharSequence src, StringBuilder dest) { return null; } in normalize() argument
2956 public Appendable normalize(CharSequence src, Appendable dest) { return null; } in normalize() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTimeZoneNamesImpl.java262 getDisplayNames(String tzID, NameType[] types, long date, String[] dest, int destOffset) getDisplayNames() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DNormalizer.java753 compose(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, boolean compat, int options) compose() argument
837 decompose(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, boolean compat, int options) decompose() argument
927 normalize(char[] src,int srcStart, int srcLimit, char[] dest,int destStart, int destLimit, Mode mode, int options) normalize() argument
1353 concatenate(char[] left, int leftStart, int leftLimit, char[] right, int rightStart, int rightLimit, char[] dest, int destStart, int destLimit, Normalizer.Mode mode, int options) concatenate() argument
1461 getFC_NFKC_Closure(int c,char[] dest) getFC_NFKC_Closure() argument
2573 CharsAppendable(char[] dest, int destStart, int destLimit) CharsAppendable() argument
[all...]
H A DMessageFormat.java1594 format(int msgStart, PluralSelectorContext pluralNumber, Object[] args, Map<String, Object> argsMap, AppendableWrapper dest, FieldPosition fp) format() argument
1748 formatComplexSubMessage( int msgStart, PluralSelectorContext pluralNumber, Object[] args, Map<String, Object> argsMap, AppendableWrapper dest) formatComplexSubMessage() argument
1836 updateMetaData(AppendableWrapper dest, int prevLength, FieldPosition fp, Object argId) updateMetaData() argument
2123 format(Object[] arguments, Map<String, Object> argsMap, AppendableWrapper dest, FieldPosition fp) format() argument
[all...]
H A DSpoofChecker.java811 void build(Reader confusables, SpoofData dest) throws ParseException, java.io.IOException { in build() argument
992 public static void buildConfusableData(Reader confusables, SpoofData dest) in buildConfusableData() argument
1880 public void confusableLookup(int inChar, StringBuilder dest) { in confusableLookup() argument
1938 appendValueTo(int index, StringBuilder dest) appendValueTo() argument
[all...]
H A DArabicShaping.java88 shape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) shape() argument
830 shapeToArabicDigitsWithContext(char[] dest, int start, int length, char digitBase, boolean lastStrongWasAL) shapeToArabicDigitsWithContext() argument
942 countSpacesLeft(char[] dest, int start, int count) countSpacesLeft() argument
953 countSpacesRight(char[] dest, int start, int count) countSpacesRight() argument
1149 countSpaceSub(char [] dest,int length, char subChar) countSpaceSub() argument
1165 shiftArray(char [] dest,int start, int e, char subChar) shiftArray() argument
1183 flipArray(char [] dest, int start, int e, int w) flipArray() argument
1207 handleTashkeelWithTatweel(char[] dest, int sourceLength) handleTashkeelWithTatweel() argument
1239 handleGeneratedSpaces(char[] dest, int start, int length) handleGeneratedSpaces() argument
1358 expandCompositCharAtBegin(char[] dest,int start, int length, int lacount) expandCompositCharAtBegin() argument
1388 expandCompositCharAtEnd(char[] dest,int start, int length, int lacount) expandCompositCharAtEnd() argument
1415 expandCompositCharAtNear(char[] dest,int start, int length, int yehHamzaOption, int seenTailOption, int lamAlefOption) expandCompositCharAtNear() argument
1470 expandCompositChar(char[] dest, int start, int length, int lacount, int shapingMode) expandCompositChar() argument
1564 normalize(char[] dest, int start, int length) normalize() argument
1587 deshapeNormalize(char[] dest, int start, int length) deshapeNormalize() argument
1621 shapeUnicode(char[] dest, int start, int length, int destSize, int tashkeelFlag) shapeUnicode() argument
1774 deShapeUnicode(char[] dest, int start, int length, int destSize) deShapeUnicode() argument
1792 internalShape(char[] source, int sourceStart, int sourceLength, char[] dest, int destStart, int destSize) internalShape() argument
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/
H A DRBBITestMonkey.java1891 private static void appendToBuf(StringBuffer dest, String src, int fieldLen) { in appendToBuf() argument
1907 private static void appendCharToBuf(StringBuffer dest, int c, int fieldLen) { in appendCharToBuf() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationDataBuilder.java782 CollationDataBuilder dest; global() field in CollationDataBuilder.CopyHelper
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dcoll.cpp960 getEquivalentReorderCodes(int32_t reorderCode, int32_t *dest, int32_t capacity, UErrorCode &errorCode) getEquivalentReorderCodes() argument
H A Dplurrule.cpp485 PluralRules::getSamples(const UnicodeString &keyword, double *dest, in getSamples() argument
510 PluralRules::getSamples(const UnicodeString &keyword, DecimalQuantity *dest, in getSamples() argument

Completed in 53 milliseconds

1...<<41424344454647484950>>...63