Searched refs:unicode (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/jni/android/graphics/ |
D | HarfBuzzNGFaceSkia.cpp | 79 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_cod… in harfbuzzGetGlyph() argument 83 if (unicode > 0x10ffff) { in harfbuzzGetGlyph() 84 unicode = 0xfffd; in harfbuzzGetGlyph() 91 size_t size = SkUTF16_FromUnichar(unicode, unichar); in harfbuzzGetGlyph()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | WifiInfo.java | 294 String unicode = mWifiSsid.toString(); in getSSID() local 295 if (!TextUtils.isEmpty(unicode)) { in getSSID() 296 return "\"" + unicode + "\""; in getSSID()
|
/frameworks/av/ |
D | NOTICE | 279 http://www.unicode.org/Public/, http://www.unicode.org/reports/, 280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any 282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 283 http://www.unicode.org/cldr/data/. 295 under the Terms of Use in http://www.unicode.org/copyright.html.
|
/frameworks/native/ |
D | NOTICE | 279 http://www.unicode.org/Public/, http://www.unicode.org/reports/, 280 and http://www.unicode.org/cldr/data/ . Unicode Software includes any 282 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 283 http://www.unicode.org/cldr/data/. 295 under the Terms of Use in http://www.unicode.org/copyright.html.
|
/frameworks/base/ |
D | NOTICE | 290 http://www.unicode.org/Public/, http://www.unicode.org/reports/, 291 and http://www.unicode.org/cldr/data/ . Unicode Software includes any 293 http://www.unicode.org/Public/, http://www.unicode.org/reports/, and 294 http://www.unicode.org/cldr/data/. 306 under the Terms of Use in http://www.unicode.org/copyright.html.
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 308 static hb_bool_t harfbuzzGetGlyph(hb_font_t* hbFont, void* fontData, hb_codepoint_t unicode, hb_cod… in harfbuzzGetGlyph() argument 317 if (unicode > 0x10FFFF) in harfbuzzGetGlyph() 318 unicode = 0xFFFD; in harfbuzzGetGlyph() 319 bool ok = font->GetGlyph(unicode, &glyph_id); in harfbuzzGetGlyph()
|
/frameworks/base/docs/html/tools/revisions/ |
D | studio.jd | 215 <li>XML rendering fixes to properly handle character entity declarations and XML and unicode
|
/frameworks/base/docs/html/distribute/tools/ |
D | localization-checklist.jd | 362 <!-- Example placeholder for a special unicode symbol -->
|
/frameworks/wilhelm/doc/ |
D | Doxyfile | 1475 # font does not include all possible unicode characters however, so when you need
|
/frameworks/base/docs/html/about/versions/ |
D | jelly-bean.jd | 921 Gothic, a unicode font designed especially for the Korean-language script.</li>
|