Lines Matching refs:char16_t
19 static const char16_t k_arg_start = '{';
20 static const char16_t k_arg_end = '}';
45 const char16_t* str = text.c_str(); in text()
48 char16_t c = str[pos]; in text()
94 pseudolocalize_char(const char16_t c) in pseudolocalize_char()
155 static bool is_possible_normal_placeholder_end(const char16_t c) { in is_possible_normal_placeholder_end()
184 const char16_t* s = result.c_str(); in pseudo_generate_expansion()
203 static bool is_space(const char16_t c) { in is_space()
240 const char16_t* s = source.c_str(); in text()
245 char16_t c = s[i]; in text()
360 const char16_t* s = source.c_str(); in text()
365 const char16_t ESCAPE_CHAR = '\\'; in text()
367 char16_t c = s[i]; in text()