Lines Matching refs:buffCapacity
549 int32_t buffCapacity, in ucurr_forLocale() argument
552 if (buffCapacity < 0 || (buff == nullptr && buffCapacity > 0)) { in ucurr_forLocale()
562 if (resLen < buffCapacity) { in ucurr_forLocale()
566 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
579 if(buffCapacity > u_strlen(result)) { in ucurr_forLocale()
583 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
629 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale()
636 if(buffCapacity > resLen) { in ucurr_forLocale()
640 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
2406 int32_t buffCapacity, in ucurr_forLocaleAndDate() argument
2416 if ((buff && buffCapacity) || !buffCapacity ) in ucurr_forLocaleAndDate()
2529 if((buffCapacity> resLen) && matchFound) in ucurr_forLocaleAndDate()
2541 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocaleAndDate()