[ Index ] |
MailPress 7.2 |
[ Index ] [ Classes ] [ Functions ] [ Variables ] [ Constants ] [ Statistics ] |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 84 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Swift_CharacterReader_UsAsciiReader:: (4 methods):
getCharPositions()
getMapType()
validateByteSequence()
getInitialByteSize()
Class: Swift_CharacterReader_UsAsciiReader - X-Ref
Analyzes US-ASCII characters.getCharPositions($string, $startOffset, &$currentMap, &$ignoredChars) X-Ref |
Returns the complete character map. param: string $string param: int $startOffset param: array $currentMap param: string $ignoredChars return: int |
getMapType() X-Ref |
Returns mapType. return: int mapType |
validateByteSequence($bytes, $size) X-Ref |
Returns an integer which specifies how many more bytes to read. A positive integer indicates the number of more bytes to fetch before invoking this method again. A value of zero means this is already a valid character. A value of -1 means this cannot possibly be a valid character. param: string $bytes param: int $size return: int |
getInitialByteSize() X-Ref |
Returns the number of bytes which should be read to start each character. return: int |
Generated: Tue May 19 15:55:14 2020 | Cross-referenced by PHPXref 0.7.1 |