Home
last modified time | relevance | path

Searched refs:isAscii (Results 1 – 25 of 988) sorted by relevance

12345678910>>...40

/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/secure/
H A Dstring.cpp739 if ( isAscii () ) in getChar()
764 if ( isAscii () && s . isAscii () ) in compare()
1022 if ( isAscii () ) in find()
1062 if ( isAscii () ) in rfind()
1096 if ( isAscii () ) in findFirstOf()
1147 if ( isAscii () ) in findLastOf()
2125 if ( isAscii () ) in find()
2140 if ( isAscii () ) in find()
2181 if ( isAscii () ) in rfind()
2196 if ( isAscii () ) in rfind()
[all …]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/text-short-0.1.3/src-test/
H A DTests.hs69 , QC.testProperty "isAscii" $ \s -> IUT.isAscii (IUT.fromString s) == all isAscii s
70 , QC.testProperty "isAscii2" $ \t -> IUT.isAscii (IUT.fromText t) == T.all isAscii t
108 …QC.testProperty "find" $ \t -> IUT.find Data.Char.isAscii (IUT.fromText t) == T.find Data.Char.isA…
109 …rty "findIndex" $ \t -> IUT.findIndex Data.Char.isAscii (IUT.fromText t) == T.findIndex Data.Char.
135 , QC.testProperty "break" $ \t -> let (l,r) = IUT.break Data.Char.isAscii (IUT.fromText t)
136 in T.break Data.Char.isAscii t == (IUT.toText l,IUT.toText r)
138 , QC.testProperty "span" $ \t -> let (l,r) = IUT.span Data.Char.isAscii (IUT.fromText t)
139 in T.span Data.Char.isAscii t == (IUT.toText l,IUT.toText r)
141 , QC.testProperty "breakEnd" $ \t -> let (l,r) = IUT.breakEnd Data.Char.isAscii (IUT.fromText t)
144 , QC.testProperty "spanEnd" $ \t -> let (l,r) = IUT.spanEnd Data.Char.isAscii (IUT.fromText t)
[all …]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/text-short-0.1.3/src-test/
H A DTests.hs69 , QC.testProperty "isAscii" $ \s -> IUT.isAscii (IUT.fromString s) == all isAscii s
70 , QC.testProperty "isAscii2" $ \t -> IUT.isAscii (IUT.fromText t) == T.all isAscii t
108 …QC.testProperty "find" $ \t -> IUT.find Data.Char.isAscii (IUT.fromText t) == T.find Data.Char.isA…
109 …rty "findIndex" $ \t -> IUT.findIndex Data.Char.isAscii (IUT.fromText t) == T.findIndex Data.Char.
135 , QC.testProperty "break" $ \t -> let (l,r) = IUT.break Data.Char.isAscii (IUT.fromText t)
136 in T.break Data.Char.isAscii t == (IUT.toText l,IUT.toText r)
138 , QC.testProperty "span" $ \t -> let (l,r) = IUT.span Data.Char.isAscii (IUT.fromText t)
139 in T.span Data.Char.isAscii t == (IUT.toText l,IUT.toText r)
141 , QC.testProperty "breakEnd" $ \t -> let (l,r) = IUT.breakEnd Data.Char.isAscii (IUT.fromText t)
144 , QC.testProperty "spanEnd" $ \t -> let (l,r) = IUT.spanEnd Data.Char.isAscii (IUT.fromText t)
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/text-short-0.1.3/src-test/
H A DTests.hs69 , QC.testProperty "isAscii" $ \s -> IUT.isAscii (IUT.fromString s) == all isAscii s
70 , QC.testProperty "isAscii2" $ \t -> IUT.isAscii (IUT.fromText t) == T.all isAscii t
108 …QC.testProperty "find" $ \t -> IUT.find Data.Char.isAscii (IUT.fromText t) == T.find Data.Char.isA…
109 …rty "findIndex" $ \t -> IUT.findIndex Data.Char.isAscii (IUT.fromText t) == T.findIndex Data.Char.
135 , QC.testProperty "break" $ \t -> let (l,r) = IUT.break Data.Char.isAscii (IUT.fromText t)
136 in T.break Data.Char.isAscii t == (IUT.toText l,IUT.toText r)
138 , QC.testProperty "span" $ \t -> let (l,r) = IUT.span Data.Char.isAscii (IUT.fromText t)
139 in T.span Data.Char.isAscii t == (IUT.toText l,IUT.toText r)
141 , QC.testProperty "breakEnd" $ \t -> let (l,r) = IUT.breakEnd Data.Char.isAscii (IUT.fromText t)
144 , QC.testProperty "spanEnd" $ \t -> let (l,r) = IUT.spanEnd Data.Char.isAscii (IUT.fromText t)
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/text-short-0.1.3/src-test/
H A DTests.hs69 , QC.testProperty "isAscii" $ \s -> IUT.isAscii (IUT.fromString s) == all isAscii s
70 , QC.testProperty "isAscii2" $ \t -> IUT.isAscii (IUT.fromText t) == T.all isAscii t
108 …QC.testProperty "find" $ \t -> IUT.find Data.Char.isAscii (IUT.fromText t) == T.find Data.Char.isA…
109 …rty "findIndex" $ \t -> IUT.findIndex Data.Char.isAscii (IUT.fromText t) == T.findIndex Data.Char.
135 , QC.testProperty "break" $ \t -> let (l,r) = IUT.break Data.Char.isAscii (IUT.fromText t)
136 in T.break Data.Char.isAscii t == (IUT.toText l,IUT.toText r)
138 , QC.testProperty "span" $ \t -> let (l,r) = IUT.span Data.Char.isAscii (IUT.fromText t)
139 in T.span Data.Char.isAscii t == (IUT.toText l,IUT.toText r)
141 , QC.testProperty "breakEnd" $ \t -> let (l,r) = IUT.breakEnd Data.Char.isAscii (IUT.fromText t)
144 , QC.testProperty "spanEnd" $ \t -> let (l,r) = IUT.spanEnd Data.Char.isAscii (IUT.fromText t)
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/plugins/CommonPlugin/vendor/crossjoin/css/src/Crossjoin/Css/Format/Rule/AtMedia/
H A DMediaRule.php98 $isAscii = false;
101 $isAscii = true;
106 if ($isAscii === true) {
242 $isAscii = false;
246 $isAscii = true;
252 if ($isAscii === true) {
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-2.11.4/src/Text/Pandoc/
H A DBCP47.hs21 import Data.Char (isAlphaNum, isAscii, isLetter, isLower, isUpper)
71 asciiLetter = P.satisfy (\c -> isAscii c && isLetter c)
79 x <- P.satisfy (\c -> isAscii c && isLetter c && isUpper c)
81 (P.satisfy (\c -> isAscii c && isLetter c && isLower c))
101 cs <- P.many1 $ P.satisfy (\c -> isAscii c && isAlphaNum c)
109 cs <- P.many1 $ P.satisfy (\c -> isAscii c && isAlphaNum c)
/dports/textproc/hs-pandoc/pandoc-2.14.2/src/Text/Pandoc/
H A DAsciify.hs15 import Data.Char (isAscii, isMark)
21 toAsciiText = T.filter isAscii . TN.normalize (TN.NFD)
25 (x:xs) | isAscii x
/dports/java/apache-commons-lang/commons-lang-2.6-src/src/test/java/org/apache/commons/lang/
H A DCharUtilsTest.java207 assertEquals(true, CharUtils.isAscii('a')); in testIsAscii_char()
208 assertEquals(true, CharUtils.isAscii('A')); in testIsAscii_char()
209 assertEquals(true, CharUtils.isAscii('3')); in testIsAscii_char()
210 assertEquals(true, CharUtils.isAscii('-')); in testIsAscii_char()
211 assertEquals(true, CharUtils.isAscii('\n')); in testIsAscii_char()
212 assertEquals(false, CharUtils.isAscii(CHAR_COPY)); in testIsAscii_char()
216 assertEquals(true, CharUtils.isAscii((char) i)); in testIsAscii_char()
218 assertEquals(false, CharUtils.isAscii((char) i)); in testIsAscii_char()
230 assertEquals(false, CharUtils.isAscii(CHAR_COPY)); in testIsAsciiPrintable_char()
/dports/graphics/libimg/Img-1.4.12/ppm/
H A Dppm.c137 Boln isAscii; member
149 static void printImgInfo (int width, int height, int maxVal, int isAscii, int nChans, in printImgInfo() argument
211 Int nShorts, char *buf, Boln swapBytes, Boln isAscii) in readUShortRow() argument
220 if (isAscii) { in readUShortRow()
253 Int nBytes, char *buf, Boln swapBytes, Boln isAscii) in readUByteRow() argument
262 if (isAscii) { in readUByteRow()
285 Int nchan, Boln swapBytes, Boln isAscii, Boln verbose, in readUShortFile() argument
332 Int nchan, Boln swapBytes, Boln isAscii, Boln verbose, in readUByteFile() argument
638 Boln swapBytes, isAscii; in CommonRead() local
682 printImgInfo (fileWidth, fileHeight, maxIntensity, isAscii, type==PGM? 1: 3, in CommonRead()
[all …]
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/com/sun/mail/imap/protocol/
H A DSearchSequence.java159 public static boolean isAscii(SearchTerm term) { in isAscii() method in SearchSequence
161 return isAscii(((AndTerm)term).getTerms()); in isAscii()
163 return isAscii(((OrTerm)term).getTerms()); in isAscii()
165 return isAscii(((NotTerm)term).getTerm()); in isAscii()
167 return isAscii(((StringTerm)term).getPattern()); in isAscii()
169 return isAscii(((AddressTerm)term).getAddress().toString()); in isAscii()
182 public static boolean isAscii(SearchTerm[] terms) { in isAscii() method in SearchSequence
184 if (!isAscii(terms[i])) // outta here ! in isAscii()
195 public static boolean isAscii(String s) { in isAscii() method in SearchSequence
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/rtl/
H A Dcharacter.hxx54 inline bool isAscii(sal_uInt32 code) in isAscii() function
61 bool isAscii(char) = delete;
62 bool isAscii(signed char) = delete;
63 template<typename T> inline bool isAscii(T code) in isAscii() function
64 { return isAscii(sal_uInt32(code)); } in isAscii()
/dports/devel/stack/stack-2.7.3/_cabal_deps/basement-0.0.12/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/basement-0.0.11/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/basement-0.0.11/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/basement-0.0.11/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/net-im/uTox/uTox/third-party/qrcodegen/cpp/
H A DQrCodeGeneratorWorker.cpp58 bool isAscii = true; in main() local
64 isAscii &= 0 < b && b < 128; in main()
77 if (isAscii) { in main()
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/basement-0.0.11/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/basement-0.0.12/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/basement-0.0.11/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/basement-0.0.11/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/basement-0.0.11/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/basement-0.0.12/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/basement-0.0.11/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/basement-0.0.12/Basement/String/Encoding/
H A DASCII7.hs34 isAscii :: Word8 -> Bool
35 isAscii (W8# w) = W8# (and# w 0x80## ) == 0 function
63 | isAscii w8 = Right (toChar w, off + 1) function

12345678910>>...40