Home | History | Annotate | Download | only in i18n

Lines Matching refs:destText

1995 	UText **destText = (UText **)uprv_malloc(sizeof(UText*)*destCapacity);
1998 destText[i] = utext_openUnicodeString(NULL, &dest[i], &status);
2001 int32_t fieldCount = split(&inputText, destText, destCapacity, status);
2004 utext_close(destText[i]);
2007 uprv_free(destText);