Lines Matching full:character
35 // is the character offset within the string to start reading at. |*char_index|
36 // will be updated to index the last character read, such that incrementing it
37 // (as in a for loop) will take the reader to the next character.
45 // Reads a UTF-16 character. The usage is the same as the 8-bit version above.
52 // Reads UTF-32 character. The usage is the same as the 8-bit version above.
61 // Appends a UTF-8 character to the given 8-bit string. Returns the number of
65 // Appends the given code point as a UTF-16 character to the given 16-bit
70 // Appends the given UTF-32 character to the given 32-bit string. Returns the
73 // This is the easy case, just append the character.
83 // character types are unsigned, which will be true for UTF-16 and -32 on our