Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 1545) sorted by relevance

12345678910>>...62

/third_party/icu/icu4c/source/test/perf/charperf/
Dcharperf.h123 inline void isAlpha(UChar32 ch) in isAlpha()
128 inline void isUpper(UChar32 ch) in isUpper()
133 inline void isLower(UChar32 ch) in isLower()
138 inline void isDigit(UChar32 ch) in isDigit()
143 inline void isSpace(UChar32 ch) in isSpace()
148 inline void isAlphaNumeric(UChar32 ch) in isAlphaNumeric()
158 inline void isPrint(UChar32 ch) in isPrint()
163 inline void isControl(UChar32 ch) in isControl()
168 inline void toLower(UChar32 ch) in toLower()
173 inline void toUpper(UChar32 ch) in toUpper()
[all …]
/third_party/boost/libs/iostreams/test/
Dcompose_test.cpp114 chain<input> ch; in close_composite_device() local
128 chain<input> ch; in close_composite_device() local
145 chain<input> ch; in close_composite_device() local
159 chain<input> ch; in close_composite_device() local
177 chain<output> ch; in close_composite_device() local
191 chain<output> ch; in close_composite_device() local
208 chain<output> ch; in close_composite_device() local
222 chain<output> ch; in close_composite_device() local
240 chain<bidirectional> ch; in close_composite_device() local
260 chain<seekable> ch; in close_composite_device() local
[all …]
Dclose_test.cpp37 filtering_streambuf<input> ch; in input_chain_test() local
61 filtering_streambuf<input> ch; in input_chain_test() local
105 filtering_streambuf<input> ch; in input_chain_test() local
129 filtering_streambuf<input> ch; in input_chain_test() local
159 filtering_streambuf<input> ch; in input_chain_test() local
183 filtering_streambuf<input> ch; in input_chain_test() local
222 filtering_streambuf<input> ch; in input_chain_test() local
249 filtering_streambuf<output> ch; in output_chain_test() local
273 filtering_streambuf<output> ch; in output_chain_test() local
317 filtering_streambuf<output> ch; in output_chain_test() local
[all …]
Dcombine_test.cpp35 chain<bidirectional> ch; in combine_test() local
49 chain<bidirectional> ch; in combine_test() local
69 chain<bidirectional> ch; in combine_test() local
83 chain<bidirectional> ch; in combine_test() local
103 chain<bidirectional> ch; in combine_test() local
129 chain<bidirectional> ch; in combine_test() local
149 chain<bidirectional> ch; in combine_test() local
173 chain<bidirectional> ch; in combine_test() local
197 chain<bidirectional> ch; in combine_test() local
Dtee_test.cpp154 chain<output> ch; in close_test() local
174 chain<output> ch; in close_test() local
194 chain<output> ch; in close_test() local
208 chain<output> ch; in close_test() local
218 chain<output> ch; in close_test() local
235 chain<output> ch; in close_test() local
307 chain<output> ch; in tee_composite_test() local
324 chain<output> ch; in tee_composite_test() local
347 chain<output> ch; in tee_composite_test() local
365 chain<output> ch; in tee_composite_test() local
[all …]
/third_party/python/Objects/
Dunicodectype.c64 Py_UCS4 _PyUnicode_ToTitlecase(Py_UCS4 ch) in _PyUnicode_ToTitlecase()
76 int _PyUnicode_IsTitlecase(Py_UCS4 ch) in _PyUnicode_IsTitlecase()
86 int _PyUnicode_IsXidStart(Py_UCS4 ch) in _PyUnicode_IsXidStart()
96 int _PyUnicode_IsXidContinue(Py_UCS4 ch) in _PyUnicode_IsXidContinue()
106 int _PyUnicode_ToDecimalDigit(Py_UCS4 ch) in _PyUnicode_ToDecimalDigit()
113 int _PyUnicode_IsDecimalDigit(Py_UCS4 ch) in _PyUnicode_IsDecimalDigit()
123 int _PyUnicode_ToDigit(Py_UCS4 ch) in _PyUnicode_ToDigit()
130 int _PyUnicode_IsDigit(Py_UCS4 ch) in _PyUnicode_IsDigit()
140 int _PyUnicode_IsNumeric(Py_UCS4 ch) in _PyUnicode_IsNumeric()
160 int _PyUnicode_IsPrintable(Py_UCS4 ch) in _PyUnicode_IsPrintable()
[all …]
/third_party/boost/boost/spirit/home/classic/utility/
Dchset.hpp128 chset_p(char ch) in chset_p()
133 chset_p(wchar_t ch) in chset_p()
138 chset_p(int ch) in chset_p()
143 chset_p(unsigned int ch) in chset_p()
148 chset_p(short ch) in chset_p()
154 chset_p(unsigned short ch) in chset_p()
159 chset_p(long ch) in chset_p()
164 chset_p(unsigned long ch) in chset_p()
170 chset_p( ::boost::long_long_type ch) in chset_p()
175 chset_p( ::boost::ulong_long_type ch) in chset_p()
/third_party/boost/boost/iostreams/detail/
Diostream.hpp24 # define BOOST_IOSTREAMS_BASIC_ISTREAM(ch, tr) std::basic_istream< ch, tr > argument
25 # define BOOST_IOSTREAMS_BASIC_OSTREAM(ch, tr) std::basic_ostream< ch, tr > argument
26 # define BOOST_IOSTREAMS_BASIC_IOSTREAM(ch, tr) std::basic_iostream< ch, tr > argument
28 # define BOOST_IOSTREAMS_BASIC_STREAMBUF(ch, tr) std::streambuf argument
29 # define BOOST_IOSTREAMS_BASIC_ISTREAM(ch, tr) std::istream argument
30 # define BOOST_IOSTREAMS_BASIC_OSTREAM(ch, tr) std::ostream argument
31 # define BOOST_IOSTREAMS_BASIC_IOSTREAM(ch, tr) std::iostream argument
Dpush.hpp36 #define BOOST_IOSTREAMS_DEFINE_PUSH_CONSTRUCTOR(name, mode, ch, helper) \ argument
45 #define BOOST_IOSTREAMS_DEFINE_PUSH(name, mode, ch, helper) \ argument
51 #define BOOST_IOSTREAMS_ADAPT_STREAM(mode, ch, arg, helper, has_return) \ argument
59 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
97 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
132 # define BOOST_IOSTREAMS_DEFINE_PUSH_IMPL(name, mode, ch, helper, has_return, result) \ argument
/third_party/ntfs-3g/libfuse-lite/
Dfuse_session.c26 struct fuse_chan *ch; member
56 void fuse_session_add_chan(struct fuse_session *se, struct fuse_chan *ch) in fuse_session_add_chan()
64 void fuse_session_remove_chan(struct fuse_chan *ch) in fuse_session_remove_chan()
75 struct fuse_chan *ch) in fuse_session_next_chan()
85 struct fuse_chan *ch) in fuse_session_process()
124 struct fuse_chan *ch = (struct fuse_chan *) malloc(sizeof(*ch)); in fuse_chan_new_common() local
145 int fuse_chan_fd(struct fuse_chan *ch) in fuse_chan_fd()
150 size_t fuse_chan_bufsize(struct fuse_chan *ch) in fuse_chan_bufsize()
155 void *fuse_chan_data(struct fuse_chan *ch) in fuse_chan_data()
160 struct fuse_session *fuse_chan_session(struct fuse_chan *ch) in fuse_chan_session()
[all …]
/third_party/bounds_checking_function/src/
Dsecureinput_w.c46 SECUREC_INLINE unsigned int SecWcharHighBits(SecInt ch) in SecWcharHighBits()
52 SECUREC_INLINE unsigned char SecWcharLowByte(SecInt ch) in SecWcharLowByte()
58 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit()
66 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit()
74 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
Dsecureinput_a.c26 SECUREC_INLINE int SecIsDigit(SecInt ch) in SecIsDigit()
31 SECUREC_INLINE int SecIsXdigit(SecInt ch) in SecIsXdigit()
35 SECUREC_INLINE int SecIsSpace(SecInt ch) in SecIsSpace()
/third_party/gettext/gnulib-local/lib/libxml/
Dchvalid.c257 xmlIsBaseChar(unsigned int ch) { in xmlIsBaseChar()
272 xmlIsBlank(unsigned int ch) { in xmlIsBlank()
287 xmlIsChar(unsigned int ch) { in xmlIsChar()
302 xmlIsCombining(unsigned int ch) { in xmlIsCombining()
317 xmlIsDigit(unsigned int ch) { in xmlIsDigit()
332 xmlIsExtender(unsigned int ch) { in xmlIsExtender()
347 xmlIsIdeographic(unsigned int ch) { in xmlIsIdeographic()
362 xmlIsPubidChar(unsigned int ch) { in xmlIsPubidChar()
/third_party/libxml2/
Dchvalid.c226 xmlIsBaseChar(unsigned int ch) { in xmlIsBaseChar()
241 xmlIsBlank(unsigned int ch) { in xmlIsBlank()
256 xmlIsChar(unsigned int ch) { in xmlIsChar()
271 xmlIsCombining(unsigned int ch) { in xmlIsCombining()
286 xmlIsDigit(unsigned int ch) { in xmlIsDigit()
301 xmlIsExtender(unsigned int ch) { in xmlIsExtender()
316 xmlIsIdeographic(unsigned int ch) { in xmlIsIdeographic()
331 xmlIsPubidChar(unsigned int ch) { in xmlIsPubidChar()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_dump.h35 nine_dump_D3DADAPTER_IDENTIFIER9(unsigned ch, const D3DADAPTER_IDENTIFIER9 *id) in nine_dump_D3DADAPTER_IDENTIFIER9()
38 nine_dump_D3DCAPS9(unsigned ch, const D3DCAPS9 *caps) in nine_dump_D3DCAPS9()
41 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *light) in nine_dump_D3DLIGHT9()
44 nine_dump_D3DMATERIAL9(unsigned ch, const D3DMATERIAL9 *mat) in nine_dump_D3DMATERIAL9()
47 nine_dump_D3DTSS_value(unsigned ch, D3DTEXTURESTAGESTATETYPE tss, DWORD value) in nine_dump_D3DTSS_value()
/third_party/python/Include/cpython/
Dunicodeobject.h24 #define Py_UNICODE_ISSPACE(ch) \ argument
27 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch) argument
28 #define Py_UNICODE_ISUPPER(ch) _PyUnicode_IsUppercase(ch) argument
29 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch) argument
30 #define Py_UNICODE_ISLINEBREAK(ch) _PyUnicode_IsLinebreak(ch) argument
32 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch) argument
33 #define Py_UNICODE_TOUPPER(ch) _PyUnicode_ToUppercase(ch) argument
34 #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch) argument
36 #define Py_UNICODE_ISDECIMAL(ch) _PyUnicode_IsDecimalDigit(ch) argument
37 #define Py_UNICODE_ISDIGIT(ch) _PyUnicode_IsDigit(ch) argument
[all …]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/
DUTF16Util.java30 int ch = s.charAt(i); in nextCodePoint() local
48 int ch = s.charAt(--i); in prevCodePoint() local
66 int ch = s.charAt(i); in nextCodePoint() local
84 int ch = s.charAt(--i); in prevCodePoint() local
110 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint()
126 public static final void insertCodePoint(StringBuffer buffer, int i, int ch) { in insertCodePoint()
142 public static final int setCodePointAt(StringBuffer buffer, int i, int ch) { in setCodePointAt()
172 char ch; in countCodePoint() local
200 char ch; in countCodePoint() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/
DUTF16Util.java34 int ch = s.charAt(i); in nextCodePoint() local
52 int ch = s.charAt(--i); in prevCodePoint() local
70 int ch = s.charAt(i); in nextCodePoint() local
88 int ch = s.charAt(--i); in prevCodePoint() local
114 public static final void appendCodePoint(StringBuffer buffer, int ch) { in appendCodePoint()
130 public static final void insertCodePoint(StringBuffer buffer, int i, int ch) { in insertCodePoint()
146 public static final int setCodePointAt(StringBuffer buffer, int i, int ch) { in setCodePointAt()
176 char ch; in countCodePoint() local
204 char ch; in countCodePoint() local
/third_party/libsoup/libsoup/
Dsoup-misc.h54 #define soup_char_is_uri_percent_encoded(ch) (soup_char_attributes[(guchar)ch] & SOUP_CHAR_URI_PERC… argument
55 #define soup_char_is_uri_gen_delims(ch) (soup_char_attributes[(guchar)ch] & SOUP_CHAR_URI_GEN_… argument
56 #define soup_char_is_uri_sub_delims(ch) (soup_char_attributes[(guchar)ch] & SOUP_CHAR_URI_SUB_… argument
57 #define soup_char_is_uri_unreserved(ch) (!(soup_char_attributes[(guchar)ch] & (SOUP_CHAR_URI_P… argument
58 #define soup_char_is_token(ch) (!(soup_char_attributes[(guchar)ch] & (SOUP_CHAR_HTTP_… argument
/third_party/boost/boost/spirit/home/support/char_encoding/unicode/
Dquery.hpp192 inline properties::category get_category(::boost::uint32_t ch) in get_category()
197 inline properties::major_category get_major_category(::boost::uint32_t ch) in get_major_category()
202 inline bool is_punctuation(::boost::uint32_t ch) in is_punctuation()
207 inline bool is_decimal_number(::boost::uint32_t ch) in is_decimal_number()
212 inline bool is_hex_digit(::boost::uint32_t ch) in is_hex_digit()
217 inline bool is_control(::boost::uint32_t ch) in is_control()
222 inline bool is_alphabetic(::boost::uint32_t ch) in is_alphabetic()
227 inline bool is_alphanumeric(::boost::uint32_t ch) in is_alphanumeric()
232 inline bool is_uppercase(::boost::uint32_t ch) in is_uppercase()
237 inline bool is_lowercase(::boost::uint32_t ch) in is_lowercase()
[all …]
/third_party/musl/libc-test/src/functionalext/supplement/ctype/
Dtolower.c27 char ch = 'A'; in tolower_0100() local
41 char ch = 2; in tolower_0200() local
55 char ch = 'a'; in tolower_0300() local
69 char ch = '$'; in tolower_0400() local
Dtoupper.c27 char ch = 'a'; in toupper_0100() local
41 char ch = 2; in toupper_0200() local
55 char ch = 'A'; in toupper_0300() local
69 char ch = '$'; in toupper_0400() local
/third_party/boost/boost/spirit/home/x3/char/
Dchar.hpp24 lit(char ch) in lit()
30 lit(wchar_t ch) in lit()
48 lit(wchar_t ch) in lit()
61 lit(char ch) in lit()
67 lit(wchar_t ch) in lit()
79 lit(char ch) in lit()
85 lit(wchar_t ch) in lit()
/third_party/boost/boost/xpressive/traits/
Dc_regex_traits.hpp76 inline char c_tolower(char ch) in c_tolower()
83 inline char c_toupper(char ch) in c_toupper()
91 inline wchar_t c_tolower(wchar_t ch) in c_tolower()
98 inline wchar_t c_toupper(wchar_t ch) in c_toupper()
345 inline char c_regex_traits<char>::widen(char ch) in widen()
353 inline wchar_t c_regex_traits<wchar_t>::widen(char ch) in widen()
364 inline unsigned char c_regex_traits<char>::hash(char ch) in hash()
372 inline unsigned char c_regex_traits<wchar_t>::hash(wchar_t ch) in hash()
382 inline int c_regex_traits<char>::value(char ch, int radix) in value()
394 inline int c_regex_traits<wchar_t>::value(wchar_t ch, int radix) in value()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DArabicShaping.java839 char ch = dest[i]; in shapeToArabicDigitsWithContext() local
884 private static char changeLamAlef(char ch) { in changeLamAlef()
899 private static int specialChar(char ch) { in specialChar()
923 private static int getLink(char ch) { in getLink()
969 private static boolean isTashkeelChar(char ch) { in isTashkeelChar()
979 private static int isSeenTailFamilyChar(char ch) { in isSeenTailFamilyChar()
992 private static int isSeenFamilyChar(char ch){ in isSeenFamilyChar()
1006 private static boolean isTailChar(char ch) { in isTailChar()
1019 private static boolean isAlefMaksouraChar(char ch) { in isAlefMaksouraChar()
1028 private static boolean isYehHamzaChar(char ch) { in isYehHamzaChar()
[all …]

12345678910>>...62