Home | History | Annotate | Download | only in cintltst

Lines Matching defs:source

830     UChar source[100];
838 u_uastrcpy(source, "You deposited an amount of $500.00");
842 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, str, &value);
855 u_uastrcpy(source, "There are 123 files on MyDisk created");
859 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, &value, str);
930 UChar* source, int32_t sourceLength, UErrorCode *status, ...)
934 u_vparseMessage(locale, pattern, patternLength, source, sourceLength, ap, status);
942 UChar source[100];
950 u_uastrcpy(source, "You deposited an amount of $500.00");
954 CallParseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, str, &value);
966 u_uastrcpy(source, "There are 123 files on MyDisk created");
970 CallParseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, &value, str);