Home | History | Annotate | Download | only in common

Lines Matching refs:sepLen

482     int32_t sepLen = 0;
515 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status);
523 if(sepLen == 0) {
543 sepLen = p1 - separator;
691 if(len+sepLen<=cap) {
700 for(int32_t i=0;i<sepLen;++i) {
704 length+=len+sepLen;
708 length-=sepLen;