Home | History | Annotate | Download | only in i18n

Lines Matching refs:resLen

549 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
557 if(sourceLen > resLen) {
584 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) {
592 if(sourceLen > resLen) {