/external/icu4c/i18n/ |
anytrans.cpp | 251 // a non-incremental transliteration. Otherwise do an 252 // incremental one. 253 UBool incremental = isIncremental && (it.limit >= allLimit); local 258 t->filteredTransliterate(text, pos, incremental);
|
anytrans.h | 73 UBool incremental) const;
|
brktrans.h | 89 * @param incremental if true, assume more text may be coming after
|
rbt_rule.h | 214 * needed to make repeated incremental transliteration with 268 * @param incremental if TRUE, test for partial matches that may 272 * incremental is FALSE then U_PARTIAL_MATCH will not be returned. 276 UBool incremental) const;
|
unesctrn.h | 98 * @param incremental if true, assume more text may be coming after
|
nortrans.cpp | 111 * In incremental mode, a chunk that ends with offsets.limit 147 // stop in incremental mode when we reach the input limit
|
cpdtrans.cpp | 478 UBool incremental) const { 562 trans[i]->filteredTransliterate(text, index, incremental); 565 // handleTransliterate() returns when incremental is false. 570 // in non-incremental mode.) 571 if (!incremental && index.start != index.limit) { 579 if (incremental) { 580 // In the incremental case, only allow subsequent
|
casetrn.cpp | 94 // TODO test incremental mode with context-sensitive text (e.g. greek sigma)
|
translit.cpp | 405 // while doing incremental transliteration. When part of the left 429 UBool incremental, 432 // non-incremental mode. 434 handleTransliterate(text, index, incremental); 446 // PASSES (incremental only) -- To make incremental mode work correctly, 503 // Is this run incremental? If there is additional 505 // an incremental value of FALSE to force the subclass to 508 (index.limit < globalLimit ? FALSE : incremental); 529 // transformation in incremental mode into characters outside it [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/ |
SDL_pgvideo.c | 215 /* Reset the canvas, and draw persistent and incremental grops. 221 /* 0. Set the source position during incremental rendering 226 /* 1. Incremental bitmap rendering 298 /* Schedule an incremental update for this rectangle, using
|
/external/stlport/test/eh/ |
intel45.mak | 29 CPP_LIBS = /link /incremental:no /LIBPATH:$(STL_PATH)\lib
|
/external/webkit/Source/WebCore/html/ |
HTMLAttributeNames.in | 118 incremental
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-attrs/ |
webkit | 106 incremental
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/ |
PkgCategory.java | 27 /** Transient flag used during incremental updates. */
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceNetworkVars.java | 79 VAR_MAP.put("build.version.incremental", new StaticVarGetter(Build.VERSION.INCREMENTAL));
|
/external/webkit/Source/WebCore/platform/sql/ |
SQLiteDatabase.h | 115 // The SQLite AUTO_VACUUM pragma can be either NONE, FULL, or INCREMENTAL. 121 // INCREMENTAL - SQLite stores extra information for each page in the database
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_results_generator_unittest.py | 96 # Test incremental json results 186 # Generate JSON with the same test sets. (Both incremental results and
|
/external/webp/include/webp/ |
decode.h | 180 // Incremental decoding 204 // Creates a new incremental decoder with the supplied buffer parameter. 216 // This function allocates and initializes an incremental-decoder object, which 225 // This function allocates and initializes an incremental-decoder object, which 274 // Returns NULL in case the incremental decoder object is in an invalid state. 320 int no_incremental_decoding; // if true, using incremental decoding is not 373 // Instantiate a new incremental decoder object with requested configuration. 385 // Non-incremental version. This version decodes the full data at once, taking
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
build_messages.properties | 5 Start_Inc_Apk_Build=Starting incremental Package build: Checking resource changes. 6 Start_Inc_Pre_Compiler=Starting incremental Pre Compiler: Checking resource changes.
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMManagerDefault.java | 218 * 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)) { [all...] |
/external/icu4c/i18n/unicode/ |
translit.h | 88 * <p>Somewhat more involved is <em>keyboard</em>, or incremental 524 * This internal method does incremental transliteration. If the 548 * incremental and non-incremental transliteration. Let 553 * <li>If <code>incremental</code> is false, then this method 558 * <li>If <code>incremental</code> is true, then this method 615 * @param incremental if true, assume more text may be inserted at 626 UBool incremental) const = 0; 635 * @param incremental if TRUE, then assume more characters may be inserted 642 UBool incremental) const [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/transformer/ |
Counter.java | 31 * A class that does incremental counting for support of xsl:number.
|
/external/bluetooth/glib/docs/reference/gobject/ |
gobject-query.1 | 67 specify incremental indent string
|
/external/icu4c/common/unicode/ |
unifilt.h | 91 UBool incremental);
|
/external/llvm/include/llvm/ |
GVMaterializer.h | 11 // place. This interface allows incremental or random access loading of
|