Home | History | Annotate | Download | only in common

Lines Matching defs:srcLength

324     int32_t srcLength=src.length();
325 if(srcLength==0) {
331 UChar *destArray=dest.getBuffer(srcLength);
341 if(i==srcLength) {
376 if((i+1)==srcLength || srcArray[i+1]==0x2e) {
388 if(i==labelStart && i<(srcLength-1)) {
420 int32_t srcLength=src.length();
421 if(srcArray==NULL && srcLength!=0) {
427 if(srcLength==0) {
436 if(srcLength<=256) { // length of stackArray[]
440 char *destArray=dest.GetAppendBuffer(srcLength, srcLength+20,
445 if(i==srcLength) {
480 if((i+1)==srcLength || srcArray[i+1]==0x2e) {
490 if(i==labelStart && i<(srcLength-1)) {