Home | History | Annotate | Download | only in cintltst

Lines Matching refs:len16

1786             int32_t      len16;
1797 /* len16 = utext_extract(actual, nativeIndex, nativeIndex + group_len, NULL, 0, &shallowStatus); */
1798 len16 = (int32_t)group_len;
1800 groupChars = (UChar *)malloc(sizeof(UChar)*(len16+1));
1801 utext_extract(actual, nativeIndex, nativeIndex + group_len, groupChars, len16+1, &shallowStatus);
1803 len16, &shallowStatus);