HomeSort by relevance Sort by last modified time
    Searched refs:length3 (Results 1 - 4 of 4) sorted by null

  /external/icu4c/common/
locdispnames.cpp 436 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 < destCapacity)
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
Operations.h 131 unsigned length3 = u3.length(); local
136 if (!length3)
141 if ((length1 + length2 + length3) < length3)
  /external/icu4c/test/cintltst/
trie2test.c 547 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));
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 229 milliseconds