Home | History | Annotate | Download | only in common

Lines Matching refs:localeBuffer

1626     char localeBuffer[ULOC_FULLNAME_CAPACITY];
1653 localeBuffer, if necessary; otherwise send them to result. */
1655 (result == NULL || resultCapacity < (int32_t)sizeof(localeBuffer))) {
1656 name = localeBuffer;
1657 nameCapacity = (int32_t)sizeof(localeBuffer);
1857 if (U_SUCCESS(*err) && result != NULL && name == localeBuffer) {
1858 uprv_strncpy(result, localeBuffer, (len > resultCapacity) ? resultCapacity : len);