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

  /external/chromium_org/third_party/icu/source/common/
ucnv_io.h 41 const uint16_t *tagList;
ucnv_io.c 279 gMainTable.tagList = table + currOffset;
340 if (gMainTable.tagList) {
343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
    [all...]
  /external/icu4c/common/
ucnv_io.h 41 const uint16_t *tagList;
ucnv_io.cpp 279 gMainTable.tagList = table + currOffset;
340 if (gMainTable.tagList) {
343 if (!uprv_stricmp(GET_STRING(gMainTable.tagList[tagNum]), tagname)) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.cpp 398 DEFINE_STATIC_LOCAL(HashSet<StringImpl*>, tagList, ());
399 if (tagList.isEmpty()) {
414 tagList.add(tags[i]->localName().impl());
417 return tagList.contains(tagName.localName().impl());
  /external/doclava/src/com/google/doclava/
SampleCode.java 607 List<String> tagList = new ArrayList();
612 tagList.add(item);
614 mTags = tagList;
Doclava.java 935 String tagList = hdf.getValue("page.tags", "");
936 if (!tagList.equals("")) {
937 tagList = tagList.replaceAll("\"", "");
938 String[] tagParts = tagList.split(",");
    [all...]
  /external/expat/lib/
xmlparse.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py     [all...]

Completed in 460 milliseconds