Searched refs:IsUpper (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dlexer.h419 Bool TY_(IsUpper)(uint c);
H A Dlexer.c576 Bool TY_(IsUpper)(uint c) function
989 if (!xml && TY_(IsUpper)(c))
999 if (!xml && TY_(IsUpper)(c))
3094 if ( !cfgBool(doc, TidyXmlTags) && TY_(IsUpper)(c) )
3436 else if (foldCase && TY_(IsUpper)(c))
H A Dattrs.c1211 if (TY_(IsUpper)(*p)) /* #501230 - fix by Terry Teague - 09 Jan 02 */
/macosx-10.10.1/ruby-106/ruby/enc/
H A Dmktable.c774 static int IsUpper(int enc, int c) function
1129 if (IsUpper (enc, c)) val |= BIT_CTYPE_UPPER;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dtsalt.vim21 syn keyword tsaltFunction IsLower IsUpper ToLower ToUpper
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1531 inline bool IsUpper(char ch) { function in namespace:testing::internal

Completed in 211 milliseconds