OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convert_html_to_xliff
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/tools/localize/
XLIFFFile.h
96
int
convert_html_to_xliff
(const XMLNode* original, const string& name, XMLNode* addTo, int* phID);
XLIFFFile.cpp
330
convert_html_to_xliff
(const XMLNode* original, const string& name, XMLNode* addTo, int* phID)
function
358
err |=
convert_html_to_xliff
(children[i], name, copy, phID);
404
err |=
convert_html_to_xliff
(children[i], name, addTo, phID);
432
err |=
convert_html_to_xliff
(children[i], name, node, &phID);
xmb.cpp
101
err |=
convert_html_to_xliff
(*it, tag, msg, &phID);
Completed in 28 milliseconds