Home
last modified time | relevance | path

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

/system/core/libutils/binder/
DString8.cpp39 static inline char* getEmptyString() { in getEmptyString() function
70 return getEmptyString(); in allocFromUTF8()
75 if (len == 0) return getEmptyString(); in allocFromUTF16()
80 return getEmptyString(); in allocFromUTF16()
86 return getEmptyString(); in allocFromUTF16()
97 return getEmptyString(); in allocFromUTF32()
102 return getEmptyString(); in allocFromUTF32()
108 return getEmptyString(); in allocFromUTF32()
120 : mString(getEmptyString()) in String8()
134 mString = getEmptyString(); in String8()
[all …]
DString16.cpp41 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()
96 return getEmptyString(); in allocFromUTF16()
102 : mString(getEmptyString()) in String16()
115 o.mString = getEmptyString(); in String16()
119 : mString(getEmptyString()) in String16()
148 other.mString = getEmptyString(); in operator =()
173 mString = getEmptyString(); in setTo()