Searched refs:currentTag (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/ports/
H A DSkFontConfigParser_android.cpp37 currentTag(NO_TAG) {};
43 int currentTag; // A flag to indicate whether we're in nameset/fileset tags member in struct:FamilyData
54 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
55 switch (familyData->currentTag) {
123 familyData->currentTag = NAMESET_TAG;
125 familyData->currentTag = FILESET_TAG;
126 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
129 } else if (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
147 familyData->currentTag
[all...]
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigParser_android.cpp59 currentTag(NO_TAG) {};
65 int currentTag; // A flag to indicate whether we're in nameset/fileset tags member in struct:FamilyData
293 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
294 switch (familyData->currentTag) {
398 familyData->currentTag = NAMESET_TAG;
400 familyData->currentTag = FILESET_TAG;
401 } else if (len == 4 && strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
404 } else if (len == 4 && strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
422 familyData->currentTag
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_cnt.h56 UColCETags currentTag; member in struct:CntTable
H A Ducol_cnt.cpp73 tbl->currentTag = NOT_FOUND_TAG;
365 return(constructContractCE(table->currentTag, element));
407 return(constructContractCE(table->currentTag, element));
437 return(constructContractCE(table->currentTag, element));
467 return(constructContractCE(table->currentTag, element));
H A Ducol_elm.cpp839 contractions->currentTag = SPEC_PROC_TAG;
952 contractions->currentTag = CONTRACTION_TAG;
1028 if(isCntTableElement(existingCE) && ((UColCETags)getCETag(existingCE) == contractions->currentTag)) {
1050 existingCE = constructContractCE(contractions->currentTag, firstContractionOffset);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A DBeautifulSoup.py1189 while self.currentTag.name != self.ROOT_TAG_NAME:
1216 self.currentTag = None
1226 self.currentTag = self.tagStack[-1]
1227 return self.currentTag
1231 if self.currentTag:
1232 self.currentTag.contents.append(tag)
1234 self.currentTag = self.tagStack[-1]
1252 o.setup(self.currentTag, self.previous)
1256 self.currentTag.contents.append(o)
1344 tag = Tag(self, name, attrs, self.currentTag, sel
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1228 milliseconds