Home
last modified time | relevance | path

Searched refs:u_hasBinaryProperty (Results 1 – 25 of 181) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/text/
H A Dcharacter_emoji.cc244 return u_hasBinaryProperty(ch, UCHAR_EMOJI);
247 return u_hasBinaryProperty(ch, UCHAR_EMOJI) &&
248 !u_hasBinaryProperty(ch, UCHAR_EMOJI_PRESENTATION);
252 return u_hasBinaryProperty(ch, UCHAR_EMOJI_PRESENTATION);
256 return u_hasBinaryProperty(ch, UCHAR_EMOJI_MODIFIER_BASE);
H A Dcharacter.cc228 return u_hasBinaryProperty(c, UCHAR_EXTENDED_PICTOGRAPHIC); in IsExtendedPictographic()
232 return u_hasBinaryProperty(c, UCHAR_EMOJI_COMPONENT); in IsEmojiComponent()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/text/
H A Dcharacter_emoji.cc244 return u_hasBinaryProperty(ch, UCHAR_EMOJI);
247 return u_hasBinaryProperty(ch, UCHAR_EMOJI) &&
248 !u_hasBinaryProperty(ch, UCHAR_EMOJI_PRESENTATION);
252 return u_hasBinaryProperty(ch, UCHAR_EMOJI_PRESENTATION);
256 return u_hasBinaryProperty(ch, UCHAR_EMOJI_MODIFIER_BASE);
/dports/devel/icu-lx/icu/source/test/intltest/
H A Ducdtest.cpp250 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
273 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
540 u_hasBinaryProperty(0x1F3FF, UCHAR_EMOJI_MODIFIER)); in TestEmojiProperties()
544 u_hasBinaryProperty(0x2A, UCHAR_EMOJI_COMPONENT)); in TestEmojiProperties()
811 u_hasBinaryProperty(0x20, (UProperty)prop)); in TestBinaryCharacterProperties()
813 u_hasBinaryProperty(0x61, (UProperty)prop)); in TestBinaryCharacterProperties()
815 u_hasBinaryProperty(0x4e00, (UProperty)prop)); in TestBinaryCharacterProperties()
822 u_hasBinaryProperty(c - 1, (UProperty)prop)); in TestBinaryCharacterProperties()
827 u_hasBinaryProperty(c, (UProperty)prop)); in TestBinaryCharacterProperties()
832 u_hasBinaryProperty(c, (UProperty)prop)); in TestBinaryCharacterProperties()
[all …]
/dports/devel/icu/icu/source/test/intltest/
H A Ducdtest.cpp250 if(!u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
273 if(u_hasBinaryProperty(start, derivedPropsIndex[i])) { in TestAdditionalProperties()
540 u_hasBinaryProperty(0x1F3FF, UCHAR_EMOJI_MODIFIER)); in TestEmojiProperties()
544 u_hasBinaryProperty(0x2A, UCHAR_EMOJI_COMPONENT)); in TestEmojiProperties()
811 u_hasBinaryProperty(0x20, (UProperty)prop)); in TestBinaryCharacterProperties()
813 u_hasBinaryProperty(0x61, (UProperty)prop)); in TestBinaryCharacterProperties()
815 u_hasBinaryProperty(0x4e00, (UProperty)prop)); in TestBinaryCharacterProperties()
822 u_hasBinaryProperty(c - 1, (UProperty)prop)); in TestBinaryCharacterProperties()
827 u_hasBinaryProperty(c, (UProperty)prop)); in TestBinaryCharacterProperties()
832 u_hasBinaryProperty(c, (UProperty)prop)); in TestBinaryCharacterProperties()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/
H A Dstri_length.cpp267 0!=u_hasBinaryProperty(c, UCHAR_EMOJI_MODIFIER), in stri__width_char()
268 0!=u_hasBinaryProperty(c, UCHAR_EMOJI_PRESENTATION), in stri__width_char()
301 u_hasBinaryProperty(c, UCHAR_EMOJI_MODIFIER) in stri__width_char()
333 if (width == U_EA_NEUTRAL && u_hasBinaryProperty(c, UCHAR_EMOJI_PRESENTATION)) in stri__width_char()
368 u_hasBinaryProperty(c, UCHAR_EMOJI_MODIFIER) || in stri__width_char_with_context()
369 u_hasBinaryProperty(c, UCHAR_EMOJI_PRESENTATION) || in stri__width_char_with_context()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/editing/state_machines/
H A Dbackspace_state_machine.cc98 if (u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR)) in FeedPrecedingCodeUnit()
114 if (u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR)) { in FeedPrecedingCodeUnit()
131 if (u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR)) { in FeedPrecedingCodeUnit()
152 if (!u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR) && in FeedPrecedingCodeUnit()
167 if (u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR)) { in FeedPrecedingCodeUnit()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/editing/state_machines/
H A Dbackspace_state_machine.cc98 if (u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR)) in FeedPrecedingCodeUnit()
114 if (u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR)) { in FeedPrecedingCodeUnit()
131 if (u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR)) { in FeedPrecedingCodeUnit()
152 if (!u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR) && in FeedPrecedingCodeUnit()
167 if (u_hasBinaryProperty(code_point, UCHAR_VARIATION_SELECTOR)) { in FeedPrecedingCodeUnit()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/unicharutil/util/
H A DnsUnicodeProperties.h143 return u_hasBinaryProperty(aCh, UCHAR_EMOJI) ? false : true; in IsEastAsianWidthFHWexcludingEmoji()
167 return u_hasBinaryProperty(aCh, UCHAR_DEFAULT_IGNORABLE_CODE_POINT); in IsDefaultIgnorable()
171 if (!u_hasBinaryProperty(aCh, UCHAR_EMOJI)) { in GetEmojiPresentation()
175 if (u_hasBinaryProperty(aCh, UCHAR_EMOJI_PRESENTATION)) { in GetEmojiPresentation()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/strings/
H A Dchar-predicates.cc22 return u_hasBinaryProperty(c, UCHAR_ID_START) || in IsIdentifierStartSlow()
31 return u_hasBinaryProperty(c, UCHAR_ID_CONTINUE) || in IsIdentifierPartSlow()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/strings/
H A Dchar-predicates.cc22 return u_hasBinaryProperty(c, UCHAR_ID_START) || in IsIdentifierStartSlow()
31 return u_hasBinaryProperty(c, UCHAR_ID_CONTINUE) || in IsIdentifierPartSlow()
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dchar-predicates.cc22 return u_hasBinaryProperty(c, UCHAR_ID_START) || in Is()
31 return u_hasBinaryProperty(c, UCHAR_ID_CONTINUE) || in Is()
/dports/lang/v8/v8-9.6.180.12/src/strings/
H A Dchar-predicates.cc22 return u_hasBinaryProperty(c, UCHAR_ID_START) || in IsIdentifierStartSlow()
31 return u_hasBinaryProperty(c, UCHAR_ID_CONTINUE) || in IsIdentifierPartSlow()
/dports/www/firefox-esr/firefox-91.8.0/intl/unicharutil/util/
H A DnsUnicodeProperties.h147 return u_hasBinaryProperty(aCh, UCHAR_EMOJI) ? false : true; in IsEastAsianWidthFHWexcludingEmoji()
171 return u_hasBinaryProperty(aCh, UCHAR_DEFAULT_IGNORABLE_CODE_POINT); in IsDefaultIgnorable()
175 if (!u_hasBinaryProperty(aCh, UCHAR_EMOJI)) { in GetEmojiPresentation()
179 if (u_hasBinaryProperty(aCh, UCHAR_EMOJI_PRESENTATION)) { in GetEmojiPresentation()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/unicharutil/util/
H A DnsUnicodeProperties.h147 return u_hasBinaryProperty(aCh, UCHAR_EMOJI) ? false : true; in IsEastAsianWidthFHWexcludingEmoji()
171 return u_hasBinaryProperty(aCh, UCHAR_DEFAULT_IGNORABLE_CODE_POINT); in IsDefaultIgnorable()
175 if (!u_hasBinaryProperty(aCh, UCHAR_EMOJI)) { in GetEmojiPresentation()
179 if (u_hasBinaryProperty(aCh, UCHAR_EMOJI_PRESENTATION)) { in GetEmojiPresentation()
/dports/lang/spidermonkey60/firefox-60.9.0/intl/unicharutil/util/
H A DnsUnicodeProperties.h142 return u_hasBinaryProperty(aCh, UCHAR_DEFAULT_IGNORABLE_CODE_POINT); in IsDefaultIgnorable()
146 if (!u_hasBinaryProperty(aCh, UCHAR_EMOJI)) { in GetEmojiPresentation()
150 if (u_hasBinaryProperty(aCh, UCHAR_EMOJI_PRESENTATION)) { in GetEmojiPresentation()
/dports/net-im/dino/dino-0.2.2/main/vapi/
H A Dicu-uc.vapi11 [CCode (cname = "u_hasBinaryProperty", cheader_filename = "unicode/uchar.h")]
/dports/www/firefox/firefox-99.0/intl/components/src/
H A DString.h172 return u_hasBinaryProperty(static_cast<UChar32>(codePoint), UCHAR_CASED); in IsCased()
179 return u_hasBinaryProperty(static_cast<UChar32>(codePoint), in IsCaseIgnorable()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/fonts/
H A Dsmall_caps_iterator.cc31 u_hasBinaryProperty(next_u_char32_, UCHAR_CHANGES_WHEN_UPPERCASED) in Consume()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/
H A Dsmall_caps_iterator.cc31 u_hasBinaryProperty(next_u_char32_, UCHAR_CHANGES_WHEN_UPPERCASED) in Consume()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/lookalikes/core/
H A Dlookalike_url_util.cc741 return u_hasBinaryProperty(codepoint, UCHAR_EMOJI) || in IsEmojiRelatedCodepoint()
743 u_hasBinaryProperty(codepoint, UCHAR_EMOJI_PRESENTATION) || in IsEmojiRelatedCodepoint()
751 u_hasBinaryProperty(codepoint, UCHAR_REGIONAL_INDICATOR) || in IsEmojiRelatedCodepoint()
753 u_hasBinaryProperty(codepoint, UCHAR_EXTENDED_PICTOGRAPHIC); in IsEmojiRelatedCodepoint()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/pegtl/vtkpegtl/include/tao/pegtl/contrib/icu/
H A Dinternal.hpp31 if( u_hasBinaryProperty( r.data, P ) == V ) { in match()
/dports/cad/opentimer/OpenTimer-18d28ff/ot/parser-spef/pegtl/pegtl/contrib/icu/
H A Dinternal.hpp31 if( u_hasBinaryProperty( r.data, P ) == V ) { in match()
/dports/devel/pegtl/PEGTL-3.0.0/include/tao/pegtl/contrib/icu/
H A Dinternal.hpp32 if( u_hasBinaryProperty( r.data, P ) == V ) { in match()
/dports/www/node10/node-v10.24.1/src/
H A Dnode_i18n.cc782 u_hasBinaryProperty(codepoint, UCHAR_EMOJI_MODIFIER))) { in GetColumnWidth()
802 if (u_hasBinaryProperty(codepoint, UCHAR_EMOJI_PRESENTATION)) { in GetColumnWidth()
854 (u_hasBinaryProperty(c, UCHAR_EMOJI_PRESENTATION) || in GetStringWidth()
855 u_hasBinaryProperty(c, UCHAR_EMOJI_MODIFIER))) { in GetStringWidth()

12345678