Home | History | Annotate | Download | only in Common

Lines Matching refs:Char

50         Char = String[Index]

54 if not InString and Char == SplitTag:
60 if Char == '\\' and InString:
62 elif Char == '"':
160 # @param CommentCharacter: Comment char, used to ignore comment content
182 # @param CommentCharacter: Comment char, used to ignore comment content
326 # @param CommentCharacter: Comment char, used to ignore comment content, default is DataType.TAB_COMMENT_SPLIT
383 # @param CommentCharacter: Comment char, used to ignore comment content, default is DataType.TAB_COMMENT_SPLIT
423 # @param CommentCharacter: Comment char, used to ignore comment content
444 # @param CommentCharacter: Comment char, used to ignore comment content
489 # @param CommentCharacter: Comment char, be used to ignore comment content
490 # @param KeySplitCharacter: Key split char, between key name and key value. Key1 = Value1, '=' is the key split char
492 # @param ValueSplitCharacter: Value split charchar