Searched refs:p0Len (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Dlocdispnames.cpp447 int32_t p0Len = 0; local
504 p0Len = length;
676 u_strncat(dest,result,p0Len);
677 destLen += p0Len;
681 UChar *p1Start = &result[p0Len+2];
682 u_strncat(dest,p1Start,length-p0Len-3);
683 destLen += (length-p0Len-3);

Completed in 65 milliseconds