HomeSort by relevance Sort by last modified time
    Searched refs:targetLength (Results 1 - 24 of 24) sorted by null

  /external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/helper/
AbbreviatorTest.java 128 void assertTheory0(int averageLen, String filename, String result, int fixedLen, int targetLength) {
133 void assertUsefulness(int averageLen, String filename, String result, int fixedLen, int targetLength) {
137 if (targetLength > fixedLen + margin) {
138 assertTrue("filename=[" + filename + "], result=[" + result + "] resultLength=" + resLen + " fixedLength=" + fixedLen + ", targetLength="
139 + targetLength + ", avgLen=" + averageLen, result.length() <= targetLength + averageLen);
144 void assertTheory1(String filename, String result, int fixedLen, int targetLength) {
151 void assertTheory2(String filename, String result, int fixedLen, int targetLength) {
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetASCII.java 70 int targetLength = target.limit() - oldTarget;
72 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength)
82 if (sourceLength <= targetLength) {
87 source.position(oldSource + targetLength);
88 target.position(oldTarget + targetLength);
228 int targetLength = target.limit() - oldTarget;
230 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength)
240 if (sourceLength <= targetLength) {
    [all...]
CharsetCompoundText.java 350 int targetLength = 0;
373 targetLength = 0;
451 targetLength = i;
455 targetBytes[i+targetLength] = tmpTargetBuffer.get(i);
457 targetLength += i;
459 for (i = 0; i < targetLength; i++) {
475 for (int n = i; n < targetLength; n++) {
  /external/icu/icu4c/source/i18n/
sortkey.cpp 196 int32_t targetLength = target.getLength();
197 if (minLength < targetLength) {
199 } else if (minLength == targetLength) {
202 minLength = targetLength;
ucol.cpp 445 int32_t targetLength)
451 UTRACE_DATA2(UTRACE_VERBOSE, "target string = %vh ", target, targetLength);
456 compare(source, sourceLength, target, targetLength, status);
467 int32_t targetLength,
474 UTRACE_DATA2(UTRACE_VERBOSE, "target string = %vb ", target, targetLength);
484 source, sourceLength, target, targetLength, *status);
496 int32_t targetLength)
498 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
508 int32_t targetLength)
510 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
    [all...]
coll.cpp 511 const UChar* target, int32_t targetLength)
515 return (EComparisonResult)compare(source, sourceLength, target, targetLength, ec);
  /external/icu/icu4c/source/common/
ucnvhz.cpp 41 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
43 if(targetIndex < targetLength){ \
343 int32_t targetLength = (int32_t)(args->targetLimit - myTarget);
358 if(args->converter->fromUChar32!=0 && myTargetIndex < targetLength) {
364 if (myTargetIndex < targetLength){
371 /*concatEscape(args, &myTargetIndex, &targetLength,"\x7E\x7E",err,2,&mySourceIndex);*/
374 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
398 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
404 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
411 if( myTargetIndex <targetLength){
    [all...]
ucnv.cpp     [all...]
unistr.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 551 * @param targetLength The length of target, or -1 if null-terminated.
564 int32_t targetLength);
575 * @param targetLength The length of target, or -1 if null-terminated.
590 int32_t targetLength,
600 * @param targetLength The length of target, or -1 if null-terminated.
610 const UChar *target, int32_t targetLength);
619 * @param targetLength The length of target, or -1 if null-terminated.
629 const UChar *target, int32_t targetLength);
638 * @param targetLength The length of target, or -1 if null-terminated.
648 const UChar *target, int32_t targetLength);
    [all...]
coll.h 416 * @param targetLength the length of the target string array. If this value
424 const char16_t* target, int32_t targetLength)
435 * @param targetLength the length of the target string array. If this value
444 const char16_t* target, int32_t targetLength,
    [all...]
tblcoll.h 303 * @param targetLength the length of the target string array. If this value
312 const char16_t* target, int32_t targetLength,
    [all...]
  /external/icu/libandroidicu/include/unicode/
ucol.h 551 * @param targetLength The length of target, or -1 if null-terminated.
564 int32_t targetLength);
575 * @param targetLength The length of target, or -1 if null-terminated.
590 int32_t targetLength,
600 * @param targetLength The length of target, or -1 if null-terminated.
610 const UChar *target, int32_t targetLength);
619 * @param targetLength The length of target, or -1 if null-terminated.
629 const UChar *target, int32_t targetLength);
638 * @param targetLength The length of target, or -1 if null-terminated.
648 const UChar *target, int32_t targetLength);
    [all...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 262 int targetLength = len * 3 + 1;
263 char* buffer = new char[targetLength];
264 // don't normally check for NULL, but in this case targetLength may be large
269 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 134 int32_t treeLength, suffixLength, targetLength;
150 targetLength=treeLength+idLength+suffixLength;
151 if(targetLength>=capacity) {
153 itemName, (long)targetLength);
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/icu/libandroidicu/static_shim/
shim.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp     [all...]
  /external/lz4/lib/
lz4hc.c 720 U32 targetLength;
755 cParam.nbSearches, cParam.targetLength, limit,
    [all...]
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
  /external/error_prone/error_prone/
error_prone_core-2.3.2-with-dependencies.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 3459 milliseconds