Lines Matching full:character
38 // is the character offset within the string to start reading at. |*char_index|
39 // will be updated to index the last character read, such that incrementing it
40 // (as in a for loop) will take the reader to the next character.
48 // Reads a UTF-16 character. The usage is the same as the 8-bit version above.
55 // Reads UTF-32 character. The usage is the same as the 8-bit version above.
64 // Appends a UTF-8 character to the given 8-bit string. Returns the number of
69 // Appends the given code point as a UTF-16 character to the given 16-bit
74 // Appends the given UTF-32 character to the given 32-bit string. Returns the
77 // This is the easy case, just append the character.
87 // character types are unsigned, which will be true for UTF-16 and -32 on our