Home
last modified time | relevance | path

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

/system/core/libutils/
DString8.cpp53 static inline char* getEmptyString() in getEmptyString() function
100 return getEmptyString(); in allocFromUTF8()
105 if (len == 0) return getEmptyString(); in allocFromUTF16()
109 return getEmptyString(); in allocFromUTF16()
115 return getEmptyString(); in allocFromUTF16()
126 return getEmptyString(); in allocFromUTF32()
131 return getEmptyString(); in allocFromUTF32()
137 return getEmptyString(); in allocFromUTF32()
149 : mString(getEmptyString()) in String8()
176 mString = getEmptyString(); in String8()
[all …]
DString16.cpp35 static inline char16_t* getEmptyString() in getEmptyString() function
61 if (u8len == 0) return getEmptyString(); in allocFromUTF8()
67 return getEmptyString(); in allocFromUTF8()
84 return getEmptyString(); in allocFromUTF8()
90 : mString(getEmptyString()) in String16()
114 : mString(getEmptyString()) in String16()
131 mString = getEmptyString(); in String16()
146 mString = getEmptyString(); in String16()
186 mString = getEmptyString(); in setTo()
401 mString = getEmptyString(); in remove()