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

  /external/webkit/Source/WebCore/platform/network/
ProtectionSpaceHash.h 45 unsigned codeCount = sizeof(hashCodes);
48 codeCount -= sizeof(hashCodes[0]);
49 return StringHasher::hashMemory(hashCodes, codeCount);
  /external/webkit/Source/JavaScriptCore/assembler/
LinkBuffer.h 325 static unsigned codeCount = 0;
329 snprintf(nameBuf, sizeof(nameBuf), "_jsc_jit%u", codeCount++);
  /external/icu4c/i18n/
ucol_tok.cpp 632 int32_t codeCount = 0;
654 codeCount++;
661 if (codeCount == 0) {
665 src->reorderCodesLength = codeCount;
666 src->reorderCodes = (int32_t*)uprv_malloc(codeCount * sizeof(int32_t));
    [all...]

Completed in 112 milliseconds