Home
last modified time | relevance | path

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

/system/core/libutils/
DString8.cpp43 static inline char* getEmptyString() { in getEmptyString() function
74 return getEmptyString(); in allocFromUTF8()
79 if (len == 0) return getEmptyString(); in allocFromUTF16()
84 return getEmptyString(); in allocFromUTF16()
90 return getEmptyString(); in allocFromUTF16()
101 return getEmptyString(); in allocFromUTF32()
106 return getEmptyString(); in allocFromUTF32()
112 return getEmptyString(); in allocFromUTF32()
124 : mString(getEmptyString()) in String8()
151 mString = getEmptyString(); in String8()
[all …]
DString16.cpp27 static inline char16_t* getEmptyString() { in getEmptyString() function
43 if (u8len == 0) return getEmptyString(); in allocFromUTF8()
49 return getEmptyString(); in allocFromUTF8()
66 return getEmptyString(); in allocFromUTF8()
83 return getEmptyString(); in allocFromUTF16()
89 : mString(getEmptyString()) in String16()
113 : mString(getEmptyString()) in String16()
159 mString = getEmptyString(); in setTo()
389 mString = getEmptyString(); in remove()