Home | History | Annotate | Download | only in common

Lines Matching defs:srcLength

322     int32_t srcLength=src.length();
323 if(srcLength==0) {
329 UChar *destArray=dest.getBuffer(srcLength);
339 if(i==srcLength) {
374 if((i+1)==srcLength || srcArray[i+1]==0x2e) {
386 if(i==labelStart && i<(srcLength-1)) {
418 int32_t srcLength=src.length();
419 if(srcArray==NULL && srcLength!=0) {
425 if(srcLength==0) {
434 if(srcLength<=256) { // length of stackArray[]
438 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20,
443 if(i==srcLength) {
478 if((i+1)==srcLength || srcArray[i+1]==0x2e) {
488 if(i==labelStart && i<(srcLength-1)) {