HomeSort by relevance Sort by last modified time
    Searched refs:IsWhitespace (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/ui/accessibility/
ax_text_utils.cc 62 if (IsWhitespace(text[pos]))
71 (pos == text_size - 1 || IsWhitespace(text[pos + 1]))) {
  /external/chromium_org/chrome/browser/autocomplete/
history_provider.cc 45 IsWhitespace(input.text()[input.text().length() - 1]));
  /external/clang/include/clang/AST/
Comment.h 85 /// True if \c IsWhitespace field contains a valid value.
89 mutable unsigned IsWhitespace : 1;
129 /// True if \c IsWhitespace field contains a valid value.
133 mutable unsigned IsWhitespace : 1;
287 bool isWhitespace() const {
289 return TextCommentBits.IsWhitespace;
291 TextCommentBits.IsWhitespace = isWhitespaceNoCache();
293 return TextCommentBits.IsWhitespace;
560 ParagraphCommentBits.IsWhitespace = true;
584 bool isWhitespace() const
    [all...]
  /external/chromium_org/extensions/common/permissions/
socket_permission_entry.cc 32 (IsWhitespace(str[0]) || IsWhitespace(str[str.length() - 1]));
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
nvvertparse.c 136 static GLboolean IsWhitespace(GLubyte b)
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]
nvfragparse.c 281 static GLboolean IsWhitespace(GLubyte b)
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]
  /external/mesa3d/src/mesa/program/
nvvertparse.c 136 static GLboolean IsWhitespace(GLubyte b)
156 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
254 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]
nvfragparse.c 281 static GLboolean IsWhitespace(GLubyte b)
301 while (str[i] && (IsWhitespace(str[i]) || str[i] == '#')) {
408 while (IsWhitespace(*parseState->pos) || *parseState->pos == '#') {
    [all...]
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view.cc 45 if (IsWhitespace(text[i]) && text[i] != '\n' && text[i] != '\r') {
omnibox_edit_model.cc     [all...]
  /external/lldb/include/lldb/DataFormatters/
FormatNavigator.h 59 IsWhitespace (char c)
97 while (IsWhitespace(*type_cstr) && ++type_cstr)
  /external/chromium_org/content/common/android/
address_parser_internal.cc 81 return IsWhitespace(character) || strchr(",\"'", character);
  /external/chromium_org/base/strings/
string_util.h 367 inline bool IsWhitespace(wchar_t c) {
string_util.cc 276 if (IsWhitespace(*i)) {
  /external/chromium_org/chrome/browser/history/
scored_history_match.cc 116 !IsWhitespace(*(lower_string.rbegin()));
  /external/chromium_org/chrome/browser/extensions/
user_script_loader.cc 229 if (temp.empty() || !IsWhitespace(temp[0]))
  /external/chromium_org/components/autofill/content/renderer/
autofill_agent.cc 438 if (!IsWhitespace(last_part[i])) {
  /external/chromium_org/components/url_fixer/
url_fixer.cc 470 while ((first_nonwhite != text->end()) && IsWhitespace(*first_nonwhite))
  /external/chromium_org/ui/gfx/
render_text_win.cc     [all...]
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 487 } else if (IsWhitespace(current_char)) {
    [all...]

Completed in 780 milliseconds