OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:to_unicode
(Results
1 - 3
of
3
) sorted by null
/external/skia/experimental/tools/
generate-unicode-test-txt
69
def
to_unicode
(i):
function
72
def
to_unicode
(i):
function
76
o.write(
to_unicode
(0xFEFF))
85
o.write(' ' +
to_unicode
(i))
/external/skqp/experimental/tools/
generate-unicode-test-txt
69
def
to_unicode
(i):
function
72
def
to_unicode
(i):
function
76
o.write(
to_unicode
(0xFEFF))
85
o.write(' ' +
to_unicode
(i))
/external/pdfium/fpdfsdk/
fpdfedittext.cpp
131
const std::map<uint32_t, uint32_t>&
to_unicode
) {
146
for (auto iter =
to_unicode
.begin(); iter !=
to_unicode
.end(); ++iter) {
149
if (std::next(iter) ==
to_unicode
.end() ||
170
if (next_it ==
to_unicode
.end() || curCharcode + 1 != next_it->first)
183
if (next_it ==
to_unicode
.end() || curCharcode + 1 != next_it->first ||
328
std::map<uint32_t, uint32_t>
to_unicode
;
335
to_unicode
[glyphIndex] = currentChar;
395
CPDF_Stream* toUnicodeStream = LoadUnicode(pDoc,
to_unicode
);
Completed in 1686 milliseconds