Home
last modified time | relevance | path

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

/system/core/libutils/
DString8.cpp45 static inline char* getEmptyString() { in getEmptyString() function
76 return getEmptyString(); in allocFromUTF8()
81 if (len == 0) return getEmptyString(); in allocFromUTF16()
86 return getEmptyString(); in allocFromUTF16()
92 return getEmptyString(); in allocFromUTF16()
103 return getEmptyString(); in allocFromUTF32()
108 return getEmptyString(); in allocFromUTF32()
114 return getEmptyString(); in allocFromUTF32()
126 : mString(getEmptyString()) in String8()
140 mString = getEmptyString(); in String8()
[all …]
DString16.cpp28 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()
100 : mString(getEmptyString()) in String16()
150 mString = getEmptyString(); in setTo()