Home
last modified time | relevance | path

Searched refs:fUnicode (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/Control/
DComboBox.h45 …bool SetUnicodeFormat(bool fUnicode) { return LRESULTToBool(SendMessage(CBEM_SETUNICODEFORMAT, BOO… in SetUnicodeFormat() argument
/external/skia/src/pdf/
DSkPDFFont.cpp415 SkUnichar fUnicode; member
421 SkUnichar fUnicode; member
436 cmap->writeHexAsText(bfchar[i + j].fUnicode, 4); in append_bfchar_section()
457 cmap->writeHexAsText(bfrange[i + j].fUnicode, 4); in append_bfrange_section()
534 currentRangeEntry.fUnicode + i - currentRangeEntry.fStart; in append_cmap_sections()
541 entry->fUnicode = currentRangeEntry.fUnicode; in append_cmap_sections()
550 currentRangeEntry.fUnicode = glyphToUnicode[i + glyphOffset]; in append_cmap_sections()