Home
last modified time | relevance | path

Searched refs:getEmptyString (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DString8.cpp51 static inline char* getEmptyString() in getEmptyString() function
98 return getEmptyString(); in allocFromUTF8()
103 if (len == 0) return getEmptyString(); in allocFromUTF16()
108 return getEmptyString(); in allocFromUTF16()
114 return getEmptyString(); in allocFromUTF16()
125 return getEmptyString(); in allocFromUTF32()
130 return getEmptyString(); in allocFromUTF32()
136 return getEmptyString(); in allocFromUTF32()
148 : mString(getEmptyString()) in String8()
175 mString = getEmptyString(); in String8()
[all …]
DString16.cpp30 static inline char16_t* getEmptyString() in getEmptyString() function
56 if (u8len == 0) return getEmptyString(); in allocFromUTF8()
62 return getEmptyString(); in allocFromUTF8()
79 return getEmptyString(); in allocFromUTF8()
85 : mString(getEmptyString()) in String16()
109 : mString(getEmptyString()) in String16()
126 mString = getEmptyString(); in String16()
141 mString = getEmptyString(); in String16()
181 mString = getEmptyString(); in setTo()
396 mString = getEmptyString(); in remove()