Searched refs:tagCount (Results 1 - 9 of 9) sorted by relevance

/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
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/icu/icu4c/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
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/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
H A DImageHeaderParser.java189 int tagCount = segmentData.getInt16(firstIfdOffset);
192 for (int i = 0; i < tagCount; i++) {
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/jpeg/
H A DJPEGImageDecoder.cpp208 unsigned tagCount = readUint16(ifd, isBigEndian); local
215 for (unsigned i = 0; i < tagCount && end - ifd >= ifdEntrySize; ++i, ifd += ifdEntrySize) {
/external/jdiff/src/jdiff/
H A DRootDocToXML.java277 int tagCount = pd[i].tags().length;
278 if (trace) System.out.println("#tags: " + tagCount);
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/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/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 1912 milliseconds