Lines Matching refs:buffCapacity
515 int32_t buffCapacity, in ucurr_forLocale() argument
518 if (buffCapacity < 0 || (buff == nullptr && buffCapacity > 0)) { in ucurr_forLocale()
528 if (resLen < buffCapacity) { in ucurr_forLocale()
532 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
545 if(buffCapacity > u_strlen(result)) { in ucurr_forLocale()
549 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
581 return ucurr_forLocale(id, buff, buffCapacity, ec); in ucurr_forLocale()
588 if(buffCapacity > resLen) { in ucurr_forLocale()
592 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocale()
2377 int32_t buffCapacity, in ucurr_forLocaleAndDate() argument
2387 if ((buff && buffCapacity) || !buffCapacity ) in ucurr_forLocaleAndDate()
2499 if((buffCapacity> resLen) && matchFound) in ucurr_forLocaleAndDate()
2511 return u_terminateUChars(buff, buffCapacity, resLen, ec); in ucurr_forLocaleAndDate()