/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | CompoundTransliterator.java | 345 Position index, boolean incremental) { in handleTransliterate() 422 (incremental ? "}i: IN=" : "}: IN=")); in handleTransliterate() 440 (incremental ? "]i: " : "]: ") + in handleTransliterate() 453 (incremental ? "]i: " : "]: ")); in handleTransliterate() 458 trans[i].filteredTransliterate(text, index, incremental); in handleTransliterate() 461 // handleTransliterate() returns when incremental is false. in handleTransliterate() 466 // in non-incremental mode.) in handleTransliterate() 467 if (!incremental && index.start != index.limit) { in handleTransliterate() 468 throw new RuntimeException("ERROR: Incomplete non-incremental transliteration by " + trans[i].getID()); in handleTransliterate() 482 if (incremental) { in handleTransliterate() 344 handleTransliterate(Replaceable text, Position index, boolean incremental) handleTransliterate() argument [all...] |
H A D | TransliterationRuleSet.java | 184 * @param incremental if true, assume new text may be inserted 192 boolean incremental) { in transliterate() 195 int m = rules[i].matchAndReplace(text, pos, incremental); in transliterate() 199 System.out.println((incremental ? "Rule.i: match ":"Rule: match ") + in transliterate() 206 System.out.println((incremental ? "Rule.i: partial match ":"Rule: partial match ") + in transliterate() 220 System.out.println((incremental ? "Rule.i: no match => ":"Rule: no match => ") + in transliterate() 190 transliterate(Replaceable text, Transliterator.Position pos, boolean incremental) transliterate() argument
|
H A D | StringMatcher.java | 105 boolean incremental) { in matches() 126 subm.matches(text, cursor, limit, incremental); in matches() 141 if (incremental && cursor[0] == limit) { in matches() 150 // incremental is true (because it's done above); do need in matches() 160 subm.matches(text, cursor, limit, incremental); in matches() 102 matches(Replaceable text, int[] offset, int limit, boolean incremental) matches() argument
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | CompoundTransliterator.java | 346 Position index, boolean incremental) { in handleTransliterate() 423 (incremental ? "}i: IN=" : "}: IN=")); in handleTransliterate() 441 (incremental ? "]i: " : "]: ") + in handleTransliterate() 454 (incremental ? "]i: " : "]: ")); in handleTransliterate() 459 trans[i].filteredTransliterate(text, index, incremental); in handleTransliterate() 462 // handleTransliterate() returns when incremental is false. in handleTransliterate() 467 // in non-incremental mode.) in handleTransliterate() 468 if (!incremental && index.start != index.limit) { in handleTransliterate() 469 throw new RuntimeException("ERROR: Incomplete non-incremental transliteration by " + trans[i].getID()); in handleTransliterate() 483 if (incremental) { in handleTransliterate() 345 handleTransliterate(Replaceable text, Position index, boolean incremental) handleTransliterate() argument [all...] |
H A D | Quantifier.java | 42 boolean incremental) { in matches() 47 int m = matcher.matches(text, offset, limit, incremental); in matches() 55 } else if (incremental && m == U_PARTIAL_MATCH) { in matches() 61 if (incremental && offset[0] == limit) { in matches() 39 matches(Replaceable text, int[] offset, int limit, boolean incremental) matches() argument
|
H A D | TransliterationRuleSet.java | 185 * @param incremental if TRUE, assume new text may be inserted 193 boolean incremental) { in transliterate() 196 int m = rules[i].matchAndReplace(text, pos, incremental); in transliterate() 200 System.out.println((incremental ? "Rule.i: match ":"Rule: match ") + in transliterate() 207 System.out.println((incremental ? "Rule.i: partial match ":"Rule: partial match ") + in transliterate() 221 System.out.println((incremental ? "Rule.i: no match => ":"Rule: no match => ") + in transliterate() 191 transliterate(Replaceable text, Transliterator.Position pos, boolean incremental) transliterate() argument
|
H A D | StringMatcher.java | 106 boolean incremental) { in matches() 127 subm.matches(text, cursor, limit, incremental); in matches() 142 if (incremental && cursor[0] == limit) { in matches() 151 // incremental is true (because it's done above); do need in matches() 161 subm.matches(text, cursor, limit, incremental); in matches() 103 matches(Replaceable text, int[] offset, int limit, boolean incremental) matches() argument
|
H A D | UnicodeFilter.java | 39 boolean incremental) { in matches() 56 if (incremental && offset[0] == limit) { in matches() 36 matches(Replaceable text, int[] offset, int limit, boolean incremental) matches() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | Quantifier.java | 41 boolean incremental) { in matches() 46 int m = matcher.matches(text, offset, limit, incremental); in matches() 54 } else if (incremental && m == U_PARTIAL_MATCH) { in matches() 60 if (incremental && offset[0] == limit) { in matches() 38 matches(Replaceable text, int[] offset, int limit, boolean incremental) matches() argument
|
H A D | UnicodeFilter.java | 41 boolean incremental) { in matches() 58 if (incremental && offset[0] == limit) { in matches() 38 matches(Replaceable text, int[] offset, int limit, boolean incremental) matches() argument
|
/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftincrem.h | 5 * FreeType incremental loading (specification). 37 * incremental 47 * 'incremental' glyph loading. This is a mode where all glyphs loaded 69 * 'incremental' glyph loading within FreeType. This is used to support 82 * to use incremental objects with FreeType. 145 * during @FT_Load_Glyph or @FT_Load_Char if incremental loading is 155 * incremental :: 180 (*FT_Incremental_GetGlyphDataFunc)( FT_Incremental incremental, 195 * incremental :: 205 (*FT_Incremental_FreeGlyphDataFunc)( FT_Incremental incremental, [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | quant.cpp | 68 UBool incremental) { in matches() 73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 81 } else if (incremental && m == U_PARTIAL_MATCH) { in matches() 87 if (incremental && offset == limit) { in matches() 65 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument
|
H A D | strmatch.cpp | 93 UBool incremental) { in matches() 110 subm->matches(text, cursor, limit, incremental); in matches() 125 if (incremental && cursor == limit) { in matches() 134 // incremental is true (because it's done above); do need in matches() 144 subm->matches(text, cursor, limit, incremental); in matches() 90 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | quant.cpp | 68 UBool incremental) { in matches() 73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 81 } else if (incremental && m == U_PARTIAL_MATCH) { in matches() 87 if (incremental && offset == limit) { in matches() 65 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument
|
H A D | strmatch.cpp | 93 UBool incremental) { in matches() 110 subm->matches(text, cursor, limit, incremental); in matches() 125 if (incremental && cursor == limit) { in matches() 134 // incremental is true (because it's done above); do need in matches() 144 subm->matches(text, cursor, limit, incremental); in matches() 90 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | quant.cpp | 68 UBool incremental) { in matches() 73 UMatchDegree m = matcher->toMatcher()->matches(text, offset, limit, incremental); in matches() 81 } else if (incremental && m == U_PARTIAL_MATCH) { in matches() 87 if (incremental && offset == limit) { in matches() 65 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument
|
H A D | strmatch.cpp | 93 UBool incremental) { in matches() 110 subm->matches(text, cursor, limit, incremental); in matches() 125 if (incremental && cursor == limit) { in matches() 134 // incremental is TRUE (because it's done above); do need in matches() 144 subm->matches(text, cursor, limit, incremental); in matches() 90 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument
|
/third_party/skia/tests/ |
H A D | CodecPartialTest.cpp | 83 SkBitmap incremental; in test_partial() local 84 incremental.allocPixels(info); in test_partial() 88 incremental.getPixels(), incremental.rowBytes()); in test_partial() 94 ERRORF(r, "Failed to start incremental decode\n"); in test_partial() 122 compare_bitmaps(r, truth, incremental); in test_partial() 140 // support incremental decoding. in DEF_TEST() 300 ERRORF(r, "Failed to start incremental decode for %s on frame %zu", in DEF_TEST() 326 // Test that calling getPixels when an incremental decode has been 343 SkBitmap incremental; in test_interleaved() local [all...] |
/third_party/typescript/tests/baselines/reference/tsc/incremental/ |
H A D | with-noEmitOnError-syntax-errors.js | 44 /lib/tsc --incremental -p src 55 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src","configFilePath":"/src/tsconfig.json"} 158 /lib/tsc --incremental -p src 169 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src","configFilePath":"/src/tsconfig.json"} 184 Change:: incremental-declaration-doesnt-change
195 /lib/tsc --incremental -p src 198 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src","configFilePath":"/src/tsconfig.json"} 296 /lib/tsc --incremental -p src 299 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"project":"/src","configFilePath":"/src/tsconfig.json"}
|
H A D | change-to-modifier-of-class-expression-field-with-declaration-emit-enabled.js | 40 /lib/tsc -p src/project --incremental 147 /lib/tsc -p src/project --incremental 249 /lib/tsc -p src/project --incremental
|
H A D | change-to-modifier-of-class-expression-field.js | 40 /lib/tsc -p src/project --incremental 137 /lib/tsc -p src/project --incremental 230 /lib/tsc -p src/project --incremental
|
/third_party/typescript/tests/baselines/reference/tsbuild/noEmitOnError/ |
H A D | syntax-errors-with-incremental.js | 44 /lib/tsc --b /src/tsconfig.json --incremental 55 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"configFilePath":"/src/tsconfig.json"} 128 /lib/tsc --b /src/tsconfig.json --incremental 139 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"configFilePath":"/src/tsconfig.json"} 165 /lib/tsc --b /src/tsconfig.json --incremental 168 Program options: {"outDir":"/src/dev-build","noEmitOnError":true,"incremental":true,"configFilePath":"/src/tsconfig.json"} 272 /lib/tsc --b /src/tsconfig.json --incremental
|
/third_party/icu/icu4c/source/common/ |
H A D | unifilt.cpp | 45 UBool incremental) { in matches() 63 if (incremental && offset == limit) { in matches() 42 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | unifilt.cpp | 45 UBool incremental) { in matches() 63 if (incremental && offset == limit) { in matches() 42 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | unifilt.cpp | 45 UBool incremental) { in matches() 63 if (incremental && offset == limit) { in matches() 42 matches(const Replaceable& text, int32_t& offset, int32_t limit, UBool incremental) matches() argument
|