메소드 |
설명 |
|
Advance ( int count ) : bool |
|
|
ConsumeSubString ( DTSubString sub ) : void |
|
|
GetChar ( ) : char |
|
|
GetDigit ( ) : int |
|
|
GetNext ( ) : bool |
|
|
GetNextDigit ( ) : bool |
|
|
GetRegularToken ( TokenType &tokenType, int &tokenValue, DateTimeFormatInfo dtfi ) : void |
|
|
GetRepeatCount ( ) : int |
|
|
GetSeparatorToken ( DateTimeFormatInfo dtfi ) : TokenType |
|
|
GetSubString ( ) : DTSubString |
|
|
Match ( String str ) : bool |
|
|
Match ( char ch ) : bool |
|
|
MatchLongestWords ( String words, int &maxMatchStrLen ) : int |
|
|
MatchSpecifiedWord ( String target ) : bool |
|
|
MatchSpecifiedWord ( String target, int endIndex ) : bool |
|
|
MatchSpecifiedWords ( String target, bool checkWordBoundary, int &matchLength ) : bool |
|
|
RemoveLeadingInQuoteSpaces ( ) : void |
|
|
RemoveTrailingInQuoteSpaces ( ) : void |
|
|
SkipWhiteSpaceCurrent ( ) : bool |
|
|
SkipWhiteSpaces ( ) : void |
|
|
TrimTail ( ) : void |
|
|
__DTString ( String str, DateTimeFormatInfo dtfi ) : System |
|
|
__DTString ( String str, DateTimeFormatInfo dtfi, bool checkDigitToken ) : System |
|
|