HomeSort by relevance Sort by last modified time
    Searched defs:empty_string (Results 1 - 7 of 7) sorted by null

  /external/chromium/googleurl/src/
gurl.cc 66 static std::string* empty_string = NULL; member in namespace:__anon4851
75 if (!empty_string) {
80 reinterpret_cast<PVOID*>(&empty_string), new_empty_string, NULL)) {
86 return *empty_string;
95 empty_string = new std::string;
101 return *empty_string;
url_canon.h 734 static const CHAR empty_string = 0; local
735 return &empty_string;
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
KeySpecParserCsvTests.java 46 com.android.inputmethod.latin.tests.R.string.empty_string);
173 assertTextArray("Escaped !text/name", "\\!text/empty_string", "\\!text/empty_string");
174 assertTextArray("Escaped !TEXT/NAME", "\\!TEXT/EMPTY_STRING", "\\!TEXT/EMPTY_STRING");
205 assertTextArray("Multiple escaped !text", "\\!,\\!text/empty_string",
206 "\\!", "\\!text/empty_string");
207 assertTextArray("Multiple escaped !TEXT", "\\!,\\!TEXT/EMPTY_STRING",
208 "\\!", "\\!TEXT/EMPTY_STRING");
218 "!text/empty_string");
    [all...]
  /external/quake/quake/src/QW/client/
sys_win.c 548 static char *empty_string = ""; variable
582 argv[0] = empty_string;
  /external/regex-re2/util/
pcre.cc 49 static const string empty_string; member in namespace:re2
58 error_ = &empty_string;
100 if (error_ != &empty_string) delete error_;
134 if (error_ == &empty_string) error_ = new string(error);
    [all...]
  /external/quake/quake/src/WinQuake/
sys_win.cpp 688 static char *empty_string = ""; variable
722 argv[0] = empty_string;
  /external/regex-re2/re2/
re2.cc 57 static const string *empty_string; member in namespace:re2
63 if (empty_string == NULL) {
64 empty_string = new string;
177 error_ = empty_string;
193 if (error_ == empty_string)
235 if (rprog_ == NULL && error_ == empty_string) {
256 if (error_ != empty_string)
    [all...]

Completed in 132 milliseconds