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()
107 return getEmptyString(); in allocFromUTF16()
113 return getEmptyString(); in allocFromUTF16()
124 return getEmptyString(); in allocFromUTF32()
129 return getEmptyString(); in allocFromUTF32()
135 return getEmptyString(); in allocFromUTF32()
147 : mString(getEmptyString()) in String8()
174 mString = getEmptyString(); in String8()
[all …]
DString16.cpp34 static inline char16_t* getEmptyString() in getEmptyString() function
60 if (u8len == 0) return getEmptyString(); in allocFromUTF8()
66 return getEmptyString(); in allocFromUTF8()
83 return getEmptyString(); in allocFromUTF8()
89 : mString(getEmptyString()) in String16()
113 : mString(getEmptyString()) in String16()
130 mString = getEmptyString(); in String16()
145 mString = getEmptyString(); in String16()
180 mString = getEmptyString(); in setTo()
390 mString = getEmptyString(); in remove()