HomeSort by relevance Sort by last modified time
    Searched defs:unichar (Results 1 - 4 of 4) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
UnicodeChart.java 86 int unichar = base + i; local
87 chars[i] = (char)unichar;
89 canvas.drawText(Integer.toHexString(unichar),
  /external/webkit/WebCore/platform/
PlatformKeyboardEvent.h 148 PlatformKeyboardEvent(int keyCode, UChar32 unichar, int repeatCount,
150 UChar32 unichar() const { return m_unichar; } function in class:WebCore::PlatformKeyboardEvent
190 /* The originall unichar value. Sometimes the m_text/m_unmodifiedText
  /external/webkit/WebKit/android/nav/
SelectText.cpp 251 SkUnichar unichar; local
254 utfPaint.glyphsToUnichars(&rec.fGlyphID, 1, &unichar);
255 return unichar;
    [all...]
  /external/webkit/WebKit/android/plugins/
android_npapi.h 577 unichar.
578 If bounds is not null, returns the array of bounds for each unichar.
902 int32_t unichar; \/\/ 0 if there is no value member in struct:ANPEvent::__anon8106::__anon8107
    [all...]

Completed in 188 milliseconds