Home
last modified time | relevance | path

Searched defs:srcLimit (Results 1 – 25 of 37) sorted by relevance

12

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DReplaceable.java106 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars()
DReplaceableString.java131 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
DNormalizer.java735 public static int compose(char[] src,int srcStart, int srcLimit, in compose()
815 public static int decompose(char[] src,int srcStart, int srcLimit, in decompose()
901 public static int normalize(char[] src,int srcStart, int srcLimit, in normalize()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DReplaceable.java102 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars()
DReplaceableString.java123 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
DNormalizer.java753 public static int compose(char[] src,int srcStart, int srcLimit, in compose()
837 public static int decompose(char[] src,int srcStart, int srcLimit, in decompose()
927 public static int normalize(char[] src,int srcStart, int srcLimit, in normalize()
/third_party/icu/icu4c/source/test/cintltst/
Ducsdetst.c58 const UChar *srcLimit = src + length; in preflight() local
76 const UChar *srcLimit = src + length; in extractBytes() local
Dncnvfbts.c304 const char *srcLimit; in testConvertToUnicode() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DReplaceableTest.java139 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
DReplaceableTest.java136 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
/third_party/skia/third_party/externals/icu/source/common/
Dustrtrns.cpp47 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local
161 const UChar *srcLimit; in u_strToUTF32WithSub() local
Dunistr_cnv.cpp262 const UChar *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
Ducnv_ext.cpp281 const char **src, const char *srcLimit, in ucnv_extInitialMatchToU()
752 const UChar **src, const UChar *srcLimit, in ucnv_extInitialMatchFromU()
Ducnv.cpp1721 const UChar *srcLimit; in ucnv_fromUChars() local
1777 const char *srcLimit; in ucnv_toUChars() local
/third_party/node/deps/icu-small/source/common/
Dustrtrns.cpp47 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local
161 const char16_t *srcLimit; in u_strToUTF32WithSub() local
Dunistr_cnv.cpp262 const char16_t *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
Ducnv_ext.cpp281 const char **src, const char *srcLimit, in ucnv_extInitialMatchToU()
752 const char16_t **src, const char16_t *srcLimit, in ucnv_extInitialMatchFromU()
Ducnv.cpp1728 const char16_t *srcLimit; in ucnv_fromUChars() local
1784 const char *srcLimit; in ucnv_toUChars() local
/third_party/icu/icu4c/source/common/
Dustrtrns.cpp47 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local
161 const UChar *srcLimit; in u_strToUTF32WithSub() local
Dunistr_cnv.cpp262 const UChar *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
Ducnv_ext.cpp281 const char **src, const char *srcLimit, in ucnv_extInitialMatchToU()
752 const UChar **src, const UChar *srcLimit, in ucnv_extInitialMatchFromU()
Ducnv.cpp1728 const UChar *srcLimit; in ucnv_fromUChars() local
1784 const char *srcLimit; in ucnv_toUChars() local
/third_party/icu/icu4c/source/common/unicode/
Dunistr.h4022 int32_t srcLimit) const in compareBetween()
4083 int32_t srcLimit) const in compareCodePointOrderBetween()
4156 int32_t srcLimit, in caseCompareBetween()
4437 int32_t srcLimit) in replaceBetween()
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dunistr.h4022 int32_t srcLimit) const in compareBetween()
4083 int32_t srcLimit) const in compareCodePointOrderBetween()
4156 int32_t srcLimit, in caseCompareBetween()
4437 int32_t srcLimit) in replaceBetween()
/third_party/node/deps/icu-small/source/common/unicode/
Dunistr.h4050 int32_t srcLimit) const in compareBetween()
4111 int32_t srcLimit) const in compareCodePointOrderBetween()
4184 int32_t srcLimit, in caseCompareBetween()
4464 int32_t srcLimit) in replaceBetween()

12