Home
last modified time | relevance | path

Searched refs:tmpName (Results 1 – 8 of 8) sorted by relevance

/external/icu4c/i18n/
Dtznames_impl.cpp647 UnicodeString tmpName; in createInstance() local
649 TimeZoneNamesImpl::getDefaultExemplarLocationName(tzID, tmpName); in createInstance()
650 tmpNameLen = tmpName.length(); in createInstance()
655 tmpName.extract(locationNameOwned, tmpNameLen + 1, status); in createInstance()
/external/bzip2/
Dbzip2.c207 Char tmpName[FILE_NAME_LEN]; variable
1764 for (j = 0; j < k; j++) tmpName[j] = p[j]; in addFlagsFromEnvVar()
1765 tmpName[k] = 0; in addFlagsFromEnvVar()
1766 APPEND_FLAG(*argList, tmpName); in addFlagsFromEnvVar()
/external/libxslt/libxslt/
Dvariables.c2243 const xmlChar *tmpName = name, *tmpNsName = ns_uri; in xsltXPathVariableLookup() local
2248 if ((tmpName != name) || (tmpNsName != ns_uri)) { in xsltXPathVariableLookup()
/external/chromium_org/third_party/libxslt/libxslt/
Dvariables.c2243 const xmlChar *tmpName = name, *tmpNsName = ns_uri; in xsltXPathVariableLookup() local
2248 if ((tmpName != name) || (tmpNsName != ns_uri)) { in xsltXPathVariableLookup()
/external/clang/lib/Rewrite/Frontend/
DRewriteObjC.cpp2522 std::string tmpName = InFileName; in RewriteObjCStringLiteral() local
2524 for (i=0; i < tmpName.length(); i++) { in RewriteObjCStringLiteral()
2525 char c = tmpName.at(i); in RewriteObjCStringLiteral()
2528 tmpName[i] = '_'; in RewriteObjCStringLiteral()
2530 S += tmpName; in RewriteObjCStringLiteral()
DRewriteModernObjC.cpp2606 std::string tmpName = InFileName; in RewriteObjCStringLiteral() local
2608 for (i=0; i < tmpName.length(); i++) { in RewriteObjCStringLiteral()
2609 char c = tmpName.at(i); in RewriteObjCStringLiteral()
2612 tmpName[i] = '_'; in RewriteObjCStringLiteral()
2614 S += tmpName; in RewriteObjCStringLiteral()
/external/libxml2/
Dxmlschemas.c7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local
7107 NULL, attr, &tmpNs, &tmpName) != 0) { in xmlSchemaParseLocalAttribute()
7136 attr, &tmpNs, &tmpName); in xmlSchemaParseLocalAttribute()
7289 if (tmpName != NULL) { in xmlSchemaParseLocalAttribute()
7290 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute()
7320 tmpName, tmpNs); in xmlSchemaParseLocalAttribute()
7376 tmpName = name; in xmlSchemaParseLocalAttribute()
7388 (tmpName == (WXS_ATTR_PROHIB_CAST use)->name) && in xmlSchemaParseLocalAttribute()
7397 xmlSchemaFormatQName(&str, tmpNs, tmpName), in xmlSchemaParseLocalAttribute()
7411 prohib->name = tmpName; in xmlSchemaParseLocalAttribute()
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c7091 const xmlChar *tmpNs = NULL, *tmpName = NULL, *defValue = NULL; in xmlSchemaParseLocalAttribute() local
7107 NULL, attr, &tmpNs, &tmpName) != 0) { in xmlSchemaParseLocalAttribute()
7136 attr, &tmpNs, &tmpName); in xmlSchemaParseLocalAttribute()
7289 if (tmpName != NULL) { in xmlSchemaParseLocalAttribute()
7290 attrDecl->typeName = tmpName; in xmlSchemaParseLocalAttribute()
7320 tmpName, tmpNs); in xmlSchemaParseLocalAttribute()
7376 tmpName = name; in xmlSchemaParseLocalAttribute()
7388 (tmpName == (WXS_ATTR_PROHIB_CAST use)->name) && in xmlSchemaParseLocalAttribute()
7397 xmlSchemaFormatQName(&str, tmpNs, tmpName), in xmlSchemaParseLocalAttribute()
7411 prohib->name = tmpName; in xmlSchemaParseLocalAttribute()