Home
last modified time | relevance | path

Searched refs:preceding (Results 1 – 25 of 153) sorted by relevance

1234567

/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
Dsce1-err.errwarn7 -:31: error: [ENDPROLOG] without preceding [PROC_FRAME]
8 -:32: error: [SAVEREG] without preceding [PROC_FRAME]
/external/chromium_org/third_party/icu/patches/
Dkhmer-dictbe.patch8 // Will not combine a non-word with a preceding dictionary word longer than this
13 // dictionary word, with a preceding word
/external/chromium_org/third_party/WebKit/Source/platform/text/
DTextBoundaries.cpp79 position = it->preceding(position); in findNextWordFromIndex()
86 position = it->preceding(position); in findNextWordFromIndex()
DTextBreakIterator.h186 int preceding(int offset) const;
DStringTruncator.cpp49 int result = it.preceding(offset); in textBreakAtOrPreceding()
/external/chromium_org/third_party/libxslt/libxslt/
Dnumbers.c636 xmlNodePtr preceding; in xsltNumberFormatGetMultipleLevel() local
666 for (preceding = ancestor; in xsltNumberFormatGetMultipleLevel()
667 preceding != NULL; in xsltNumberFormatGetMultipleLevel()
668 preceding = in xsltNumberFormatGetMultipleLevel()
669 xmlXPathNextPrecedingSibling(parser, preceding)) { in xsltNumberFormatGetMultipleLevel()
671 if ((preceding->type == ancestor->type) && in xsltNumberFormatGetMultipleLevel()
672 xmlStrEqual(preceding->name, ancestor->name)){ in xsltNumberFormatGetMultipleLevel()
673 if ((preceding->ns == ancestor->ns) || in xsltNumberFormatGetMultipleLevel()
674 ((preceding->ns != NULL) && in xsltNumberFormatGetMultipleLevel()
676 (xmlStrEqual(preceding->ns->href, in xsltNumberFormatGetMultipleLevel()
[all …]
/external/icu/icu4c/source/data/brkitr/
Dtitle.txt31 # start-of-word preceding the current iteration position.
36 # with no word (cased character) preceding the current iteration position.
Dsent.txt108 # All of the non $Sep chars leading to the preceding $Sep
109 # The preceding $Sep, which will be the second one that the rule matches.
110 # Any immediately preceding STerm or ATerm sequences. We need to see these
Dsent_el.txt108 # All of the non $Sep chars leading to the preceding $Sep
109 # The preceding $Sep, which will be the second one that the rule matches.
110 # Any immediately preceding STerm or ATerm sequences. We need to see these
Dchar.txt70 # the engine for preceding() and following() will fall back to the
/external/jdiff/src/jdiff/
DDiffMyers.java758 int preceding = -1; in shift_boundaries() local
803 && !((preceding >= 0 && start == preceding) in shift_boundaries()
819 preceding = i; in shift_boundaries()
/external/icu/icu4c/source/i18n/unicode/
Dsearch.h365 int32_t preceding(int32_t position, UErrorCode &status);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/
Dwin64-nasm.mac12 ; MASM needs a preceding . to use these, so it seems reasonable for
/external/chromium_org/third_party/icu/source/i18n/unicode/
Dsearch.h365 int32_t preceding(int32_t position, UErrorCode &status);
/external/chromium_org/third_party/icu/source/i18n/
Dbrktrans.cpp91 bi->preceding(offsets.start); in handleTransliterate()
/external/icu/icu4c/source/i18n/
Dbrktrans.cpp91 bi->preceding(offsets.start); in handleTransliterate()
Dfilteredbrk.cpp67 virtual int32_t preceding(int32_t offset) { return fDelegate->preceding(offset); } in preceding() function in ULISentenceBreakIterator
/external/oprofile/events/i386/core_2/
Dunit_masks53 0x02 STA Loads blocked by a preceding store with unknown address.
54 0x04 STD Loads blocked by a preceding store with unknown data.
60 0x02 ORDER Cycles while store is waiting for a preceding store to be globally observed.
/external/chromium_org/third_party/icu/source/test/intltest/
Drbbiapts.cpp303 TEST_ASSERT(rb->preceding(2) == 0); in TestGetSetAdoptText()
516 i = bi->preceding(4); in TestIteration()
521 i = bi->preceding(10); in TestIteration()
526 i = bi->preceding(1); in TestIteration()
531 i = bi->preceding(0); in TestIteration()
/external/chromium_org/third_party/icu/source/common/unicode/
Dbrkiter.h270 virtual int32_t preceding(int32_t offset) = 0;
Drbbi.h481 virtual int32_t preceding(int32_t offset);
/external/icu/icu4c/source/common/unicode/
Drbbi.h481 virtual int32_t preceding(int32_t offset);
Dbrkiter.h270 virtual int32_t preceding(int32_t offset) = 0;
/external/llvm/test/CodeGen/X86/
Dinline-asm.ll49 ; special handling after the preceding outputs used up eax-edx.
/external/llvm/lib/Support/Windows/
DProgram.inc112 /// CountPrecedingBackslashes - Returns the number of backslashes preceding Cur
126 /// preceding Cur in the Start string. Assumes Dst has enough space.
202 // Escape all preceding escapes (if any), and then escape the quote.

1234567