Home
last modified time | relevance | path

Searched refs:isAlpha (Results 1 – 25 of 1812) sorted by last modified time

12345678910>>...73

/dports/textproc/zenxml/zenxml-2.4/zen/
H A Dstring_tools.h28 template <class Char> bool isAlpha (Char ch);
118 template <> bool isAlpha(char ch) = delete; //probably not a good idea with UTF-8 anyway...
120 template <> inline bool isAlpha(wchar_t ch) { return std::iswalpha(ch) != 0; } in isAlpha() function
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Dos_spec.h1163 #define isAlpha( ch ) \ macro
1190 #define isAlpha( ch ) isalpha( byteToInt( ch ) ) macro
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/Magnum/OpenDdl/Implementation/
H A DParsers.cpp89 constexpr bool isAlpha(char c) { in isAlpha() function
93 return isAlpha(c) || isBaseN<10>(c); in isAlphaDecimal()
236 if(!isAlpha(*data) && *data != '_') { in identifier()
/dports/graphics/preview/Preview/
H A DDocument.m502 NSLog(@"isAlpha");
/dports/games/0ad/0ad-0.0.23b-alpha/libraries/source/nvtt/src/src/nvcore/
H A DStrLib.cpp63 static inline bool isAlpha( char c ) { in isAlpha() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/intl/
H A DLanguageTag.h441 bool isAlpha() const { return kind_ == TokenKind::Alpha; } in isAlpha() function
506 return tok.isAlpha() && ((2 <= tok.length() && tok.length() <= 3) || in isLanguage()
512 return tok.isAlpha() && tok.length() == 4; in isScript()
517 return (tok.isAlpha() && tok.length() == 2) || in isRegion()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1717 D3D11_BLEND ConvertBlendFunc(GLenum glBlend, bool isAlpha) in ConvertBlendFunc() argument
1730 d3dBlend = (isAlpha ? D3D11_BLEND_SRC_ALPHA : D3D11_BLEND_SRC_COLOR); in ConvertBlendFunc()
1733 d3dBlend = (isAlpha ? D3D11_BLEND_INV_SRC_ALPHA : D3D11_BLEND_INV_SRC_COLOR); in ConvertBlendFunc()
1736 d3dBlend = (isAlpha ? D3D11_BLEND_DEST_ALPHA : D3D11_BLEND_DEST_COLOR); in ConvertBlendFunc()
1739 d3dBlend = (isAlpha ? D3D11_BLEND_INV_DEST_ALPHA : D3D11_BLEND_INV_DEST_COLOR); in ConvertBlendFunc()
1769 d3dBlend = (isAlpha ? D3D11_BLEND_SRC1_ALPHA : D3D11_BLEND_SRC1_COLOR); in ConvertBlendFunc()
1775 d3dBlend = (isAlpha ? D3D11_BLEND_INV_SRC1_ALPHA : D3D11_BLEND_INV_SRC1_COLOR); in ConvertBlendFunc()
H A Drenderer11_utils.h42 D3D11_BLEND ConvertBlendFunc(GLenum glBlend, bool isAlpha);
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1717 D3D11_BLEND ConvertBlendFunc(GLenum glBlend, bool isAlpha) in ConvertBlendFunc() argument
1730 d3dBlend = (isAlpha ? D3D11_BLEND_SRC_ALPHA : D3D11_BLEND_SRC_COLOR); in ConvertBlendFunc()
1733 d3dBlend = (isAlpha ? D3D11_BLEND_INV_SRC_ALPHA : D3D11_BLEND_INV_SRC_COLOR); in ConvertBlendFunc()
1736 d3dBlend = (isAlpha ? D3D11_BLEND_DEST_ALPHA : D3D11_BLEND_DEST_COLOR); in ConvertBlendFunc()
1739 d3dBlend = (isAlpha ? D3D11_BLEND_INV_DEST_ALPHA : D3D11_BLEND_INV_DEST_COLOR); in ConvertBlendFunc()
1769 d3dBlend = (isAlpha ? D3D11_BLEND_SRC1_ALPHA : D3D11_BLEND_SRC1_COLOR); in ConvertBlendFunc()
1775 d3dBlend = (isAlpha ? D3D11_BLEND_INV_SRC1_ALPHA : D3D11_BLEND_INV_SRC1_COLOR); in ConvertBlendFunc()
H A Drenderer11_utils.h42 D3D11_BLEND ConvertBlendFunc(GLenum glBlend, bool isAlpha);
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/intl/
H A DLanguageTag.h441 bool isAlpha() const { return kind_ == TokenKind::Alpha; } in isAlpha() function
506 return tok.isAlpha() && ((2 <= tok.length() && tok.length() <= 3) || in isLanguage()
512 return tok.isAlpha() && tok.length() == 4; in isScript()
517 return (tok.isAlpha() && tok.length() == 2) || in isRegion()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1717 D3D11_BLEND ConvertBlendFunc(GLenum glBlend, bool isAlpha) in ConvertBlendFunc() argument
1730 d3dBlend = (isAlpha ? D3D11_BLEND_SRC_ALPHA : D3D11_BLEND_SRC_COLOR); in ConvertBlendFunc()
1733 d3dBlend = (isAlpha ? D3D11_BLEND_INV_SRC_ALPHA : D3D11_BLEND_INV_SRC_COLOR); in ConvertBlendFunc()
1736 d3dBlend = (isAlpha ? D3D11_BLEND_DEST_ALPHA : D3D11_BLEND_DEST_COLOR); in ConvertBlendFunc()
1739 d3dBlend = (isAlpha ? D3D11_BLEND_INV_DEST_ALPHA : D3D11_BLEND_INV_DEST_COLOR); in ConvertBlendFunc()
1769 d3dBlend = (isAlpha ? D3D11_BLEND_SRC1_ALPHA : D3D11_BLEND_SRC1_COLOR); in ConvertBlendFunc()
1775 d3dBlend = (isAlpha ? D3D11_BLEND_INV_SRC1_ALPHA : D3D11_BLEND_INV_SRC1_COLOR); in ConvertBlendFunc()
H A Drenderer11_utils.h42 D3D11_BLEND ConvertBlendFunc(GLenum glBlend, bool isAlpha);
/dports/www/gitea/gitea-1.16.5/vendor/golang.org/x/text/internal/language/
H A Dparse.go18 func isAlpha(b byte) bool { func
307 for len(scan.token) == 3 && isAlpha(scan.token[0]) {
320 if len(scan.token) == 4 && isAlpha(scan.token[0]) {
561 if n := len(scan.token); n >= 2 && n <= 3 && isAlpha(scan.token[1]) {
565 for len(scan.token) == 2 && !isAlpha(scan.token[1]) {
H A Dlookup.go202 if isAlpha(s[0]) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/alecthomas/chroma/lexers/a/
H A Darduino.go45 …|hypot|hypotf|image|indexOf|int|interrupts|IPAddress|IRread|isActionDone|isAlpha|isAlphaNumeric|is…
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog2610406 …#i2800# #99677# performance: single character isAlpha et al test for low ASCII characters before c…
/dports/editors/libreoffice/libreoffice-7.2.6.2/i18nutil/source/utility/
H A Dunicode.cxx125 IsType(unicode::isAlpha, ALPHAMASK) in IsType()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dscanner.cxx272 …if(nCol < aLine.getLength() && (BasicCharClass::isAlpha(aLine[nCol], bCompatible) || aLine[nCol] =… in NextSym()
299 … (nCol + 1 >= aLine.getLength() || !BasicCharClass::isAlpha(aLine[nCol + 1], bCompatible))) in NextSym()
H A Dtoken.cxx421 if( !BasicCharClass::isAlpha( ch, bCompatible ) && !bSymbol ) in Next()
H A Dbasiccharclass.cxx42 bool BasicCharClass::isAlpha( sal_Unicode c, bool bCompatible ) in isAlpha() function in BasicCharClass
50 return rtl::isAsciiDigit( c ) || BasicCharClass::isAlpha( c, bCompatible ); in isAlphaNumeric()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Dbasiccharclass.hxx28 bool isAlpha( sal_Unicode c, bool bCompatible );
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Dsyntaxhighlight.cxx265 bool isAlpha(sal_Unicode c) in isAlpha() function
309 && isAlpha(c); in testCharFlags()
415 bIdentifierChar = isAlpha(c); in getNextToken()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/i18nutil/
H A Dunicode.hxx47 static bool isAlpha(const sal_Unicode ch);
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/control/
H A Dfield.cxx938 … (c == '\"') || (c == '%') || (c == 0x2032) || (c == 0x2033) || unicode::isAlpha(c) || unicode::is… in ImplMetricGetUnitText()

12345678910>>...73