Home | History | Annotate | Download | only in common

Lines Matching refs:sourceLength

2399                      const char *source, int32_t sourceLength,
2410 if(sourceLength<0) {
2413 sourceLimit=source+sourceLength;
2472 const char *source, int32_t sourceLength,
2482 if( source==NULL || sourceLength<-1 ||
2490 if(sourceLength==0 || (sourceLength<0 && *source==0)) {
2508 source, sourceLength,
2523 const char *source, int32_t sourceLength,
2533 if( cnv==NULL || source==NULL || sourceLength<-1 ||
2541 if(sourceLength==0 || (sourceLength<0 && *source==0)) {
2567 source, sourceLength,
2579 const char *source, int32_t sourceLength,
2583 source, sourceLength,
2591 const char *source, int32_t sourceLength,
2595 source, sourceLength,
2657 int32_t sourceLength) {
2662 if(cnv==NULL || source==NULL || sourceLength<=0 || (a=ucnv_getAmbiguous(cnv))==NULL)
2668 for(i=0; i<sourceLength; ++i) {
2748 int32_t sourceLength,
2763 if(source == NULL || sourceLength < -1){
2772 if(sourceLength==-1){
2773 sourceLength=(int32_t)uprv_strlen(source);
2777 while(i<sourceLength&& i<SIG_MAX_LEN){