Lines Matching refs:source
126 const UChar *source,
137 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status);
146 const UChar *source,
154 umsg_vparse(fmt,source,sourceLength,&count,ap,status);
162 const UChar *source,
175 u_vparseMessageWithError(locale,pattern,patternLength,source,sourceLength,ap,error,status);
183 const UChar *source,
192 umsg_vparse(fmt,source,sourceLength,&count,ap,status);
484 const UChar *source,
498 umsg_vparse(fmt,source,sourceLength,count,ap,status);
506 const UChar *source,
517 if(fmt==NULL||source==NULL || sourceLength<-1 || count==NULL){
522 sourceLength=u_strlen(source);
525 UnicodeString srcString(source,sourceLength);
526 Formattable *args = ((const MessageFormat*)fmt)->parse(source,*count,*status);