Home | History | Annotate | Download | only in common

Lines Matching refs:sourceLength

2407                      const char *source, int32_t sourceLength,
2418 if(sourceLength<0) {
2421 sourceLimit=source+sourceLength;
2480 const char *source, int32_t sourceLength,
2490 if( source==NULL || sourceLength<-1 ||
2498 if(sourceLength==0 || (sourceLength<0 && *source==0)) {
2516 source, sourceLength,
2531 const char *source, int32_t sourceLength,
2541 if( cnv==NULL || source==NULL || sourceLength<-1 ||
2549 if(sourceLength==0 || (sourceLength<0 && *source==0)) {
2575 source, sourceLength,
2587 const char *source, int32_t sourceLength,
2591 source, sourceLength,
2599 const char *source, int32_t sourceLength,
2603 source, sourceLength,
2665 int32_t sourceLength) {
2670 if(cnv==NULL || source==NULL || sourceLength<=0 || (a=ucnv_getAmbiguous(cnv))==NULL)
2676 for(i=0; i<sourceLength; ++i) {
2756 int32_t sourceLength,
2771 if(source == NULL || sourceLength < -1){
2780 if(sourceLength==-1){
2781 sourceLength=(int32_t)uprv_strlen(source);
2785 while(i<sourceLength&& i<SIG_MAX_LEN){