Home
last modified time | relevance | path

Searched refs:composition (Results 1 – 25 of 36) sorted by relevance

12

/external/icu4c/test/testdata/
Dtestnorm.txt64 E001=61 338 # composition with trail<=33FF and composite>7FFF
67 E011=E010 F0011 # composition of BMP+supplementary, and F0011 is maybe & combines-fwd
79 F0010=F0011 E012 # composition of supplementary+BMP
/external/openfst/
DNEWS3 * Added lookahead matching and filtering for faster composition
23 * Numerous efficiency improvements esp in composition, replace, and caching
81 Sequence and matching composition filters provided. (see compose.h,
/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_views.cc642 const ui::CompositionText& composition) { in SetCompositionText() argument
656 composition.underlines); in SetCompositionText()
660 host_->ImeSetComposition(composition.text, underlines, in SetCompositionText()
661 composition.selection.end(), in SetCompositionText()
662 composition.selection.end()); in SetCompositionText()
664 has_composition_text_ = !composition.text.empty(); in SetCompositionText()
Drender_widget_host_view_win.cc1157 ui::CompositionText composition; in OnImeComposition() local
1158 if (ime_input_.GetResult(m_hWnd, lparam, &composition.text)) { in OnImeComposition()
1159 render_widget_host_->ImeConfirmComposition(composition.text); in OnImeComposition()
1168 if (ime_input_.GetComposition(m_hWnd, lparam, &composition)) { in OnImeComposition()
1171 composition.selection = ui::Range(composition.selection.end()); in OnImeComposition()
1177 composition.underlines); in OnImeComposition()
1179 composition.text, underlines, in OnImeComposition()
1180 composition.selection.start(), composition.selection.end()); in OnImeComposition()
Drender_widget_host_view_mac.mm1111 // simply confirm all ongoing composition here.
1274 // Then send keypress and/or composition related events.
1292 // Updates or cancels the composition. If some text has been inserted, then
1293 // we don't need to cancel the composition explicitly.
1296 // composition node in WebKit.
1312 // finish current composition session but still wants the application to
1598 // Cancel any onging composition text which was left before we lost focus.
1628 // We should cancel any onging composition whenever RWH's Blur() method gets
1629 // called, because in this case, webkit will confirm the ongoing composition
2155 // calls the setMarkedText method and we can update the composition node
[all …]
Drender_widget_host_view_views.h109 const ui::CompositionText& composition) OVERRIDE;
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
Dmain.m229 QCComposition *composition = [QCComposition compositionWithFile:path];
230 … obj->layer = [[QCCompositionLayer compositionLayerWithComposition:composition] retain];
/external/webkit/Source/WebCore/editing/
DTypingCommand.cpp151 …nsertText(Document* document, const String& text, Options options, TextCompositionType composition) in insertText() argument
161 insertText(document, text, frame->selection()->selection(), options, composition); in insertText()
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dautocomplete_text_field_editor.mm305 // Before input methods set composition text in the omnibox, we need to
307 // avoid committing the current composition text wrongly.
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_edit_view_mac.mm609 // Reset the suggest text just before starting an IME composition session,
610 // otherwise the IME composition may be interrupted when the suggest text
611 // gets reset by the IME composition change.
/external/libpng/
DREADME49 methods of doing alpha composition, and more accurate 16->8 bit color
/external/webkit/Source/WebKit/gtk/
DChangeLog5326 [GTK] Last Hangul letter is typed again when a composition is finished with mouse press
5329 When a mouse press fires during a IME composition, the current composition character
5332 … This patch allows to prevent the commit signal during a composition when a mouse press fires.
5336 … (WebKit::EditorClient::handleInputMethodKeydown): Allow to accept the next composition commit.
7201 (WebKit::EditorClient::shouldBeginEditing): Clear pending composition state before editing
7203 … (WebKit::EditorClient::shouldEndEditing): Clear pending composition state before editing ends.
7205 …key event filtering. When confirming a pending composition use insertText instead of confirmCompos…
9320 Clear previous preedit or pending composition before storing new ones.
14952 Add support for input method composition.
/external/webkit/Source/WebKit2/UIProcess/API/mac/
DWKView.mm1304 // A saved command can confirm a composition, but it cannot start a new one.
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-161060 Fix test LayoutTests/fast/events/ime-composition-events-001.html.
1066 insert the commit string when no composition text is available.
1164 [Qt] Composition text is not removed from the editor when composition is cancelled
1167 Ensure that the composition text is cleared when an empty QInputMethodEvent
1168 is received and the editor is in composition mode.
2019 Make QWebPage work as following when editor is in composition mode:
2816 - Selections don't trigger entering composition mode.
2819 Also remove redundant cancellation of composition in tst_qwebpage.
2820 There is no composition in progress at that point.
7595 composition mode. In the non-composition mode, the Anchor and the Current cursor positions
[all …]
/external/bluetooth/glib/
DChangeLog.pre-2-4688 * glib/gunidecomp.c: Add hangul composition and decomposition to
DNEWS2514 * Handle Hangul composition for normalization [Noah Levitt]
/external/oprofile/
DChangeLog-20011688 change few inheritance to composition.
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-1612974 …<rdar://problem/5349668> WebKit/Win needs to send same key events during IME composition as it doe…
12976 Removed guards against sending key events during composition, and added a flag
13110 We now use an exclusion zone so that the composition window never
13111 overlaps the composition string
13143 …Fix for <rdar://problem/5334826> Chinese IME composition window does not appear in the correct loc…
13238 is performed the the composition event handlers
DChangeLog6870 * WebView.cpp: (WebView::onIMEEndComposition): If composition is ended before it was
/external/webkit/Source/WebCore/
DChangeLog-2007-10-146034 the composition markers in the presence of an empty string. This would
6035 result in the caret being locked within the 0 length bounds of the "composition"
7263 to those on platforms other than Macintosh, "composition". This helps prevent confusion
7275 the composition range is not stored as a Range.
7276 (WebCore::Editor::confirmComposition): Added. To be called when changing a composition
7277 into actual text. Unlike the old code path, deletes the composition first, then inserts
7281 (WebCore::Editor::setComposition): Added. To be called when changing the composition.
7283 a flag down that indicates the inserted text is part of a composition. This is helpful
7288 (WebCore::Editor::compositionRange): Added. Needed now that the composition is not
7314 streamlined the code a bit for the case where there is no composition.
[all …]
DChangeLog-2011-02-16807 other editing command. SpellingCorrectionCommand is a composition of SetSelectionCommand,
17909 …Inserting multiple whitespace using text composition (IME) should insert interleaved nbsp and whit…
18639 distinguish text input which is originated by composition.
18643 Test: editing/inserting/insert-composition-whitespace.html
19485 [Qt] Always set composition mode through GraphicsContext
19488 GraphicsContext tracks the current composition mode so we should
19528 [Qt] Let QPainter decide whether a composition mode is supported or not
21855 distinguish text input which is originated by composition.
21859 Test: editing/inserting/insert-composition-whitespace.html
40502 …age::draw() shouldn't call setCompositionMode() unless the QPaintEngine has Porter-Duff composition
DChangeLog-2008-08-1020476 (WebCore::Editor::confirmComposition): Remove the previous composition
25518 composition underlines and in "force black text" mode.
73255 (WebCore::Editor::selectComposition): Force selection to composition range.
76312 Enable video composition.
79123 Made removal of the previous composition part of the current Undo step in the
79124 case where the new composition is the empty string, too.
79465 (WebCore::Editor::confirmComposition): When we replace the previous composition,
79466 delete it with a sub-command of the command used to insert the new composition,
/external/webkit/Source/WebKit/mac/WebView/
DWebHTMLView.mm5911 // A saved command can confirm a composition, but it cannot start a new one.
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-14350 no composition range.
1852 (such as insertText: rather than unmarkText: to confirm a composition)
2799 to it during text composition, and only override this assumption
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-162744 Editor::insertText(text) if there is an ongoing composition.
2825 Fix editing/input/ime-composition-clearpreedit.html test in chromium

12