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

12

/external/icu/icu4c/source/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/chromium_org/third_party/icu/source/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.cpp218 * <code>insertion</code> will be inserted into <code>text</code>
220 * <code>index.contextLimit</code> by <code>insertion.length()</code>.
258 * <code>insertion</code> is inserted at
267 * @param insertion text to be inserted and possibly
280 const UnicodeString& insertion,
282 _transliterate(text, index, &insertion, status);
295 * @param insertion text to be inserted and possibly
302 UChar32 insertion,
304 UnicodeString str(insertion);
346 * 'insertion' i
278 transliterate(Replaceable& text, UTransPosition& index, const UnicodeString& insertion, UErrorCode &status) const argument
300 transliterate(Replaceable& text, UTransPosition& index, UChar32 insertion, UErrorCode& status) const argument
351 _transliterate(Replaceable& text, UTransPosition& index, const UnicodeString* insertion, UErrorCode &status) const argument
[all...]
/external/icu/icu4c/source/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.cpp218 * <code>insertion</code> will be inserted into <code>text</code>
220 * <code>index.contextLimit</code> by <code>insertion.length()</code>.
258 * <code>insertion</code> is inserted at
267 * @param insertion text to be inserted and possibly
280 const UnicodeString& insertion,
282 _transliterate(text, index, &insertion, status);
295 * @param insertion text to be inserted and possibly
302 UChar32 insertion,
304 UnicodeString str(insertion);
346 * 'insertion' i
278 transliterate(Replaceable& text, UTransPosition& index, const UnicodeString& insertion, UErrorCode &status) const argument
300 transliterate(Replaceable& text, UTransPosition& index, UChar32 insertion, UErrorCode& status) const argument
351 _transliterate(Replaceable& text, UTransPosition& index, const UnicodeString* insertion, UErrorCode &status) const argument
[all...]
/external/llvm/test/MC/X86/AlignedBundling/
H A Dsingle-inst-bundling.s4 # Test simple NOP insertion for single instructions.
/external/chromium_org/third_party/icu/source/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.
409 * <code>insertion</code> will be inserted into <code>text</code>
411 * <code>index.limit</code> by <code>insertion.length()</code>.
449 * <code>insertion</code> is inserted at
458 * @param insertion text to be inserted and possibly
470 const UnicodeString& insertion,
481 * @param insertion text to be inserted and possibly
489 UChar32 insertion,
[all...]
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java135 for (int insertion = 0; insertion < totalInsertions; insertion++) {
/external/icu/icu4c/source/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.
409 * <code>insertion</code> will be inserted into <code>text</code>
411 * <code>index.limit</code> by <code>insertion.length()</code>.
449 * <code>insertion</code> is inserted at
458 * @param insertion text to be inserted and possibly
470 const UnicodeString& insertion,
481 * @param insertion text to be inserted and possibly
489 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/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorDOMDebuggerAgent.h128 void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* description);
H A DInspectorDOMDebuggerAgent.cpp378 void InspectorDOMDebuggerAgent::descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* description) argument
390 if (!insertion)
401 description->setBoolean("insertion", insertion);
/external/chromium_org/third_party/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/freetype/src/base/
H A Dftrfork.c373 const char *insertion );
798 const char *insertion )
809 new_length = ft_strlen( original_name ) + ft_strlen( insertion );
826 ft_strcat( new_name, insertion );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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/chromium_org/extensions/browser/api/declarative/
H A Drules_registry.cc289 // necessary. (Note that the insertion below will not overwrite
291 std::pair<ProcessStateMap::iterator, bool> insertion = local
295 if (insertion.first->second != NOT_SCHEDULED_FOR_PROCESSING)
/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/chromium_org/third_party/closure_linter/closure_linter/
H A Dstatetracker.py475 insertion = distance[i+1][j] + 1
480 if deletion <= insertion and deletion <= substitution:
486 elif insertion <= substitution:
488 best = insertion
/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/llvm/lib/Support/Unix/
H A DSignals.inc247 // 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

Completed in 621 milliseconds

12