Searched defs:tagCount (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp193 unsigned tagCount = readUint16(ifd, isBigEndian); local
200 for (unsigned i = 0; i < tagCount && end - ifd >= ifdEntrySize; ++i, ifd += ifdEntrySize) {
/external/chromium_org/third_party/icu/source/tools/gencnval/
H A Dgencnval.c122 /* Think of this as a 3D array. It's tagCount by converterCount by aliasCount */
124 static uint16_t tagCount = 0; variable
515 if (tagCount >= MAX_TAG_COUNT) {
525 for (t = 0; t < tagCount; ++t) {
533 if (tagCount >= MAX_TAG_COUNT) {
552 tags[tagCount].tag = GET_TAG_NUM(atag);
555 return tagCount++;
571 if (tagCount > UCNV_NUM_RESERVED_TAGS) {
597 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
725 for (idx = 0; idx < tagCount; id
[all...]
/external/icu4c/tools/gencnval/
H A Dgencnval.c122 /* Think of this as a 3D array. It's tagCount by converterCount by aliasCount */
124 static uint16_t tagCount = 0; variable
525 if (tagCount >= MAX_TAG_COUNT) {
535 for (t = 0; t < tagCount; ++t) {
543 if (tagCount >= MAX_TAG_COUNT) {
562 tags[tagCount].tag = GET_TAG_NUM(atag);
565 return tagCount++;
581 if (tagCount > UCNV_NUM_RESERVED_TAGS) {
607 tags[tagCount++].tag = (uint16_t)((atag - tagStore) >> 1);
733 for (idx = 0; idx < tagCount; id
[all...]
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...

Completed in 96 milliseconds