Home | History | Annotate | Download | only in cintltst

Lines Matching full:srclength

62 static int32_t ustrToAstr(const UChar* src, int32_t srcLength, char* dst, int32_t dstLength) {
67 if (srcLength < 0) {
72 srcLength = (int32_t)(s - src);
74 while (p < e && --srcLength >= 0) {