Lines Matching defs:source
835 UChar source[100];
843 u_uastrcpy(source, "You deposited an amount of $500.00");
847 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, str, &value);
860 u_uastrcpy(source, "There are 123 files on MyDisk created");
864 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, &value, str);
935 UChar* source, int32_t sourceLength, UErrorCode *status, ...)
939 u_vparseMessage(locale, pattern, patternLength, source, sourceLength, ap, status);
947 UChar source[100];
955 u_uastrcpy(source, "You deposited an amount of $500.00");
959 CallParseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, str, &value);
971 u_uastrcpy(source, "There are 123 files on MyDisk created");
975 CallParseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, &value, str);