Home | History | Annotate | Download | only in i18n

Lines Matching refs:sourceLength

148                 int32_t      sourceLength,
158 u_vparseMessage(locale,pattern,patternLength,source,sourceLength,ap,status);
168 int32_t sourceLength,
175 umsg_vparse(fmt,source,sourceLength,&count,ap,status);
184 int32_t sourceLength,
196 u_vparseMessageWithError(locale,pattern,patternLength,source,sourceLength,ap,error,status);
205 int32_t sourceLength,
213 umsg_vparse(fmt,source,sourceLength,&count,ap,status);
489 int32_t sourceLength,
502 umsg_vparse(fmt,source,sourceLength,count,ap,status);
511 int32_t sourceLength,
521 if(fmt==NULL||source==NULL || sourceLength<-1 || count==NULL){
525 if(sourceLength==-1){
526 sourceLength=u_strlen(source);
529 UnicodeString srcString(source,sourceLength);