Home
last modified time | relevance | path

Searched defs:targetLength (Results 1 – 14 of 14) sorted by relevance

/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/
DAbbreviatorTest.java128 …oid assertTheory0(int averageLen, String filename, String result, int fixedLen, int targetLength) { in assertTheory0()
133 … assertUsefulness(int averageLen, String filename, String result, int fixedLen, int targetLength) { in assertUsefulness()
144 void assertTheory1(String filename, String result, int fixedLen, int targetLength) { in assertTheory1()
151 void assertTheory2(String filename, String result, int fixedLen, int targetLength) { in assertTheory2()
/external/icu/icu4c/source/i18n/
Ducol.cpp445 int32_t targetLength) in ucol_strcoll()
467 int32_t targetLength, in ucol_strcollUTF8()
496 int32_t targetLength) in ucol_greater()
508 int32_t targetLength) in ucol_greaterOrEqual()
520 int32_t targetLength) in ucol_equal()
Dsortkey.cpp196 int32_t targetLength = target.getLength(); in compareTo() local
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetASCII.java70 int targetLength = target.limit() - oldTarget; in decodeLoop() local
228 int targetLength = target.limit() - oldTarget; in encodeLoop() local
DCharsetCompoundText.java350 int targetLength = 0; in encodeLoop() local
/external/icu/icu4c/source/common/
Ducnvhz.cpp41 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ … argument
343 int32_t targetLength = (int32_t)(args->targetLimit - myTarget); in UConverter_fromUnicode_HZ_OFFSETS_LOGIC() local
Ducnv.cpp2407 int32_t targetLength=0; in ucnv_internalConvert() local
2476 int32_t targetLength; in ucnv_convert() local
2527 int32_t targetLength; in ucnv_convertAlgorithmic() local
Dunistr.cpp1693 UnicodeString::padLeading(int32_t targetLength, in padLeading()
1715 UnicodeString::padTrailing(int32_t targetLength, in padTrailing()
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp134 int32_t treeLength, suffixLength, targetLength; in makeTargetName() local
/external/icu/icu4c/source/test/intltest/
Dapicoll.cpp2099 int32_t targetLength, in compare()
/external/icu/icu4c/source/common/unicode/
Dunistr.h4749 UnicodeString::truncate(int32_t targetLength) in truncate()
/external/lz4/lib/
Dlz4hc.c720 U32 targetLength; in LZ4HC_compress_generic_internal() member
/external/icu/icu4c/source/test/cintltst/
Dccapitst.c2151 int32_t targetLength; in convertExStreaming() local
/external/icu/libandroidicu/static_shim/
Dshim.cpp1126 …r * coll, const UChar * source, int32_t sourceLength, const UChar * target, int32_t targetLength) { in ucol_equal_android()
1198 …r * coll, const UChar * source, int32_t sourceLength, const UChar * target, int32_t targetLength) { in ucol_greater_android()
1201 …r * coll, const UChar * source, int32_t sourceLength, const UChar * target, int32_t targetLength) { in ucol_greaterOrEqual_android()
1264 …r * coll, const UChar * source, int32_t sourceLength, const UChar * target, int32_t targetLength) { in ucol_strcoll_android()
1270 …, const char * source, int32_t sourceLength, const char * target, int32_t targetLength, UErrorCode… in ucol_strcollUTF8_android()