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

/external/doclava/src/com/google/doclava/
H A DPageMetadata.java121 * @param tagList The file from which to extract metadata.
124 Data hdf, List<Node> tagList) {
149 appendMetaNodeByType(pageMeta, tagList);
278 String tagList = hdf.getValue(tag, "");
279 if (tag.equals("meta.tags") && (tagList.equals(""))) {
281 tagList = hdf.getValue("page.tags", "");
283 if (!tagList.equals("")) {
284 tagList = tagList.replaceAll("\"", "");
285 String[] tagParts = tagList
123 setPageMetadata(String docfile, String dest, String filename, Data hdf, List<Node> tagList) argument
684 renderTagIndices(StringBuilder buf, List<Node> tagList) argument
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Ducnv_io.h41 const uint16_t *tagList; member in struct:UConverterAlias
H A Ducnv_io.cpp273 gMainTable.tagList = table + currOffset;
326 if (gMainTable.tagList) {
329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
946 return GET_STRING(gMainTable.tagList[n]);
/external/icu/icu4c/source/common/
H A Ducnv_io.h41 const uint16_t *tagList; member in struct:UConverterAlias
H A Ducnv_io.cpp273 gMainTable.tagList = table + currOffset;
326 if (gMainTable.tagList) {
329 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
946 return GET_STRING(gMainTable.tagList[n]);
/external/fonttools/Lib/fontTools/ttLib/
H A D__init__.py934 def sortedTagList(tagList, tableOrder=None):
935 """Return a sorted copy of tagList, sorted according to the OpenType
939 tagList = sorted(tagList)
941 if "DSIG" in tagList:
943 tagList.remove("DSIG")
944 tagList.append("DSIG")
945 if "CFF " in tagList:
951 if tag in tagList:
953 tagList
[all...]
/external/fonttools/Tools/fontTools/ttLib/
H A D__init__.py934 def sortedTagList(tagList, tableOrder=None):
935 """Return a sorted copy of tagList, sorted according to the OpenType
939 tagList = sorted(tagList)
941 if "DSIG" in tagList:
943 tagList.remove("DSIG")
944 tagList.append("DSIG")
945 if "CFF " in tagList:
951 if tag in tagList:
953 tagList
[all...]
/external/chromium_org/third_party/expat/files/lib/
H A Dxmlparse.c1132 TAG *tagList; local
1137 tagList = tagStack;
1140 if (tagList == NULL) {
1143 tagList = freeTagList;
1146 p = tagList;
1147 tagList = tagList->parent;
/external/expat/lib/
H A Dxmlparse.c1132 TAG *tagList; local
1137 tagList = tagStack;
1140 if (tagList == NULL) {
1143 tagList = freeTagList;
1146 p = tagList;
1147 tagList = tagList->parent;

Completed in 1206 milliseconds