Home
last modified time | relevance | path

Searched refs:enPos (Results 1 – 15 of 15) sorted by relevance

/dports/textproc/apertium/apertium-3.6.1/apertium/
H A Dtmx_alignment.cc84 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in buildDynProgMatrix()
262 --enPos; in trelliToLadder()
434 for ( int y=enPos-radius; y<=enPos+radius; ++y ) in setBox()
457 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in borderDetailedAlignMatrix()
488 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in borderDetailedAlignMatrix()
513 for ( enPos=0; enPos<enBookSize; ++enPos ) in dumpAlignMatrix()
518 if ( (enPos<start) || (enPos>=end) ) in dumpAlignMatrix()
539 for ( enPos=0; enPos<enBookSize; ++enPos ) in dumpAlignMatrix()
544 if ( (enPos<start) || (enPos>=end) ) in dumpAlignMatrix()
598 for ( enPos=0; enPos<enBookSize; ++enPos ) in dumpTrelliMatrix()
[all …]
H A Dtmx_book_to_matrix.cc168 int huPos,enPos; in sentenceListsToAlignMatrixIdentity() local
176 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in sentenceListsToAlignMatrixIdentity()
179 const Phrase& en = enSentenceList[enPos].words; in sentenceListsToAlignMatrixIdentity()
202 for ( size_t enPos=0; enPos<en.size(); ++enPos ) in scoreByTranslation() local
204 const Word& enWord = en[enPos]; in scoreByTranslation()
229 int huPos,enPos; in sentenceListsToAlignMatrixTranslation() local
239 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in sentenceListsToAlignMatrixTranslation()
249 const Phrase& en = enSentenceList[enPos].words; in sentenceListsToAlignMatrixTranslation()
279 int huPos,enPos; in sentenceListsToAlignMatrixIBMModelOne() local
287 for ( enPos=rowStart; enPos<rowEnd; ++enPos ) in sentenceListsToAlignMatrixIBMModelOne()
[all …]
H A Dtmx_aligner_tool.cc26 int huPos, enPos; in readTrailOrBisentenceList() local
36 is >> enPos; in readTrailOrBisentenceList()
113 for ( int enPos=rowStart; enPos<rowEnd; ++enPos ) in temporaryDumpOfAlignMatrix() local
122 if (alignMatrix[huPos][enPos]<0) in temporaryDumpOfAlignMatrix()
126 else if (alignMatrix[huPos][enPos]<10) in temporaryDumpOfAlignMatrix()
338 int enPos = bisentenceList[i].second; in alignerToolWithObjects() local
353 os << enSentenceList[enPos].words; in alignerToolWithObjects()
357 os << enPos ; in alignerToolWithObjects()
378 int enPos = bestTrail[i].second; in alignerToolWithObjects() local
395 for ( j=enPos; j<nextenPos; ++j ) in alignerToolWithObjects()
[all …]
H A Dtmx_dictionary.cc630 for ( size_t enPos=0; enPos<en.size(); ++enPos ) in build() local
632 transProbs[ std::make_pair(huWord, en[enPos]) ] += huRatio ; in build()
653 for ( size_t enPos=0; enPos<en.size(); ++enPos ) in distance() local
656 const Word& enWord = en[enPos]; in distance()
/dports/graphics/xournalpp/xournalpp-1.1.0/src/gui/dialog/
H A DLanguageConfigGui.cpp46 if (auto enPos = std::lower_bound(availableLocales.begin(), availableLocales.end(), "en"); in LanguageConfigGui() local
47 enPos != availableLocales.end() && !StringUtils::startsWith(*enPos, "en")) { in LanguageConfigGui()
48 availableLocales.insert(enPos, "en"); in LanguageConfigGui()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/livarot/
H A DPathOutline.cpp413 dest->LineTo (enPos+width*enNor); in SubContractOutline()
455 dest->LineTo (enPos+width*enNor); in SubContractOutline()
489 lastP = enPos; in SubContractOutline()
539 lastP = enPos; in SubContractOutline()
595 lastP = enPos; in SubContractOutline()
659 lastP = enPos; in SubContractOutline()
690 lastP = enPos; in SubContractOutline()
762 lastP = enPos; in SubContractOutline()
792 lastP = enPos; in SubContractOutline()
1286 Geom::Point stPos, miPos, enPos; in RecStdCubicTo() local
[all …]
/dports/games/openjk/OpenJK-07675e2/codemp/cgame/
H A Dcg_turret.c210 vec3_t enPos; in TurretClientRun() local
212 VectorCopy(enemy->currentState.pos.trBase, enPos); in TurretClientRun()
214 VectorSubtract(enPos, ent->lerpOrigin, enAng); in TurretClientRun()
/dports/graphics/xv/xv-3.10a/
H A Dxvmgcsfx.c1524 static int curPos, stPos, enPos; /* filename textedit stuff */ variable
1958 curPos = stPos = enPos = 0;
2085 if ((size_t) enPos < strlen(DialogFileName)) { in redrawNamMSD()
2092 XDrawString(theDisp, mgcsfxNameW, theGC,3,ASCENT+3,DialogFileName+stPos, enPos-stPos); in redrawNamMSD()
2109 if (curPos>enPos) enPos = curPos; in showFNamMSD()
2112 if (enPos>len) enPos = (len>0) ? len-1 : 0; in showFNamMSD()
2116 while (XTextWidth(mfinfo, &DialogFileName[stPos], enPos-stPos) < MSNAMWIDE in showFNamMSD()
2117 && enPos<len) { enPos++; } in showFNamMSD()
2122 while (XTextWidth(mfinfo, &DialogFileName[stPos], enPos-stPos) > MSNAMWIDE) { in showFNamMSD()
2123 if (enPos != curPos) enPos--; in showFNamMSD()
H A Dxvdir.c543 if (enPos > stPos &&
555 for (pos=stPos; pos+1 < enPos; pos++) {
1108 if ((size_t) enPos < strlen(filename)) {
1115 XDrawString(theDisp, dnamW, theGC,3,ASCENT+3,filename+stPos, enPos-stPos);
1393 stPos = 0; enPos = curPos;
1407 if (curPos>enPos) enPos = curPos;
1410 if (enPos>len) enPos = (len>0) ? len-1 : 0;
1414 while (XTextWidth(mfinfo, &filename[stPos], enPos-stPos) < DNAMWIDE
1415 && enPos<len) { enPos++; }
1420 while (XTextWidth(mfinfo, &filename[stPos], enPos-stPos) > DNAMWIDE) {
[all …]
/dports/graphics/xv-m17n/xv-3.10a/
H A Dxvmgcsfx.c1524 static int curPos, stPos, enPos; /* filename textedit stuff */ variable
1958 curPos = stPos = enPos = 0;
2085 if ((size_t) enPos < strlen(DialogFileName)) { in redrawNamMSD()
2092 XDrawString(theDisp, mgcsfxNameW, theGC,3,ASCENT+3,DialogFileName+stPos, enPos-stPos); in redrawNamMSD()
2109 if (curPos>enPos) enPos = curPos; in showFNamMSD()
2112 if (enPos>len) enPos = (len>0) ? len-1 : 0; in showFNamMSD()
2116 while (XTextWidth(mfinfo, &DialogFileName[stPos], enPos-stPos) < MSNAMWIDE in showFNamMSD()
2117 && enPos<len) { enPos++; } in showFNamMSD()
2122 while (XTextWidth(mfinfo, &DialogFileName[stPos], enPos-stPos) > MSNAMWIDE) { in showFNamMSD()
2123 if (enPos != curPos) enPos--; in showFNamMSD()
H A Dxvdir.c543 if (enPos > stPos &&
555 for (pos=stPos; pos+1 < enPos; pos++) {
1108 if ((size_t) enPos < strlen(filename)) {
1115 XDrawString(theDisp, dnamW, theGC,3,ASCENT+3,filename+stPos, enPos-stPos);
1393 stPos = 0; enPos = curPos;
1407 if (curPos>enPos) enPos = curPos;
1410 if (enPos>len) enPos = (len>0) ? len-1 : 0;
1414 while (XTextWidth(mfinfo, &filename[stPos], enPos-stPos) < DNAMWIDE
1415 && enPos<len) { enPos++; }
1420 while (XTextWidth(mfinfo, &filename[stPos], enPos-stPos) > DNAMWIDE) {
[all …]
/dports/japanese/xv/xv-3.10a/
H A Dxvmgcsfx.c1524 static int curPos, stPos, enPos; /* filename textedit stuff */ variable
1958 curPos = stPos = enPos = 0;
2085 if ((size_t) enPos < strlen(DialogFileName)) { in redrawNamMSD()
2092 XDrawString(theDisp, mgcsfxNameW, theGC,3,ASCENT+3,DialogFileName+stPos, enPos-stPos); in redrawNamMSD()
2109 if (curPos>enPos) enPos = curPos; in showFNamMSD()
2112 if (enPos>len) enPos = (len>0) ? len-1 : 0; in showFNamMSD()
2116 while (XTextWidth(mfinfo, &DialogFileName[stPos], enPos-stPos) < MSNAMWIDE in showFNamMSD()
2117 && enPos<len) { enPos++; } in showFNamMSD()
2122 while (XTextWidth(mfinfo, &DialogFileName[stPos], enPos-stPos) > MSNAMWIDE) { in showFNamMSD()
2123 if (enPos != curPos) enPos--; in showFNamMSD()
H A Dxvdir.c543 if (enPos > stPos &&
555 for (pos=stPos; pos+1 < enPos; pos++) {
1108 if ((size_t) enPos < strlen(filename)) {
1115 XDrawString(theDisp, dnamW, theGC,3,ASCENT+3,filename+stPos, enPos-stPos);
1393 stPos = 0; enPos = curPos;
1407 if (curPos>enPos) enPos = curPos;
1410 if (enPos>len) enPos = (len>0) ? len-1 : 0;
1414 while (XTextWidth(mfinfo, &filename[stPos], enPos-stPos) < DNAMWIDE
1415 && enPos<len) { enPos++; }
1420 while (XTextWidth(mfinfo, &filename[stPos], enPos-stPos) > DNAMWIDE) {
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qtcreatorcdbext/
H A Dsymbolgroupvalue.cpp330 const std::wstring::size_type enPos = v.find(L"(0n"); in intValue() local
331 if (enPos != std::wstring::npos && v.at(v.size() - 1) == L')') in intValue()
332 v = v.substr(enPos + 3, v.size() - 4); in intValue()
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dparsettfatt.c6036 int enSub, disSub, enPos, disPos, maxShrink, maxExtend; in jstf_lang() local
6043 enPos = getushort(ttf); in jstf_lang()
6051 ret->prios[i].enableShrink = jstf_subpos(ttf,pbase,enSub,enPos, info); in jstf_lang()