Home | History | Annotate | Download | only in common

Lines Matching full:srclength

316     int32_t srcLength=src.length();
317 if(srcLength==0) {
323 UChar *destArray=dest.getBuffer(srcLength);
333 if(i==srcLength) {
368 if((i+1)==srcLength || srcArray[i+1]==0x2e) {
380 if(i==labelStart && i<(srcLength-1)) {
412 int32_t srcLength=src.length();
413 if(srcArray==NULL && srcLength!=0) {
419 if(srcLength==0) {
428 if(srcLength<=256) { // length of stackArray[]
432 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20,
437 if(i==srcLength) {
472 if((i+1)==srcLength || srcArray[i+1]==0x2e) {
482 if(i==labelStart && i<(srcLength-1)) {