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

  /external/skia/legacy/src/ports/
FontHostConfiguration_android.cpp 44 parser(parserRef), families(familiesRef), currentTag(NO_TAG) {};
50 int currentTag; // A flag to indicate whether we're in nameset/fileset tags
61 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
67 switch (familyData->currentTag) {
136 familyData->currentTag = NAMESET_TAG;
138 familyData->currentTag = FILESET_TAG;
139 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
142 } else if (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
160 familyData->currentTag = NO_TAG
    [all...]
  /external/skia/src/ports/
FontHostConfiguration_android.cpp 34 parser(parserRef), families(familiesRef), currentTag(NO_TAG) {};
40 int currentTag; // A flag to indicate whether we're in nameset/fileset tags
51 (familyData->currentTag == NAMESET_TAG || familyData->currentTag == FILESET_TAG)) {
57 switch (familyData->currentTag) {
126 familyData->currentTag = NAMESET_TAG;
128 familyData->currentTag = FILESET_TAG;
129 } else if (strncmp(tag, "name", len) == 0 && familyData->currentTag == NAMESET_TAG) {
132 } else if (strncmp(tag, "file", len) == 0 && familyData->currentTag == FILESET_TAG) {
150 familyData->currentTag = NO_TAG
    [all...]
  /external/icu4c/i18n/
ucol_cnt.h 56 UColCETags currentTag;
ucol_cnt.cpp 73 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));
ucol_elm.cpp 839 contractions->currentTag = SPEC_PROC_TAG;
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 426 milliseconds