Searched defs:resBuf (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Ducol_bld.cpp550 uint32_t u_toLargeKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) { argument
579 resBuf[i] = c;
585 uint32_t u_toSmallKana(const UChar *source, const uint32_t sourceLen, UChar *resBuf, const uint32_t resLen, UErrorCode *status) { argument
614 resBuf[i] = c;

Completed in 56 milliseconds