Searched refs:quoted (Results 1 - 5 of 5) sorted by relevance

/haiku/src/kits/locale/
H A DHashMapCatalog.cpp158 bool quoted = false; local
161 if (quoted) {
194 quoted = false;
198 quoted = (*in == '\\');
199 if (!quoted) {
/haiku/src/bin/locale/
H A Dcollectcatkeys.cpp80 bool quoted = false; local
86 while (*in != '"' || quoted)
89 if (*in == '\\' && !quoted)
90 quoted = true;
92 quoted = false;
/haiku/src/tools/locale/
H A Dcollectcatkeys.cpp80 bool quoted = false; local
86 while (*in != '"' || quoted)
89 if (*in == '\\' && !quoted)
90 quoted = true ;
92 quoted = false ;
/haiku/src/tools/fs_shell/
H A Ddriver_settings.cpp127 It automatically cares about quoted strings and escaped characters.
142 char quoted = 0; local
169 // might also be quoted (" or ').
172 quoted = pos[0];
183 } else if ((!quoted && (is_word_break(pos[0])
185 || (quoted && pos[0] == quoted))
192 if (quoted && pos[0] != quoted)
440 bool quoted; local
[all...]
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp154 It automatically cares about quoted strings and escaped characters.
169 char quoted = 0; local
196 // might also be quoted (" or ').
199 quoted = pos[0];
210 } else if ((!quoted && (is_word_break(pos[0])
212 || (quoted && pos[0] == quoted))
219 if (quoted && pos[0] != quoted)
475 bool quoted; local
[all...]

Completed in 52 milliseconds