Searched defs:insertion (Results 1 - 24 of 24) sorted by relevance

/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/icu/icu4c/source/i18n/
H A Dbrktrans.cpp167 void BreakTransliterator::setInsertion(const UnicodeString &insertion) { argument
168 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/android_icu4j/src/main/java/android/icu/text/
H A DBreakTransliterator.java23 private String insertion; field in class:BreakTransliterator
27 public BreakTransliterator(String ID, UnicodeFilter filter, BreakIterator bi, String insertion) { argument
30 this.insertion = insertion;
40 return insertion;
46 public void setInsertion(String insertion) { argument
47 this.insertion = insertion;
119 delta = boundaryCount * insertion.length();
126 text.replace(boundary, boundary, insertion);
[all...]
H A DTransliterator.java99 * accomplished by maintaining a cursor position (independent of the insertion point, and invisible in the GUI) across
100 * calls to <code>transliterate()</code>. Typically, the cursor will be coincident with the insertion point, but in a
101 * case like the one above, it will precede the insertion point.
543 * <code>insertion</code> will be inserted into <code>text</code>
545 * <code>index.contextLimit</code> by <code>insertion.length()</code>.
578 * @param insertion text to be inserted and possibly
587 String insertion) {
591 if (insertion != null) {
592 text.replace(index.limit, index.limit, insertion);
593 index.limit += insertion
586 transliterate(Replaceable text, Position index, String insertion) argument
631 transliterate(Replaceable text, Position index, int insertion) argument
[all...]
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DBreakTransliterator.java22 private String insertion; field in class:BreakTransliterator
26 public BreakTransliterator(String ID, UnicodeFilter filter, BreakIterator bi, String insertion) { argument
29 this.insertion = insertion;
39 return insertion;
45 public void setInsertion(String insertion) { argument
46 this.insertion = insertion;
118 delta = boundaryCount * insertion.length();
125 text.replace(boundary, boundary, insertion);
[all...]
H A DTransliterator.java98 * accomplished by maintaining a cursor position (independent of the insertion point, and invisible in the GUI) across
99 * calls to <code>transliterate()</code>. Typically, the cursor will be coincident with the insertion point, but in a
100 * case like the one above, it will precede the insertion point.
561 * <code>insertion</code> will be inserted into <code>text</code>
563 * <code>index.contextLimit</code> by <code>insertion.length()</code>.
596 * @param insertion text to be inserted and possibly
606 String insertion) {
610 if (insertion != null) {
611 text.replace(index.limit, index.limit, insertion);
612 index.limit += insertion
605 transliterate(Replaceable text, Position index, String insertion) argument
651 transliterate(Replaceable text, Position index, int insertion) argument
[all...]
/external/libchrome/base/
H A Dcommand_line.cc333 auto insertion = local
335 if (!insertion.second)
336 insertion.first->second = value;
337 switches_by_stringpiece_[insertion.first->first] = &(insertion.first->second);
/external/icu/icu4c/source/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/dng_sdk/source/
H A Ddng_pthread.cpp340 std::pair<ThreadMapType::iterator, bool> insertion = primaryHandleMap.insert(newMapEntry); local
342 // If there is a handle open on the thread, its ID should not be reused so assert that an insertion was made.
343 DNG_ASSERT(insertion.second, "pthread emulation logic error");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 272 milliseconds