Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdispnames.cpp495 int32_t sepLen = 0; in uloc_getDisplayName() local
530 separator=ures_getStringByKeyWithFallback(dspbundle.getAlias(), _kSeparator, &sepLen, &status); in uloc_getDisplayName()
535 if(sepLen == 0) { in uloc_getDisplayName()
555 sepLen = static_cast<int32_t>(p1 - separator); in uloc_getDisplayName()
702 if(len+sepLen<=cap) { in uloc_getDisplayName()
711 for(int32_t i=0;i<sepLen;++i) { in uloc_getDisplayName()
715 length+=len+sepLen; in uloc_getDisplayName()
719 length-=sepLen; in uloc_getDisplayName()
/third_party/icu/icu4c/source/common/
H A Dlocdispnames.cpp507 int32_t sepLen = 0; in uloc_getDisplayName() local
542 separator=ures_getStringByKeyWithFallback(dspbundle.getAlias(), _kSeparator, &sepLen, &status); in uloc_getDisplayName()
547 if(sepLen == 0) { in uloc_getDisplayName()
567 sepLen = static_cast<int32_t>(p1 - separator); in uloc_getDisplayName()
714 if(len+sepLen<=cap) { in uloc_getDisplayName()
723 for(int32_t i=0;i<sepLen;++i) { in uloc_getDisplayName()
727 length+=len+sepLen; in uloc_getDisplayName()
731 length-=sepLen; in uloc_getDisplayName()
/third_party/node/deps/icu-small/source/common/
H A Dlocdispnames.cpp507 int32_t sepLen = 0; in uloc_getDisplayName() local
542 separator=ures_getStringByKeyWithFallback(dspbundle.getAlias(), _kSeparator, &sepLen, &status); in uloc_getDisplayName()
547 if(sepLen == 0) { in uloc_getDisplayName()
567 sepLen = static_cast<int32_t>(p1 - separator); in uloc_getDisplayName()
714 if(len+sepLen<=cap) { in uloc_getDisplayName()
723 for(int32_t i=0;i<sepLen;++i) { in uloc_getDisplayName()
727 length+=len+sepLen; in uloc_getDisplayName()
731 length-=sepLen; in uloc_getDisplayName()
/third_party/node/lib/
H A Dquerystring.js327 const sepLen = sepCodes.length;
361 if (++sepIdx === sepLen) {
458 else if (sepIdx < sepLen)

Completed in 6 milliseconds