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

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

Completed in 691 milliseconds