Searched defs:incremental (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/third_party/icu/source/common/
H A Dunifilt.cpp43 UBool incremental) {
61 if (incremental && offset == limit) {
40 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
H A Duniset.cpp629 UBool incremental) {
635 return incremental ? U_PARTIAL_MATCH : U_MATCH;
678 if (incremental) {
707 return UnicodeFilter::matches(text, offset, limit, incremental);
626 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
/external/icu/icu4c/source/common/
H A Dunifilt.cpp43 UBool incremental) {
61 if (incremental && offset == limit) {
40 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
H A Duniset.cpp629 UBool incremental) {
635 return incremental ? U_PARTIAL_MATCH : U_MATCH;
678 if (incremental) {
707 return UnicodeFilter::matches(text, offset, limit, incremental);
626 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Dquant.cpp66 UBool incremental) {
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
79 } else if (incremental && m == U_PARTIAL_MATCH) {
85 if (incremental && offset == limit) {
63 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
H A Danytrans.cpp251 // a non-incremental transliteration. Otherwise do an
252 // incremental one.
253 UBool incremental = isIncremental && (it.limit >= allLimit); local
258 t->filteredTransliterate(text, pos, incremental);
H A Drbt_set.cpp396 * @param incremental if TRUE, assume new text may be inserted
404 UBool incremental) {
407 UMatchDegree m = rules[i]->matchAndReplace(text, pos, incremental);
402 transliterate(Replaceable& text, UTransPosition& pos, UBool incremental) argument
H A Dstrmatch.cpp91 UBool incremental) {
108 subm->matches(text, cursor, limit, incremental);
123 if (incremental && cursor == limit) {
132 // incremental is TRUE (because it's done above); do need
142 subm->matches(text, cursor, limit, incremental);
88 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
H A Dtranslit.cpp403 // while doing incremental transliteration. When part of the left
427 UBool incremental,
430 // non-incremental mode.
432 handleTransliterate(text, index, incremental);
444 // PASSES (incremental only) -- To make incremental mode work correctly,
501 // Is this run incremental? If there is additional
503 // an incremental value of FALSE to force the subclass to
506 (index.limit < globalLimit ? FALSE : incremental);
527 // transformation in incremental mod
425 filteredTransliterate(Replaceable& text, UTransPosition& index, UBool incremental, UBool rollback) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dquant.cpp66 UBool incremental) {
71 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental);
79 } else if (incremental && m == U_PARTIAL_MATCH) {
85 if (incremental && offset == limit) {
63 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
H A Danytrans.cpp253 // a non-incremental transliteration. Otherwise do an
254 // incremental one.
255 UBool incremental = isIncremental && (it.limit >= allLimit); local
260 t->filteredTransliterate(text, pos, incremental);
H A Drbt_set.cpp396 * @param incremental if TRUE, assume new text may be inserted
404 UBool incremental) {
407 UMatchDegree m = rules[i]->matchAndReplace(text, pos, incremental);
402 transliterate(Replaceable& text, UTransPosition& pos, UBool incremental) argument
H A Dstrmatch.cpp91 UBool incremental) {
108 subm->matches(text, cursor, limit, incremental);
123 if (incremental && cursor == limit) {
132 // incremental is TRUE (because it's done above); do need
142 subm->matches(text, cursor, limit, incremental);
88 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) argument
H A Dtranslit.cpp403 // while doing incremental transliteration. When part of the left
427 UBool incremental,
430 // non-incremental mode.
432 handleTransliterate(text, index, incremental);
444 // PASSES (incremental only) -- To make incremental mode work correctly,
501 // Is this run incremental? If there is additional
503 // an incremental value of FALSE to force the subclass to
506 (index.limit < globalLimit ? FALSE : incremental);
527 // transformation in incremental mod
425 filteredTransliterate(Replaceable& text, UTransPosition& index, UBool incremental, UBool rollback) const argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMManager.java176 * @param incremental true if the DTM should be built incrementally, if
185 boolean incremental, boolean doIndexing);
288 /* Flag indicating whether an incremental transform is desired */
300 * Get a flag indicating whether an incremental transform is desired
301 * @return incremental boolean.
310 * Set a flag indicating whether an incremental transform is desired
314 * @param incremental boolean to use to set m_incremental.
317 public void setIncremental(boolean incremental) argument
319 m_incremental = incremental;
183 getDTM(javax.xml.transform.Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMManagerDefault.java218 * and incremental and doIndexing are both false, we return an instance of
229 * @param incremental true if the DTM should be built incrementally, if
238 boolean incremental, boolean doIndexing)
299 if (source==null && unique && !incremental && !doIndexing) {
336 incremental = true; // No matter what. %REVIEW%
339 // If the reader is null, but they still requested an incremental
341 if (m_incremental && incremental
342 /* || ((null == reader) && incremental) */) {
424 // not incremental
460 if (reader != null && !(m_incremental && incremental)) {
236 getDTM(Source source, boolean unique, DTMWSFilter whiteSpaceFilter, boolean incremental, boolean doIndexing) argument
[all...]
/external/valgrind/main/include/vki/
H A Dvki-xen-sysctl.h44 vki_uint8_t incremental; member in struct:vki_xen_sysctl_readconsole
49 * IN: Start index for consumption if @incremental.
/external/apache-xml/src/main/java/org/apache/xpath/
H A DXPathContext.java147 * @param incremental true if the construction should try and be incremental.
155 boolean incremental,
159 incremental, doIndexing);
153 getDTM(javax.xml.transform.Source source, boolean unique, DTMWSFilter wsfilter, boolean incremental, boolean doIndexing) argument
/external/qemu/ui/
H A Dvnc-android.c1487 static void framebuffer_update_request(VncState *vs, int incremental, argument
1502 if (!incremental) {
H A Dvnc.c1480 static void framebuffer_update_request(VncState *vs, int incremental, argument
1495 if (!incremental) {
/external/svox/pico/lib/
H A Dpicoos.c492 void picoos_showMemUsage(picoos_MemoryManager this, picoos_bool incremental, argument
499 if (incremental) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jar ... .internal.build.publisher.compatibility.IncrementalGenerator incremental Exception e protected org.eclipse.equinox.p2 ...
/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.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 5959 milliseconds

12