Searched refs:sepLen (Results 1 – 2 of 2) sorted by relevance
463 int32_t sepLen = 0; in uloc_getDisplayName() local491 separator=ures_getStringByKeyWithFallback(dspbundle, _kSeparator, &sepLen, &status); in uloc_getDisplayName()499 if(sepLen == 0) { in uloc_getDisplayName()501 sepLen = defaultSepLen; in uloc_getDisplayName()642 if(len+sepLen<=cap) { in uloc_getDisplayName()644 for(int32_t i=0;i<sepLen;++i) { in uloc_getDisplayName()648 length+=len+sepLen; in uloc_getDisplayName()652 length-=sepLen; in uloc_getDisplayName()
287 if (int sepLen = separators[i].length()) { in jsSpliceSubstringsWithSeparators() local288 StringImpl::copyChars(buffer + bufferPos, separators[i].characters(), sepLen); in jsSpliceSubstringsWithSeparators()289 bufferPos += sepLen; in jsSpliceSubstringsWithSeparators()