Searched refs:to_unicode (Results 1 - 6 of 6) sorted by relevance
| /third_party/skia/experimental/tools/ |
| H A D | 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))
|
| /third_party/cups-filters/fontembed/ |
| H A D | embed_sfnt.c | 370 // TODO!? to_unicode should be able to represent more than one unicode character? 372 static const char *get_glyphname(const char *post,unsigned short *to_unicode,int charcode,unsigned short gid) // {{{ if charcode==0 -> force gid to be used in get_glyphname() argument 383 if (to_unicode) { // i.e. encoding was there in get_glyphname() 384 charcode=to_unicode[charcode]; in get_glyphname() 385 // TODO!? to_unicode should be able to represent more than one unicode character? in get_glyphname() 468 to_unicode: character-code -> unicode [NULL: no char names] // kind-of "reverse" of encoding (to_unicode does not make sense without >encoding) 495 int emb_otf_ps(OTF_FILE *otf,unsigned short *encoding,int len,unsigned short *to_unicode,OUTPUT_FN output,void *context) // {{{ in emb_otf_ps() argument 507 to_unicode=NULL; // does not make sense in emb_otf_ps() 572 iA,get_glyphname(post,to_unicode,i in emb_otf_ps() [all...] |
| H A D | embed_sfnt_int.h | 16 int emb_otf_ps(OTF_FILE *otf,unsigned short *encoding,int len,unsigned short *to_unicode,OUTPUT_FN output,void *context);
|
| /third_party/node/src/ |
| H A D | node_url.cc | 112 std::string result = ada::unicode::to_unicode(out->get_hostname()); in DomainToUnicode() 172 out->host = ada::idna::to_unicode(out->get_hostname()); in Format() 319 auto out = ada::idna::to_unicode(input.ToStringView()); in ToUnicode()
|
| /third_party/node/deps/ada/ |
| H A D | ada.cpp | 9730 /* begin file src/to_unicode.cpp */ 9737 std::string to_unicode(std::string_view input) { 9784 /* end file src/to_unicode.cpp */ 10263 std::string to_unicode(std::string_view input) { 10264 return ada::idna::to_unicode(input); 15347 std::string out = ada::idna::to_unicode(std::string_view(input, length));
|
| H A D | ada.h | 142 /* begin file include/ada/idna/to_unicode.h */ 151 std::string to_unicode(std::string_view input); 156 /* end file include/ada/idna/to_unicode.h */ 4488 std::string to_unicode(std::string_view input);
|
Completed in 33 milliseconds