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

  /system/core/libutils/
String16.cpp 32 static char16_t* gEmptyString = NULL;
37 return gEmptyString;
46 gEmptyString = str;
51 SharedBuffer::bufferFromData(gEmptyString)->release();
53 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 46 static jstring gEmptyString;
219 return gEmptyString;
543 gEmptyString = jstring(env->NewGlobalRef(env->NewStringUTF("")));
544 LOG_FATAL_IF(!gEmptyString, "Unable to create empty string");
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/common/
uresdata.c 65 } gEmptyString={ 0, 0, 0 };
321 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
340 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 41 static UChar gEmptyString = 0;
911 res->u.fString.fChars = &gEmptyString;
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.c 42 static UChar gEmptyString = 0;
    [all...]

Completed in 469 milliseconds