Searched refs:insertion (Results 1 - 25 of 31) sorted by relevance

12

/external/icu4c/layout/
H A DLEInsertionList.cpp60 InsertionRecord *insertion = (InsertionRecord *) LE_NEW_ARRAY(char, sizeof(InsertionRecord) + (count - ANY_NUMBER) * sizeof (LEGlyphID)); local
61 if (insertion == NULL) {
66 insertion->position = position;
67 insertion->count = count;
73 insertion->next = NULL;
74 tail->next = insertion;
75 tail = insertion;
78 insertion->next = head;
79 head = insertion;
82 return insertion
[all...]
/external/icu4c/i18n/
H A Dbrktrans.h36 const UnicodeString &insertion);
61 virtual void setInsertion(const UnicodeString &insertion);
H A Dbrktrans.cpp149 void BreakTransliterator::setInsertion(const UnicodeString &insertion) { argument
150 this->fInsertion = insertion;
H A Dtranslit.cpp220 * <code>insertion</code> will be inserted into <code>text</code>
222 * <code>index.contextLimit</code> by <code>insertion.length()</code>.
260 * <code>insertion</code> is inserted at
269 * @param insertion text to be inserted and possibly
282 const UnicodeString& insertion,
284 _transliterate(text, index, &insertion, status);
297 * @param insertion text to be inserted and possibly
304 UChar32 insertion,
306 UnicodeString str(insertion);
348 * 'insertion' i
280 transliterate(Replaceable& text, UTransPosition& index, const UnicodeString& insertion, UErrorCode &status) const argument
302 transliterate(Replaceable& text, UTransPosition& index, UChar32 insertion, UErrorCode& status) const argument
353 _transliterate(Replaceable& text, UTransPosition& index, const UnicodeString* insertion, UErrorCode &status) const argument
[all...]
/external/webkit/Source/WebCore/inspector/
H A DInspectorBrowserDebuggerAgent.h90 void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, InspectorObject* description);
H A DInspectorBrowserDebuggerAgent.cpp253 void InspectorBrowserDebuggerAgent::descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, InspectorObject* description) argument
265 if (!insertion)
274 description->setBoolean("insertion", insertion);
H A DInspectorDOMAgent.h196 void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, PassRefPtr<InspectorObject> description);
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java135 for (int insertion = 0; insertion < totalInsertions; insertion++) {
/external/icu4c/i18n/unicode/
H A Dtranslit.h118 * maintaining a cursor position (independent of the insertion point,
121 * be coincident with the insertion point, but in a case like the one
122 * above, it will precede the insertion point.
407 * <code>insertion</code> will be inserted into <code>text</code>
409 * <code>index.limit</code> by <code>insertion.length()</code>.
447 * <code>insertion</code> is inserted at
456 * @param insertion text to be inserted and possibly
468 const UnicodeString& insertion,
479 * @param insertion text to be inserted and possibly
487 UChar32 insertion,
[all...]
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Dstatetracker.py351 insertion = distance[i+1][j] + 1
356 if deletion <= insertion and deletion <= substitution:
362 elif insertion <= substitution:
364 best = insertion
/external/freetype/src/base/
H A Dftrfork.c355 const char *insertion );
780 const char *insertion )
791 new_length = ft_strlen( original_name ) + ft_strlen( insertion );
808 ft_strcat( new_name, insertion );
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dcodegen.ml84 (* Create a new basic block to start insertion into. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dcodegen.ml84 (* Create a new basic block to start insertion into. *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dcodegen.ml113 (* Start insertion in loop_bb. *)
206 (* Create a new basic block to start insertion into. *)
/external/webkit/Source/WebCore/inspector/front-end/
H A DDOMBreakpointsSidebarPane.js111 if (eventData.insertion) {
/external/llvm/lib/Support/Unix/
H A DSignals.inc224 // made on insertion become invalid by being copied down an element.
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dcodegen.ml131 (* Start insertion in loop_bb. *)
232 (* Create a new basic block to start insertion into. *)
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as54 * single token insertion or deletion error recovery. If
57 * To turn off single token insertion or deletion error
124 * to get single token insertion and deletion. Use this to turn of
125 * single token insertion and deletion. Override mismatchRecover
325 * single token insertion and deletion, this will usually not
577 // can't recover with single token deletion, try insertion
/external/icu4c/test/intltest/
H A Dtransapi.cpp432 UnicodeString insertion="abc"; local
434 t->transliterate(rs, index, insertion, status);
451 t->transliterate(rs, index1[i], insertion, status);
462 //insertion, buffer
532 //insertion, buffer, index[START], index[LIMIT], index[CURSOR]
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dcodegen.ml187 (* Start insertion in loop_bb. *)
348 (* Create a new basic block to start insertion into. *)
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java1089 final CodeSegment insertion = new BlockSegment (this, localVarIndex, l);
1090 block.m_insertion = insertion;
1092 final int insertionMaxStack = insertion.maxstack ();
1101 attribute.m_max_stack += methodMaxStack; // this is not precise, but still need to add because the insertion may be happening at the old maxstack point
1141 jumpAdjOffsets [l + 1] = _blocks [l].m_first + _blocks [l].m_length; // implies the insertion goes just before the branch
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
H A Dprototype-1.6.0.3.js1461 if (options.insertion) {
1462 if (Object.isString(options.insertion)) {
1463 var insertion = { }; insertion[options.insertion] = responseText;
1464 receiver.insert(insertion);
1466 else options.insertion(receiver, responseText);
H A Dconcat-jquery-mootools-prototype.js9840 if (options.insertion) {
9841 if (Object.isString(options.insertion)) {
9842 var insertion = { }; insertion[options.insertion] = responseText;
9843 receiver.insert(insertion);
9845 else options.insertion(receiver, responseText);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas49 /// insertion order.
H A DAntlr.Runtime.Tools.pas612 // Not found: return complement of insertion point.

Completed in 484 milliseconds

12