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

  /frameworks/base/graphics/java/android/graphics/
FontListParser.java 180 String tagStr = parser.getAttributeValue(null, "tag");
181 if (tagStr != null && TAG_PATTERN.matcher(tagStr).matches()) {
182 tag = (tagStr.charAt(0) << 24) +
183 (tagStr.charAt(1) << 16) +
184 (tagStr.charAt(2) << 8) +
185 (tagStr.charAt(3) );
  /system/core/liblog/
event_tag_map.c 36 const char* tagStr;
149 return map->tagArray[mid].tagStr;
362 tag->tagStr = cp;
387 //printf("+++ Line %d: got %d '%s'\n", lineNum, tag->tagIndex, tag->tagStr);
418 map->tagArray[i].tagIndex, map->tagArray[i].tagStr,
419 map->tagArray[i-1].tagIndex, map->tagArray[i-1].tagStr);
  /frameworks/base/tools/aapt/
Resource.cpp     [all...]
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]

Completed in 302 milliseconds