Home | History | Annotate | Download | only in i18n

Lines Matching refs:targetBuffer

242 static void getCalendarKeyword(const UnicodeString &id, char *targetBuffer, int32_t targetBufferSize) {
251 keyLen = id.extract(keywordIdx+1, id.length(), targetBuffer, targetBufferSize, US_INV);
253 targetBuffer[keyLen] = 0;