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

  /system/core/libutils/
String16.cpp 33 static char16_t* gEmptyString = NULL;
38 return gEmptyString;
47 gEmptyString = str;
52 SharedBuffer::bufferFromData(gEmptyString)->release();
54 gEmptyString = NULL;
String8.cpp 41 static char* gEmptyString = NULL;
51 return gEmptyString;
66 gEmptyString = str;
71 SharedBuffer::bufferFromData(gEmptyString)->release();
73 gEmptyString = NULL;
  /frameworks/base/core/jni/
android_database_CursorWindow.cpp 45 static jstring gEmptyString;
218 return gEmptyString;
542 gEmptyString = jstring(env->NewGlobalRef(env->NewStringUTF("")));
543 LOG_FATAL_IF(!gEmptyString, "Unable to create empty string");
  /external/chromium_org/third_party/icu/source/common/
uresdata.c 60 } gEmptyString={ 0, 0, 0 };
316 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
335 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
    [all...]
utext.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
nfrule.cpp 80 static const UChar gEmptyString[] = {0}; /* "" */
413 ruleSet, rbnf, gEmptyString, status);
441 ruleSet, rbnf, gEmptyString, status);
    [all...]
  /external/icu4c/common/
uresdata.c 67 } gEmptyString={ 0, 0, 0 };
323 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
342 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
    [all...]
utext.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/genrb/
reslist.c 39 static UChar gEmptyString = 0;
909 res->u.fString.fChars = &gEmptyString;
    [all...]
  /external/icu4c/tools/genrb/
reslist.c 41 static UChar gEmptyString = 0;
911 res->u.fString.fChars = &gEmptyString;
    [all...]

Completed in 87 milliseconds