Home
last modified time | relevance | path

Searched refs:prevCh (Results 1 – 25 of 156) sorted by relevance

1234567

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Format/DateFormat/
H A DSDFTCKZoneNamesTest.java44 char prevCh = 0; in myFormat() local
62 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
64 prevCh = 0; in myFormat()
67 if (ch != prevCh && count > 0) { in myFormat()
68 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
69 prevCh = ch; in myFormat()
72 if (ch != prevCh) prevCh = ch; in myFormat()
76 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
78 prevCh = 0; in myFormat()
84 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/text/Format/DateFormat/
H A DSDFTCKZoneNamesTest.java44 char prevCh = 0; in myFormat() local
62 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
64 prevCh = 0; in myFormat()
67 if (ch != prevCh && count > 0) { in myFormat()
68 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
69 prevCh = ch; in myFormat()
72 if (ch != prevCh) prevCh = ch; in myFormat()
76 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
78 prevCh = 0; in myFormat()
84 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/text/Format/DateFormat/
H A DSDFTCKZoneNamesTest.java44 char prevCh = 0; in myFormat() local
62 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
64 prevCh = 0; in myFormat()
67 if (ch != prevCh && count > 0) { in myFormat()
68 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
69 prevCh = ch; in myFormat()
72 if (ch != prevCh) prevCh = ch; in myFormat()
76 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
78 prevCh = 0; in myFormat()
84 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/text/Format/DateFormat/
H A DSDFTCKZoneNamesTest.java44 char prevCh = 0; in myFormat() local
62 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
64 prevCh = 0; in myFormat()
67 if (ch != prevCh && count > 0) { in myFormat()
68 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
69 prevCh = ch; in myFormat()
72 if (ch != prevCh) prevCh = ch; in myFormat()
76 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
78 prevCh = 0; in myFormat()
84 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/text/Format/DateFormat/
H A DSDFTCKZoneNamesTest.java44 char prevCh = 0; in myFormat() local
62 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
64 prevCh = 0; in myFormat()
67 if (ch != prevCh && count > 0) { in myFormat()
68 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
69 prevCh = ch; in myFormat()
72 if (ch != prevCh) prevCh = ch; in myFormat()
76 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
78 prevCh = 0; in myFormat()
84 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/text/Format/DateFormat/
H A DSDFTCKZoneNamesTest.java44 char prevCh = 0; in myFormat() local
62 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
64 prevCh = 0; in myFormat()
67 if (ch != prevCh && count > 0) { in myFormat()
68 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
69 prevCh = ch; in myFormat()
72 if (ch != prevCh) prevCh = ch; in myFormat()
76 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
78 prevCh = 0; in myFormat()
84 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/text/Format/DateFormat/
H A DSDFTCKZoneNamesTest.java44 char prevCh = 0; in myFormat() local
62 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
64 prevCh = 0; in myFormat()
67 if (ch != prevCh && count > 0) { in myFormat()
68 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
69 prevCh = ch; in myFormat()
72 if (ch != prevCh) prevCh = ch; in myFormat()
76 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
78 prevCh = 0; in myFormat()
84 toAppendTo.append(subFormat(prevCh, count, date, sdf)); in myFormat()
/dports/textproc/peco/peco-v0.4.4/pipeline/
H A Dpipeline.go121 var prevCh OutputChannel = OutputChannel(make(chan interface{}))
122 go p.dst.Accept(ctx, prevCh, nil)
127 go cur.Accept(ctx, ch, prevCh)
128 prevCh = OutputChannel(ch)
133 go p.src.Start(ctx, prevCh)
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/vty-5.33/src/Graphics/Vty/UnicodeWidthTable/
H A DQuery.hs48 go (Just r@(WidthTableRange prevCh sz prevWidth)) finishedRanges ((c, width):rest) =
49 if c == prevCh + sz && prevWidth == width
50 then go (Just (WidthTableRange prevCh (sz + 1) prevWidth)) finishedRanges rest
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/vty-5.33/src/Graphics/Vty/UnicodeWidthTable/
H A DQuery.hs48 go (Just r@(WidthTableRange prevCh sz prevWidth)) finishedRanges ((c, width):rest) =
49 if c == prevCh + sz && prevWidth == width
50 then go (Just (WidthTableRange prevCh (sz + 1) prevWidth)) finishedRanges rest
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/vty-5.32/src/Graphics/Vty/UnicodeWidthTable/
H A DQuery.hs48 go (Just r@(WidthTableRange prevCh sz prevWidth)) finishedRanges ((c, width):rest) =
49 if c == prevCh + sz && prevWidth == width
50 then go (Just (WidthTableRange prevCh (sz + 1) prevWidth)) finishedRanges rest
/dports/misc/hs-hascard/hascard-0.3.0.1/_cabal_deps/vty-5.30/src/Graphics/Vty/UnicodeWidthTable/
H A DQuery.hs48 go (Just r@(WidthTableRange prevCh sz prevWidth)) finishedRanges ((c, width):rest) =
49 if c == prevCh + sz && prevWidth == width
50 then go (Just (WidthTableRange prevCh (sz + 1) prevWidth)) finishedRanges rest
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dtext_simple.c98 iChar prevCh = 0; in runSimple_Font_() local
135 if (isEmoji_Char(prevCh)) { in runSimple_Font_()
175 prevCh = ch; in runSimple_Font_()
193 prevCh = 0; in runSimple_Font_()
213 prevCh = 0; in runSimple_Font_()
255 prevCh = 0; in runSimple_Font_()
356 if ((wrap && wrap->mode == anyCharacter_WrapTextMode) || isWrapBoundary_(prevCh, ch)) { in runSimple_Font_()
360 prevCh = ch; in runSimple_Font_()
/dports/www/firefox-esr/firefox-91.8.0/dom/xslt/xml/
H A DtxXMLUtils.cpp121 char16_t prevCh = 0; in normalizePIValue() local
128 if (prevCh == '?') { in normalizePIValue()
138 prevCh = ch; in normalizePIValue()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/xslt/xml/
H A DtxXMLUtils.cpp121 char16_t prevCh = 0; in normalizePIValue() local
128 if (prevCh == '?') { in normalizePIValue()
138 prevCh = ch; in normalizePIValue()
/dports/www/firefox/firefox-99.0/dom/xslt/xml/
H A DtxXMLUtils.cpp121 char16_t prevCh = 0; in normalizePIValue() local
128 if (prevCh == '?') { in normalizePIValue()
138 prevCh = ch; in normalizePIValue()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/xslt/xml/
H A DtxXMLUtils.cpp121 char16_t prevCh = 0; in normalizePIValue() local
128 if (prevCh == '?') { in normalizePIValue()
138 prevCh = ch; in normalizePIValue()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/xslt/xml/
H A DtxXMLUtils.cpp122 char16_t prevCh = 0; in normalizePIValue() local
129 if (prevCh == '?') { in normalizePIValue()
137 prevCh = ch; in normalizePIValue()
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/xslt/xml/
H A DtxXMLUtils.cpp133 char16_t prevCh = 0; in normalizePIValue() local
141 if (prevCh == '?') { in normalizePIValue()
152 prevCh = ch; in normalizePIValue()
/dports/devel/upp/upp/uppsrc/plugin/astyle/
H A DASEnhancer.cpp459 char prevCh = 0; // char just before header in findKeyword() local
467 prevCh = line[i-1]; in findKeyword()
470 if (prevCh != 0 in findKeyword()
472 && isLegalNameCharX(prevCh)) in findKeyword()
/dports/textproc/R-cran-stringi/stringi/src/icu55/i18n/
H A Ddtitvfmt.cpp1197 UChar prevCh = 0; in splitPatternInto2Part() local
1227 if (ch != prevCh && count > 0) { in splitPatternInto2Part()
1231 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1251 prevCh = ch; in splitPatternInto2Part()
1350 UChar prevCh = 0; in adjustFieldWidth() local
1360 if (ch != prevCh && count > 0) { in adjustFieldWidth()
1362 UChar skeletonChar = prevCh; in adjustFieldWidth()
1375 adjustedPtn.insert(i, prevCh); in adjustFieldWidth()
1394 prevCh = ch; in adjustFieldWidth()
1401 UChar skeletonChar = prevCh; in adjustFieldWidth()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/i18n/
H A Ddtitvfmt.cpp1229 UChar prevCh = 0; in splitPatternInto2Part() local
1259 if (ch != prevCh && count > 0) { in splitPatternInto2Part()
1263 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1283 prevCh = ch; in splitPatternInto2Part()
1442 UChar prevCh = 0; in adjustFieldWidth() local
1452 if (ch != prevCh && count > 0) { in adjustFieldWidth()
1454 UChar skeletonChar = prevCh; in adjustFieldWidth()
1467 adjustedPtn.insert(i, prevCh); in adjustFieldWidth()
1486 prevCh = ch; in adjustFieldWidth()
1493 UChar skeletonChar = prevCh; in adjustFieldWidth()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/i18n/
H A Ddtitvfmt.cpp1229 UChar prevCh = 0; in splitPatternInto2Part() local
1259 if (ch != prevCh && count > 0) { in splitPatternInto2Part()
1263 patternRepeated[prevCh - PATTERN_CHAR_BASE] = TRUE; in splitPatternInto2Part()
1283 prevCh = ch; in splitPatternInto2Part()
1442 UChar prevCh = 0; in adjustFieldWidth() local
1452 if (ch != prevCh && count > 0) { in adjustFieldWidth()
1454 UChar skeletonChar = prevCh; in adjustFieldWidth()
1467 adjustedPtn.insert(i, prevCh); in adjustFieldWidth()
1486 prevCh = ch; in adjustFieldWidth()
1493 UChar skeletonChar = prevCh; in adjustFieldWidth()
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qjson/src/
H A Djson_scanner.cpp225 char prevCh = ch; in yylex() local
243 if ( prevCh == '\\' && nextCh != '"' && nextCh != '\\' && nextCh != '/' && in yylex()
253 prevCh = nextCh; in yylex()
257 escape_on = (prevCh == '\\') ? true : false; in yylex()
/dports/x11-toolkits/scintilla/scite/src/
H A DExportHTML.cxx251 char prevCh = '\0'; in SaveToHTML() local
253 prevCh = ' '; in SaveToHTML()
256 if (prevCh != ' ') { in SaveToHTML()
261 prevCh = acc[i]; in SaveToHTML()

1234567