Home | History | Annotate | Download | only in i18n

Lines Matching refs:idx

864 static inline void appendToBuf(UChar c, int32_t *idx, UChar *buf, int32_t bufCapacity) {
865 if (*idx < bufCapacity) {
866 buf[*idx] = c;
868 (*idx)++;