Searched refs:IsWhitespace (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/ui/base/accessibility/
H A Daccessible_text_utils.cc66 if (IsWhitespace(text[pos]))
75 (pos == text_size - 1 || IsWhitespace(text[pos + 1]))) {
/external/chromium_org/chrome/browser/autocomplete/
H A Dhistory_provider.cc70 IsWhitespace(input.text()[input.text().length() - 1]));
/external/clang/include/clang/AST/
H A DComment.h85 /// True if \c IsWhitespace field contains a valid value.
89 mutable unsigned IsWhitespace : 1;
119 /// True if \c IsWhitespace field contains a valid value.
123 mutable unsigned IsWhitespace : 1;
278 return TextCommentBits.IsWhitespace;
280 TextCommentBits.IsWhitespace = isWhitespaceNoCache();
282 return TextCommentBits.IsWhitespace;
541 ParagraphCommentBits.IsWhitespace = true;
567 return ParagraphCommentBits.IsWhitespace;
569 ParagraphCommentBits.IsWhitespace
[all...]
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_view.cc35 if (IsWhitespace(text[i]) && text[i] != '\n' && text[i] != '\r') {
H A Domnibox_edit_model.cc1370 IsWhitespace(new_text[space_position - 1]) ||
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dnvvertparse.c136 static GLboolean IsWhitespace(GLubyte b) function
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
H A Dnvfragparse.c281 static GLboolean IsWhitespace(GLubyte b) function
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
/external/mesa3d/src/mesa/program/
H A Dnvvertparse.c136 static GLboolean IsWhitespace(GLubyte b) function
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
H A Dnvfragparse.c281 static GLboolean IsWhitespace(GLubyte b) function
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
/external/chromium_org/chrome_frame/
H A Dhtml_utils.cc52 while (name_start < end_ && IsWhitespace(*name_start))
61 while (name_end < end_ && !IsWhitespace(*name_end))
/external/chromium_org/content/common/android/
H A Daddress_parser_internal.cc81 return IsWhitespace(character) || strchr(",\"'", character);
/external/chromium/chrome/browser/extensions/
H A Duser_script_master.cc38 if (temp.empty() || !IsWhitespace(temp[0]))
/external/chromium_org/base/strings/
H A Dstring_util.h379 inline bool IsWhitespace(wchar_t c) { function
H A Dstring_util.cc280 if (IsWhitespace(*i)) {
/external/chromium_org/chrome/browser/extensions/
H A Duser_script_master.cc51 if (temp.empty() || !IsWhitespace(temp[0]))
/external/chromium_org/chrome/browser/history/
H A Dscored_history_match.cc112 !IsWhitespace(*(lower_string.rbegin()));
/external/chromium/base/
H A Dstring_util.cc336 if (IsWhitespace(*i)) {
392 if (!IsWhitespace(*i))
H A Dstring_util.h413 inline bool IsWhitespace(wchar_t c) { function
/external/chromium/chrome/browser/net/
H A Durl_fixer_upper.cc425 while ((first_nonwhite != text.end()) && IsWhitespace(*first_nonwhite))
/external/chromium_org/chrome/common/net/
H A Durl_fixer_upper.cc450 while ((first_nonwhite != text->end()) && IsWhitespace(*first_nonwhite))
/external/chromium_org/components/autofill/content/renderer/
H A Dautofill_agent.cc412 if (!IsWhitespace(last_part[i])) {
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.cc1247 if (IsWhitespace(text[pos]))
1259 (pos == text_size - 1 || IsWhitespace(text[pos + 1]))) {
/external/chromium_org/ui/gfx/
H A Drender_text_win.cc1157 run->glyphs[i] = IsWhitespace(run_text[i]) ? space_glyph : missing_glyph;
1227 !IsWhitespace(run_text[char_index]) &&
/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.cc969 !IsWhitespace(*(new_user_text.rbegin() + 1)) &&
H A Dautocomplete_edit_view_win.cc1222 if (IsWhitespace(edit_text[current_pos])) {

Completed in 756 milliseconds