HomeSort by relevance Sort by last modified time
    Searched full:targetlength (Results 1 - 25 of 32) sorted by null

1 2

  /external/chromium-trace/catapult/dashboard/dashboard/static/
autocomplete.html 134 * @param {number} targetLength Length of the target string.
137 node, resultDict, targetLength) {
147 resultDict[data[0]] += this.getScore_(targetLength, data);
151 this.searchAllSubNodes_(node[1][char], resultDict, targetLength);
205 * @param {number} targetLength Length of target word.
210 Trie.prototype.getScore_ = function(targetLength, data) {
211 return targetLength * Math.pow(targetLength / data[2], 2) / data[3];
  /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 67 int targetLength = target.limit() - oldTarget;
69 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength)
79 if (sourceLength <= targetLength) {
84 source.position(oldSource + targetLength);
85 target.position(oldTarget + targetLength);
223 int targetLength = target.limit() - oldTarget;
225 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength)
235 if (sourceLength <= targetLength) {
    [all...]
CharsetCompoundText.java 346 int targetLength = 0;
369 targetLength = 0;
447 targetLength = i;
451 targetBytes[i+targetLength] = tmpTargetBuffer.get(i);
453 targetLength += i;
455 for (i = 0; i < targetLength; i++) {
471 for (int n = i; n < targetLength; n++) {
CharsetHZ.java 264 * concatEscape(args, &myTargetIndex, &targetLength,"\x7E\x7E",err,2,&mySourceIndex);
  /external/icu/icu4c/source/i18n/
ucol.cpp 442 int32_t targetLength)
448 UTRACE_DATA2(UTRACE_VERBOSE, "target string = %vh ", target, targetLength);
453 compare(source, sourceLength, target, targetLength, status);
464 int32_t targetLength,
471 UTRACE_DATA2(UTRACE_VERBOSE, "target string = %vb ", target, targetLength);
481 source, sourceLength, target, targetLength, *status);
493 int32_t targetLength)
495 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
505 int32_t targetLength)
507 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
    [all...]
sortkey.cpp 194 int32_t targetLength = target.getLength();
195 if (minLength < targetLength) {
197 } else if (minLength == targetLength) {
200 minLength = targetLength;
coll.cpp 500 const UChar* target, int32_t targetLength)
504 return (EComparisonResult)compare(source, sourceLength, target, targetLength, ec);
  /external/icu/icu4c/source/common/
ucnvhz.c 39 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
41 if(targetIndex < targetLength){ \
341 int32_t targetLength = (int32_t)(args->targetLimit - myTarget);
356 if(args->converter->fromUChar32!=0 && myTargetIndex < targetLength) {
362 if (myTargetIndex < targetLength){
369 /*concatEscape(args, &myTargetIndex, &targetLength,"\x7E\x7E",err,2,&mySourceIndex);*/
372 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
396 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
402 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
409 if( myTargetIndex <targetLength){
    [all...]
unistr.cpp     [all...]
ucnv.c     [all...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 220 int targetLength = len * 3 + 1;
221 char* buffer = new char[targetLength];
222 // don't normally check for NULL, but in this case targetLength may be large
227 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 132 int32_t treeLength, suffixLength, targetLength;
148 targetLength=treeLength+idLength+suffixLength;
149 if(targetLength>=capacity) {
151 itemName, (long)targetLength);
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 540 * @param targetLength The length of target, or -1 if null-terminated.
553 int32_t targetLength);
564 * @param targetLength The length of target, or -1 if null-terminated.
579 int32_t targetLength,
589 * @param targetLength The length of target, or -1 if null-terminated.
599 const UChar *target, int32_t targetLength);
608 * @param targetLength The length of target, or -1 if null-terminated.
618 const UChar *target, int32_t targetLength);
627 * @param targetLength The length of target, or -1 if null-terminated.
637 const UChar *target, int32_t targetLength);
    [all...]
coll.h 411 * @param targetLength the length of the target string array. If this value
419 const UChar* target, int32_t targetLength)
430 * @param targetLength the length of the target string array. If this value
439 const UChar* target, int32_t targetLength,
    [all...]
tblcoll.h 301 * @param targetLength the length of the target string array. If this value
310 const UChar* target, int32_t targetLength,
    [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sspi.h 547 unsigned __LONG32 TargetLength;
    [all...]
  /external/icu/icu4c/source/test/intltest/
apicoll.cpp     [all...]
  /prebuilts/tools/common/m2/repository/org/jvnet/staxex/stax-ex/1.7.7/
stax-ex-1.7.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 

Completed in 606 milliseconds

1 2