Searched refs:chrs (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/libs/utils/
H A DString16.cpp230 status_t String16::append(const char16_t* chrs, size_t otherLen) argument
234 setTo(chrs, otherLen);
244 memcpy(str+myLen, chrs, otherLen*sizeof(char16_t));
252 status_t String16::insert(size_t pos, const char16_t* chrs) argument
254 return insert(pos, chrs, strlen16(chrs));
257 status_t String16::insert(size_t pos, const char16_t* chrs, size_t len) argument
261 return setTo(chrs, len);
270 printf("Insert in to %s: pos=%d, len=%d, myLen=%d, chrs=%s\n",
272 len, myLen, String8(chrs, le
[all...]
/frameworks/native/include/utils/
H A DString16.h77 status_t insert(size_t pos, const char16_t* chrs);
79 const char16_t* chrs, size_t len);

Completed in 136 milliseconds