Home
last modified time | relevance | path

Searched refs:insertion (Results 1 – 25 of 146) sorted by relevance

123456

/external/icu/icu4c/source/layout/
DLEInsertionList.cpp60 …InsertionRecord *insertion = (InsertionRecord *) LE_NEW_ARRAY(char, sizeof(InsertionRecord) + (cou… in insert() local
61 if (insertion == NULL) { in insert()
66 insertion->position = position; in insert()
67 insertion->count = count; in insert()
73 insertion->next = NULL; in insert()
74 tail->next = insertion; in insert()
75 tail = insertion; in insert()
78 insertion->next = head; in insert()
79 head = insertion; in insert()
82 return insertion->glyphs; in insert()
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt26 corresponding to the current insertion mode.
140 3. Let the original insertion mode be the current insertion mode.
141 4. Then, switch the insertion mode to "in CDATA/RCDATA".
182 8.2.5.4 The "initial" insertion mode
184 When the insertion mode is "initial", tokens must be handled as
356 Then, switch the insertion mode to "before html".
363 Switch the insertion mode to "before html", then reprocess the
366 8.2.5.5 The "before html" insertion mode
368 When the insertion mode is "before html", tokens must be handled as
395 Switch the insertion mode to "before head".
[all …]
/external/icu/icu4c/source/i18n/
Dbrktrans.h36 const UnicodeString &insertion);
61 virtual void setInsertion(const UnicodeString &insertion);
Dbrktrans.cpp149 void BreakTransliterator::setInsertion(const UnicodeString &insertion) { in setInsertion() argument
150 this->fInsertion = insertion; in setInsertion()
Dtranslit.cpp280 const UnicodeString& insertion, in transliterate() argument
282 _transliterate(text, index, &insertion, status); in transliterate()
302 UChar32 insertion, in transliterate() argument
304 UnicodeString str(insertion); in transliterate()
353 const UnicodeString* insertion, in _transliterate() argument
365 if (insertion != 0) { in _transliterate()
366 text.handleReplaceBetween(index.limit, index.limit, *insertion); in _transliterate()
367 index.limit += insertion->length(); in _transliterate()
368 index.contextLimit += insertion->length(); in _transliterate()
/external/chromium_org/third_party/icu/source/i18n/
Dbrktrans.h36 const UnicodeString &insertion);
61 virtual void setInsertion(const UnicodeString &insertion);
Dbrktrans.cpp149 void BreakTransliterator::setInsertion(const UnicodeString &insertion) { in setInsertion() argument
150 this->fInsertion = insertion; in setInsertion()
Dtranslit.cpp280 const UnicodeString& insertion, in transliterate() argument
282 _transliterate(text, index, &insertion, status); in transliterate()
302 UChar32 insertion, in transliterate() argument
304 UnicodeString str(insertion); in transliterate()
353 const UnicodeString* insertion, in _transliterate() argument
365 if (insertion != 0) { in _transliterate()
366 text.handleReplaceBetween(index.limit, index.limit, *insertion); in _transliterate()
367 index.limit += insertion->length(); in _transliterate()
368 index.contextLimit += insertion->length(); in _transliterate()
/external/srtp/googlepatches/
Dgoogle-11-srtp-replay-fix.patch41 * test sequential insertion
43 printf("\ttesting sequential insertion...");
61 printf("\ttesting non-sequential insertion...");
/external/guava/guava-tests/test/com/google/common/hash/
DAbstractStreamingHasherTest.java135 for (int insertion = 0; insertion < totalInsertions; insertion++) { in testExhaustive()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.proto105 // content here is to be inserted into that file at a defined insertion
108 // insertion points by placing special annotations in the file that look
115 // immediately above the line containing the insertion point (thus multiple
118 // could contain things that look like insertion points by accident.
128 // Note that if the line containing the insertion point begins with
131 // indentation matters. In these languages, the insertion point comment
/external/nanopb-c/generator/proto/
Dplugin.proto103 // content here is to be inserted into that file at a defined insertion
106 // insertion points by placing special annotations in the file that look
113 // immediately above the line containing the insertion point (thus multiple
116 // could contain things that look like insertion points by accident.
126 // Note that if the line containing the insertion point begins with
129 // indentation matters. In these languages, the insertion point comment
/external/protobuf/src/google/protobuf/compiler/
Dplugin.proto103 // content here is to be inserted into that file at a defined insertion
106 // insertion points by placing special annotations in the file that look
113 // immediately above the line containing the insertion point (thus multiple
116 // could contain things that look like insertion points by accident.
126 // Note that if the line containing the insertion point begins with
129 // indentation matters. In these languages, the insertion point comment
/external/icu/icu4c/source/i18n/unicode/
Dtranslit.h470 const UnicodeString& insertion,
489 UChar32 insertion,
541 const UnicodeString* insertion,
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dtranslit.h470 const UnicodeString& insertion,
489 UChar32 insertion,
541 const UnicodeString* insertion,
/external/llvm/test/Transforms/LICM/
D2003-02-27-PreheaderExitNodeUpdate.ll1 ; This testcase fails because preheader insertion is not updating exit node
D2003-02-27-PreheaderProblem.ll3 ; happens because preheader insertion doesn't insert a preheader for this
/external/freetype/src/base/
Dftrfork.c373 const char *insertion );
798 const char *insertion ) in raccess_make_file_name() argument
809 new_length = ft_strlen( original_name ) + ft_strlen( insertion ); in raccess_make_file_name()
826 ft_strcat( new_name, insertion ); in raccess_make_file_name()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dftrfork.c355 const char *insertion );
780 const char *insertion ) in raccess_make_file_name() argument
791 new_length = ft_strlen( original_name ) + ft_strlen( insertion ); in raccess_make_file_name()
808 ft_strcat( new_name, insertion ); in raccess_make_file_name()
/external/chromium_org/third_party/freetype/src/base/
Dftrfork.c355 const char *insertion );
780 const char *insertion ) in raccess_make_file_name() argument
791 new_length = ft_strlen( original_name ) + ft_strlen( insertion ); in raccess_make_file_name()
808 ft_strcat( new_name, insertion ); in raccess_make_file_name()
/external/llvm/test/MC/X86/AlignedBundling/
Dsingle-inst-bundling.s4 # Test simple NOP insertion for single instructions.
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
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/closure_linter/closure_linter/
Dstatetracker.py475 insertion = distance[i+1][j] + 1
480 if deletion <= insertion and deletion <= substitution:
486 elif insertion <= substitution:
488 best = insertion
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMDebuggerAgent.cpp378 …gerAgent::descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* des… in descriptionForDOMEvent() argument
390 if (!insertion) in descriptionForDOMEvent()
401 description->setBoolean("insertion", insertion); in descriptionForDOMEvent()
DInspectorDOMDebuggerAgent.h128 …void descriptionForDOMEvent(Node* target, int breakpointType, bool insertion, JSONObject* descript…

123456