Home
last modified time | relevance | path

Searched refs:length3 (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Dlocdispnames.cpp436 int32_t length, length2, length3 = 0; in uloc_getDisplayName() local
603 if(length + length3 < destCapacity) { in uloc_getDisplayName()
604length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length… in uloc_getDisplayName()
606 length3 += uloc_getDisplayKeyword(keyword, displayLocale, NULL, 0, pErrorCode); in uloc_getDisplayName()
614 if(length + length3 < destCapacity) { in uloc_getDisplayName()
615 dest[length + length3] = 0x3D; in uloc_getDisplayName()
617 length3++; in uloc_getDisplayName()
618 if(length + length3 < destCapacity) { in uloc_getDisplayName()
619length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, dest+length+length3, destCa… in uloc_getDisplayName()
621length3 += uloc_getDisplayKeywordValue(locale, keyword, displayLocale, NULL, 0, pErrorCode); in uloc_getDisplayName()
[all …]
/external/webkit/Source/JavaScriptCore/runtime/
DOperations.h131 unsigned length3 = u3.length(); in jsString() local
136 if (!length3) in jsString()
141 if ((length1 + length2 + length3) < length3) in jsString()
/external/icu4c/test/cintltst/
Dtrie2test.c547 int32_t length1, length2, length3; in testTrieSerialize() local
673 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode); in testTrieSerialize()
682 if(length2!=length3) { in testTrieSerialize()
688 uprv_memset((char *)storage+length3, 0xfa, (int32_t)(sizeof(storage)-length3)); in testTrieSerialize()