Home
last modified time | relevance | path

Searched refs:sepLen (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/
Dlocdispnames.cpp463 int32_t sepLen = 0; in uloc_getDisplayName() local
491 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()
/external/webkit/Source/JavaScriptCore/runtime/
DStringPrototype.cpp287 if (int sepLen = separators[i].length()) { in jsSpliceSubstringsWithSeparators() local
288 StringImpl::copyChars(buffer + bufferPos, separators[i].characters(), sepLen); in jsSpliceSubstringsWithSeparators()
289 bufferPos += sepLen; in jsSpliceSubstringsWithSeparators()