Lines Matching refs:sourceLength
2406 const char *source, int32_t sourceLength,
2417 if(sourceLength<0) {
2420 sourceLimit=source+sourceLength;
2479 const char *source, int32_t sourceLength,
2489 if( source==NULL || sourceLength<-1 ||
2497 if(sourceLength==0 || (sourceLength<0 && *source==0)) {
2515 source, sourceLength,
2530 const char *source, int32_t sourceLength,
2540 if( cnv==NULL || source==NULL || sourceLength<-1 ||
2548 if(sourceLength==0 || (sourceLength<0 && *source==0)) {
2574 source, sourceLength,
2586 const char *source, int32_t sourceLength,
2590 source, sourceLength,
2598 const char *source, int32_t sourceLength,
2602 source, sourceLength,
2664 int32_t sourceLength) {
2669 if(cnv==NULL || source==NULL || sourceLength<=0 || (a=ucnv_getAmbiguous(cnv))==NULL)
2675 for(i=0; i<sourceLength; ++i) {
2755 int32_t sourceLength,
2770 if(source == NULL || sourceLength < -1){
2779 if(sourceLength==-1){
2780 sourceLength=(int32_t)uprv_strlen(source);
2784 while(i<sourceLength&& i<SIG_MAX_LEN){