Home | History | Annotate | Download | only in static_shim

Lines Matching refs:bufferLength

120 int32_t u_charName_android(UChar32 code, UCharNameChoice nameChoice, char * buffer, int32_t bufferLength, UErrorCode * pErrorCode) {
121 return u_charName(code, nameChoice, buffer, bufferLength, pErrorCode);