Home | History | Annotate | Download | only in cintltst

Lines Matching defs:source

825     UChar source[100];
833 u_uastrcpy(source, "You deposited an amount of $500.00");
837 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, str, &value);
850 source, "There are 123 files on MyDisk created");
854 u_parseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, &value, str);
925 UChar* source, int32_t sourceLength, UErrorCode *status, ...)
929 u_vparseMessage(locale, pattern, patternLength, source, sourceLength, ap, status);
937 UChar source[100];
945 u_uastrcpy(source, "You deposited an amount of $500.00");
949 CallParseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, str, &value);
961 u_uastrcpy(source, "There are 123 files on MyDisk created");
965 CallParseMessage( "en_US", pattern, u_strlen(pattern), source, u_strlen(source), &status, &value, str);