Searched defs:insertion (Results 1 - 18 of 18) 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/chromium_org/third_party/icu/source/i18n/
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.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/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/chromium_org/third_party/icu/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/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/chromium_org/third_party/WebKit/Source/core/inspector/
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/v8/src/
H A Dobjects-inl.h3066 int insertion; local
3068 for (insertion = descriptor_number; insertion > 0; --insertion) {
3069 Name* key = GetSortedKey(insertion - 1);
3071 SetSortedKey(insertion, GetSortedKeyIndex(insertion - 1));
3074 SetSortedKey(insertion, descriptor_number);
/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/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/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 3413 milliseconds