OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:altSource
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/localize/
XLIFFFile.h
29
StringResource
altSource
;
XLIFFFile.cpp
129
XMLNode*
altSource
= get_unique_node(altTrans, XLIFF_XMLNS, "source", false);
130
if (
altSource
!= NULL) {
131
XMLNode* node =
altSource
->Clone();
133
result->AddStringResource(StringResource(
altSource
->Position(),
242
if (tu.
altSource
.id != "") {
243
m_strings.erase(tu.
altSource
);
321
return &g.
altSource
;
537
if (transUnit.
altSource
.id != "" || transUnit.altTarget.id != ""
557
if (transUnit.
altSource
.id != "") {
559
create_string_node(transUnit.
altSource
, "source"))
[
all
...]
localize.cpp
186
if (unit.altTarget.id == "" || unit.
altSource
.id == "") {
190
!= unit.
altSource
.value->ContentsToString(XLIFF_NAMESPACES);
Completed in 585 milliseconds