tclUtf.c File Reference#include "tclInt.h" #include "tclUniData.c" Go to the source code of this file.
Define Documentation
Value: ((1 << UPPERCASE_LETTER) | (1 << LOWERCASE_LETTER) \ | (1 << TITLECASE_LETTER) | (1 << MODIFIER_LETTER) | (1<<OTHER_LETTER)) Definition at line 28 of file tclUtf.c. Referenced by Tcl_UniCharIsAlnum(), Tcl_UniCharIsAlpha(), and Tcl_UniCharIsWordChar().
Definition at line 31 of file tclUtf.c. Referenced by Tcl_UniCharIsAlnum(), and Tcl_UniCharIsWordChar().
Referenced by Tcl_UtfBackslash().
Value: (ALPHA_BITS | DIGIT_BITS | SPACE_BITS | \ (1 << NON_SPACING_MARK) | (1 << ENCLOSING_MARK) | \ (1 << COMBINING_SPACING_MARK) | (1 << LETTER_NUMBER) | \ (1 << OTHER_NUMBER) | (1 << CONNECTOR_PUNCTUATION) | \ (1 << DASH_PUNCTUATION) | (1 << OPEN_PUNCTUATION) | \ (1 << CLOSE_PUNCTUATION) | (1 << INITIAL_QUOTE_PUNCTUATION) | \ (1 << FINAL_QUOTE_PUNCTUATION) | (1 << OTHER_PUNCTUATION) | \ (1 << MATH_SYMBOL) | (1 << CURRENCY_SYMBOL) | \ (1 << MODIFIER_SYMBOL) | (1 << OTHER_SYMBOL)) Definition at line 38 of file tclUtf.c. Referenced by Tcl_UniCharIsGraph(), and Tcl_UniCharIsPrint().
Value: ((1 << CONNECTOR_PUNCTUATION) | \ (1 << DASH_PUNCTUATION) | (1 << OPEN_PUNCTUATION) | \ (1 << CLOSE_PUNCTUATION) | (1 << INITIAL_QUOTE_PUNCTUATION) | \ (1 << FINAL_QUOTE_PUNCTUATION) | (1 << OTHER_PUNCTUATION)) Definition at line 48 of file tclUtf.c. Referenced by Tcl_UniCharIsPunct().
Value: ((1 << SPACE_SEPARATOR) | (1 << LINE_SEPARATOR) \ | (1 << PARAGRAPH_SEPARATOR)) Definition at line 33 of file tclUtf.c. Referenced by Tcl_UniCharIsSpace().
Function Documentation
Definition at line 1610 of file tclUtf.c. References Tcl_UniCharCaseMatch(), and Tcl_UniCharToLower(). Referenced by Tcl_UniCharCaseMatch().
Definition at line 1330 of file tclUtf.c. References ALPHA_BITS, DIGIT_BITS, GetUniCharInfo, and UNICODE_CATEGORY_MASK.
Definition at line 1355 of file tclUtf.c. References ALPHA_BITS, GetUniCharInfo, and UNICODE_CATEGORY_MASK.
Definition at line 1379 of file tclUtf.c. References CONTROL, GetUniCharInfo, and UNICODE_CATEGORY_MASK.
Definition at line 1402 of file tclUtf.c. References DECIMAL_DIGIT_NUMBER, GetUniCharInfo, and UNICODE_CATEGORY_MASK.
Definition at line 1425 of file tclUtf.c. References GetUniCharInfo, PRINT_BITS, and UNICODE_CATEGORY_MASK.
Definition at line 1449 of file tclUtf.c. References GetUniCharInfo, LOWERCASE_LETTER, and UNICODE_CATEGORY_MASK.
Definition at line 1472 of file tclUtf.c. References GetUniCharInfo, PRINT_BITS, and UNICODE_CATEGORY_MASK.
Definition at line 1496 of file tclUtf.c. References GetUniCharInfo, PUNCT_BITS, and UNICODE_CATEGORY_MASK.
Definition at line 1520 of file tclUtf.c. References GetUniCharInfo, SPACE_BITS, UCHAR, and UNICODE_CATEGORY_MASK. Referenced by Tcl_ScanObjCmd().
Definition at line 1555 of file tclUtf.c. References GetUniCharInfo, UNICODE_CATEGORY_MASK, and UPPERCASE_LETTER.
Definition at line 1578 of file tclUtf.c. References ALPHA_BITS, CONNECTOR_BITS, DIGIT_BITS, GetUniCharInfo, and UNICODE_CATEGORY_MASK.
Definition at line 1295 of file tclUtf.c. References Tcl_UniCharToLower(). Referenced by Tcl_RegsubObjCmd().
Definition at line 1154 of file tclUtf.c. References GetCaseType, GetDelta, and GetUniCharInfo. Referenced by Tcl_RegsubObjCmd(), Tcl_StringCaseMatch(), Tcl_UniCharCaseMatch(), Tcl_UniCharNcasecmp(), Tcl_UtfNcasecmp(), Tcl_UtfToLower(), Tcl_UtfToTitle(), and TclUniCharMatch().
Definition at line 1183 of file tclUtf.c. References GetCaseType, GetDelta, and GetUniCharInfo. Referenced by Tcl_UtfToTitle().
Definition at line 1125 of file tclUtf.c. References GetCaseType, GetDelta, and GetUniCharInfo. Referenced by Tcl_UtfToUpper().
Definition at line 159 of file tclUtf.c. References UNICODE_SELF. Referenced by Tcl_AppendFormatToObj(), Tcl_BinaryObjCmd(), Tcl_UniCharToUtfDString(), Tcl_UtfToLower(), Tcl_UtfToTitle(), Tcl_UtfToUpper(), TclExecuteByteCode(), and TclParseBackslash().
Definition at line 236 of file tclUtf.c. References CONST, Tcl_DStringLength, Tcl_DStringSetLength(), Tcl_DStringValue, Tcl_UniCharToUtf(), and TCL_UTF_MAX.
Definition at line 776 of file tclUtf.c. References LINE_LENGTH, and TclParseBackslash(). Referenced by Tcl_Backslash(), Tcl_ScanCountedElement(), TclCompileTokens(), TclCopyAndCollapse(), TclFindElement(), TclSubstTokens(), and TclWordKnownAtCompileTime().
Definition at line 658 of file tclUtf.c. References CONST, and TCL_UTF_MAX. Referenced by Tcl_AppendLimitedToObj(), Tcl_StringCaseMatch(), and TclNeedSpace().
Definition at line 874 of file tclUtf.c. References Tcl_UniCharToLower(), Tcl_UniCharToUtf(), and TclUtfToUniChar. Referenced by Tcl_GetEncodingNameFromEnvironment(), Tcl_LoadObjCmd(), and Tcl_UnloadObjCmd().
Definition at line 928 of file tclUtf.c. References Tcl_UniCharToLower(), Tcl_UniCharToTitle(), Tcl_UniCharToUtf(), and TclUtfToUniChar.
Definition at line 398 of file tclUtf.c. References CONST, Tcl_DStringLength, Tcl_DStringSetLength(), Tcl_DStringValue, and TclUtfToUniChar. Referenced by Tcl_RegExpExec().
Definition at line 821 of file tclUtf.c. References Tcl_UniCharToUpper(), Tcl_UniCharToUtf(), and TclUtfToUniChar. Referenced by Tcl_AppendFormatToObj().
Definition at line 1798 of file tclUtf.c. References CONST, Tcl_UniCharToLower(), and TclUniCharMatch(). Referenced by TclExecuteByteCode(), TclStringMatchObj(), and TclUniCharMatch().
Generated on Wed Mar 12 12:18:34 2008 by 1.5.1 |