Home
last modified time | relevance | path

Searched defs:srcLimit (Results 1 - 25 of 38) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceable.java106 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars() argument
H A DReplaceableString.java131 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DReplaceableString.java123 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
H A DReplaceable.java102 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars() argument
/third_party/icu/icu4c/source/common/
H A Dunistr_cnv.cpp262 const UChar *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
H A Dustrtrns.cpp47 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local
161 const UChar *srcLimit; in u_strToUTF32WithSub() local
[all...]
H A Dustrcase.cpp208 toLower(int32_t caseLocale, uint32_t options, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, icu::Edits *edits, UErrorCode &errorCode) toLower() argument
H A Ducnv_ext.cpp279 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
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
H A Ducasemap.cpp203 toLower(int32_t caseLocale, uint32_t options, const uint8_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) toLower() argument
/third_party/node/deps/icu-small/source/common/
H A Dunistr_cnv.cpp262 const char16_t *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
H A Dustrcase.cpp208 toLower(int32_t caseLocale, uint32_t options, char16_t *dest, int32_t destCapacity, const char16_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, icu::Edits *edits, UErrorCode &errorCode) toLower() argument
H A Dustrtrns.cpp47 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local
161 const char16_t *srcLimit; in u_strToUTF32WithSub() local
[all...]
H A Ducnv_ext.cpp279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const char16_t **src, const char16_t *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument
H A Ducasemap.cpp203 toLower(int32_t caseLocale, uint32_t options, const uint8_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) toLower() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dunistr_cnv.cpp262 const UChar *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
H A Dustrtrns.cpp47 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local
161 const UChar *srcLimit; in u_strToUTF32WithSub() local
[all...]
H A Ducasemap.cpp204 toLower(int32_t caseLocale, uint32_t options, const uint8_t *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, icu::ByteSink &sink, icu::Edits *edits, UErrorCode &errorCode) toLower() argument
H A Ducnv_ext.cpp279 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
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
H A Dustrcase.cpp202 toLower(int32_t caseLocale, uint32_t options, UChar *dest, int32_t destCapacity, const UChar *src, UCaseContext *csc, int32_t srcStart, int32_t srcLimit, icu::Edits *edits, UErrorCode &errorCode) toLower() argument
/third_party/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c58 const UChar *srcLimit = src + length; in preflight() local
76 const UChar *srcLimit = src + length; in extractBytes() local
H A Dncnvfbts.c304 const char *srcLimit; in testConvertToUnicode() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DReplaceableTest.java139 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DReplaceableTest.java136 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCaseMapImpl.java440 internalToLower(int caseLocale, int options, CharSequence src, int srcStart, int srcLimit, StringContextIterator iter, Appendable dest, Edits edits) internalToLower() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCaseMapImpl.java434 internalToLower(int caseLocale, int options, CharSequence src, int srcStart, int srcLimit, StringContextIterator iter, Appendable dest, Edits edits) internalToLower() argument

Completed in 95 milliseconds

12