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

/external/icu4c/common/
H A Dlocdispnames.cpp436 int32_t length, length2, length3 = 0; local
603 if(length + length3 < destCapacity) {
604 length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
606 length3 += uloc_getDisplayKeyword(keyword, displayLocale, NULL, 0, pErrorCode);
614 if(length + length3 < destCapacity) {
615 dest[length + length3] = 0x3D;
617 length3++;
618 if(length + length3 < destCapacit
[all...]
/external/chromium/third_party/icu/source/common/
H A Duloc.c2332 int32_t length, length2, length3 = 0; local
2472 if(length + length3 < destCapacity) {
2473 length3 += uloc_getDisplayKeyword(keyword, displayLocale, dest+length+length3, destCapacity-length-length3, pErrorCode);
2475 length3 += uloc_getDisplayKeyword(keyword, displayLocale, NULL, 0, pErrorCode);
2483 if(length + length3 < destCapacity) {
2484 dest[length + length3] = 0x3D;
2486 length3++;
2487 if(length + length3 < destCapacit
[all...]
/external/chromium/third_party/icu/source/test/cintltst/
H A Dtrie2test.c547 int32_t length1, length2, length3; local
673 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode);
682 if(length2!=length3) {
688 uprv_memset((char *)storage+length3, 0xfa, (int32_t)(sizeof(storage)-length3));
/external/icu4c/test/cintltst/
H A Dtrie2test.c547 int32_t length1, length2, length3; local
673 trie=utrie2_openFromSerialized(valueBits, storage, length2, &length3, &errorCode);
682 if(length2!=length3) {
688 uprv_memset((char *)storage+length3, 0xfa, (int32_t)(sizeof(storage)-length3));

Completed in 84 milliseconds