/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Replaceable.java | 106 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars()
|
D | ReplaceableString.java | 126 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
|
D | Normalizer.java | 727 public static int compose(char[] src,int srcStart, int srcLimit, in compose() 807 public static int decompose(char[] src,int srcStart, int srcLimit, in decompose() 893 public static int normalize(char[] src,int srcStart, int srcLimit, in normalize()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Replaceable.java | 102 void getChars(int srcStart, int srcLimit, char dst[], int dstStart); in getChars()
|
D | ReplaceableString.java | 118 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
|
D | Normalizer.java | 744 public static int compose(char[] src,int srcStart, int srcLimit, in compose() 828 public static int decompose(char[] src,int srcStart, int srcLimit, in decompose() 918 public static int normalize(char[] src,int srcStart, int srcLimit, in normalize()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 56 const UChar *srcLimit = src + length; in preflight() local 74 const UChar *srcLimit = src + length; in extractBytes() local
|
D | ncnvfbts.c | 301 const char *srcLimit; in testConvertToUnicode() local
|
D | nccbtst.c | 2831 const char *srcLimit; in testConvertToUnicode() local 3204 const char *srcLimit; in testConvertToUnicodeWithContext() local
|
D | ncnvtst.c | 1376 const char *srcLimit; in testConvertToU() local
|
D | ccapitst.c | 2146 const char *srcLimit, *finalSrcLimit, *targetLimit; in convertExStreaming() local
|
D | nucnvtst.c | 525 const char *srcLimit; in testConvertToU() local
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | ReplaceableTest.java | 128 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | ReplaceableTest.java | 132 public void getChars(int srcStart, int srcLimit, char dst[], int dstStart) { in getChars()
|
/external/icu/icu4c/source/common/ |
D | unistr_cnv.cpp | 260 const UChar *src=getArrayStart()+start, *srcLimit=src+length; in doExtract() local
|
D | ustrtrns.cpp | 45 const UChar32 *srcLimit; in u_strFromUTF32WithSub() local 159 const UChar *srcLimit; in u_strToUTF32WithSub() local
|
D | ucnv_ext.cpp | 278 const char **src, const char *srcLimit, in ucnv_extInitialMatchToU() 746 const UChar **src, const UChar *srcLimit, in ucnv_extInitialMatchFromU()
|
D | ucasemap.cpp | 217 int32_t srcStart, int32_t srcLimit, in _caseMap()
|
D | ucnv.c | 1719 const UChar *srcLimit; in ucnv_fromUChars() local 1779 const char *srcLimit; in ucnv_toUChars() local
|
D | ustrcase.cpp | 130 int32_t srcStart, int32_t srcLimit, in _caseMap()
|
/external/icu/icu4c/source/common/unicode/ |
D | unistr.h | 3926 int32_t srcLimit) const in compareBetween() 3987 int32_t srcLimit) const in compareCodePointOrderBetween() 4060 int32_t srcLimit, in caseCompareBetween() 4341 int32_t srcLimit) in replaceBetween()
|