/third_party/icu/icu4c/source/common/ |
D | uniset_props.cpp | 289 UChar32 lastChar = 0; in applyPattern() local 383 add(lastChar, lastChar); in applyPattern() 384 _appendToPat(patLocal, lastChar, false); in applyPattern() 456 add(lastChar, lastChar); in applyPattern() 457 _appendToPat(patLocal, lastChar, false); in applyPattern() 510 add(lastChar, lastChar); in applyPattern() 511 _appendToPat(patLocal, lastChar, false); in applyPattern() 559 add(lastChar, lastChar); in applyPattern() 560 _appendToPat(patLocal, lastChar, false); in applyPattern() 585 lastChar = c; in applyPattern() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | uniset_props.cpp | 289 UChar32 lastChar = 0; in applyPattern() local 383 add(lastChar, lastChar); in applyPattern() 384 _appendToPat(patLocal, lastChar, false); in applyPattern() 456 add(lastChar, lastChar); in applyPattern() 457 _appendToPat(patLocal, lastChar, false); in applyPattern() 510 add(lastChar, lastChar); in applyPattern() 511 _appendToPat(patLocal, lastChar, false); in applyPattern() 559 add(lastChar, lastChar); in applyPattern() 560 _appendToPat(patLocal, lastChar, false); in applyPattern() 585 lastChar = c; in applyPattern() [all …]
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | uniset_props.cpp | 289 UChar32 lastChar = 0; in applyPattern() local 383 add(lastChar, lastChar); in applyPattern() 384 _appendToPat(patLocal, lastChar, FALSE); in applyPattern() 456 add(lastChar, lastChar); in applyPattern() 457 _appendToPat(patLocal, lastChar, FALSE); in applyPattern() 510 add(lastChar, lastChar); in applyPattern() 511 _appendToPat(patLocal, lastChar, FALSE); in applyPattern() 559 add(lastChar, lastChar); in applyPattern() 560 _appendToPat(patLocal, lastChar, FALSE); in applyPattern() 585 lastChar = c; in applyPattern() [all …]
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | TestDeprecatedNormalizerAPI.java | 88 char lastChar = 0; in doTestComposedChars() local 95 assertNoDecomp(lastChar, ch, compat, options); in doTestComposedChars() 96 lastChar = ch; in doTestComposedChars() 112 assertNoDecomp(lastChar, '\uFFFF', compat, options); in doTestComposedChars()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
D | TestDeprecatedNormalizerAPI.java | 91 char lastChar = 0; in doTestComposedChars() local 98 assertNoDecomp(lastChar, ch, compat, options); in doTestComposedChars() 99 lastChar = ch; in doTestComposedChars() 115 assertNoDecomp(lastChar, '\uFFFF', compat, options); in doTestComposedChars()
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_camera_profile.cpp | 1277 char lastChar = name.Get () [len - 1]; in SplitCameraProfileName() local 1279 if (lastChar >= '0' && lastChar <= '9') in SplitCameraProfileName() 1291 version += ((int32) (lastChar - '0')) - 10; in SplitCameraProfileName() 1304 char lastChar = name.Get () [len - 1]; in SplitCameraProfileName() local 1306 if (lastChar >= '0' && lastChar <= '9') in SplitCameraProfileName() 1318 version += ((int32) (lastChar - '0')) * 100; in SplitCameraProfileName()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 2613 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local 2710 add_unchecked(lastChar, lastChar); in applyPattern() 2711 _appendToPat(patBuf, lastChar, false); in applyPattern() 2776 add_unchecked(lastChar, lastChar); in applyPattern() 2777 _appendToPat(patBuf, lastChar, false); in applyPattern() 2826 add_unchecked(lastChar, lastChar); in applyPattern() 2827 _appendToPat(patBuf, lastChar, false); in applyPattern() 2895 add_unchecked(lastChar, lastChar); in applyPattern() 2896 _appendToPat(patBuf, lastChar, false); in applyPattern() 2921 lastChar = c; in applyPattern() [all …]
|
D | NFRule.java | 292 char lastChar = descriptor.charAt(descriptorLength - 1); in parseRuleDescriptor() local 293 if (firstChar >= '0' && firstChar <= '9' && lastChar != 'x') { in parseRuleDescriptor() 372 if (firstChar == '0' && lastChar == 'x') { in parseRuleDescriptor() 376 else if (firstChar == 'x' && lastChar == 'x') { in parseRuleDescriptor() 380 else if (firstChar == 'x' && lastChar == '0') { in parseRuleDescriptor()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | UnicodeSet.java | 2502 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern() local 2599 add_unchecked(lastChar, lastChar); in applyPattern() 2600 _appendToPat(patBuf, lastChar, false); in applyPattern() 2665 add_unchecked(lastChar, lastChar); in applyPattern() 2666 _appendToPat(patBuf, lastChar, false); in applyPattern() 2715 add_unchecked(lastChar, lastChar); in applyPattern() 2716 _appendToPat(patBuf, lastChar, false); in applyPattern() 2784 add_unchecked(lastChar, lastChar); in applyPattern() 2785 _appendToPat(patBuf, lastChar, false); in applyPattern() 2810 lastChar = c; in applyPattern() [all …]
|
D | NFRule.java | 293 char lastChar = descriptor.charAt(descriptorLength - 1); in parseRuleDescriptor() local 294 if (firstChar >= '0' && firstChar <= '9' && lastChar != 'x') { in parseRuleDescriptor() 373 if (firstChar == '0' && lastChar == 'x') { in parseRuleDescriptor() 377 else if (firstChar == 'x' && lastChar == 'x') { in parseRuleDescriptor() 381 else if (firstChar == 'x' && lastChar == '0') { in parseRuleDescriptor()
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
D | test_utils_win.cpp | 417 size_t lastChar = strlen(tempDirOut) - 1; in GetTempDir() local 418 if (tempDirOut[lastChar] == '\\') in GetTempDir() 420 tempDirOut[lastChar] = 0; in GetTempDir()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | Region.java | 204 char lastChar = regionName.charAt(rangeMarkerLocation-1); in loadRegionData() local 205 while ( lastChar <= endRange ) { in loadRegionData() 208 lastChar++; in loadRegionData() 209 regionName.setCharAt(rangeMarkerLocation-1,lastChar); in loadRegionData()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | Region.java | 198 char lastChar = regionName.charAt(rangeMarkerLocation-1); in loadRegionData() local 199 while ( lastChar <= endRange ) { in loadRegionData() 202 lastChar++; in loadRegionData() 203 regionName.setCharAt(rangeMarkerLocation-1,lastChar); in loadRegionData()
|
/third_party/lz4/programs/ |
D | datagen.c | 75 BYTE const lastChar = ld <= 0.0 ? 255 : '}'; in RDG_fillLiteralDistrib() local 87 if (character > lastChar) character = firstChar; in RDG_fillLiteralDistrib()
|
/third_party/node/lib/internal/debugger/ |
D | inspect_client.js | 197 const lastChar = payloadStr[payloadStr.length - 1]; 198 if (payloadStr[0] !== '{' || lastChar !== '}') {
|
/third_party/node/deps/icu-small/source/i18n/ |
D | nfrule.cpp | 274 char16_t lastChar = descriptor.charAt(descriptorLength - 1); in parseRuleDescriptor() local 275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { in parseRuleDescriptor() 370 if (firstChar == gZero && lastChar == gX) { in parseRuleDescriptor() 374 else if (firstChar == gX && lastChar == gX) { in parseRuleDescriptor() 378 else if (firstChar == gX && lastChar == gZero) { in parseRuleDescriptor()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | nfrule.cpp | 274 UChar lastChar = descriptor.charAt(descriptorLength - 1); in parseRuleDescriptor() local 275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { in parseRuleDescriptor() 370 if (firstChar == gZero && lastChar == gX) { in parseRuleDescriptor() 374 else if (firstChar == gX && lastChar == gX) { in parseRuleDescriptor() 378 else if (firstChar == gX && lastChar == gZero) { in parseRuleDescriptor()
|
/third_party/icu/icu4c/source/i18n/ |
D | nfrule.cpp | 274 UChar lastChar = descriptor.charAt(descriptorLength - 1); in parseRuleDescriptor() local 275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) { in parseRuleDescriptor() 370 if (firstChar == gZero && lastChar == gX) { in parseRuleDescriptor() 374 else if (firstChar == gX && lastChar == gX) { in parseRuleDescriptor() 378 else if (firstChar == gX && lastChar == gZero) { in parseRuleDescriptor()
|
/third_party/node/deps/v8/src/parsing/ |
D | scanner.cc | 554 base::uc32 lastChar = c0_; in ScanTemplateSpan() local 556 if (lastChar == '\r') { in ScanTemplateSpan() 559 lastChar = '\n'; in ScanTemplateSpan() 561 if (capture_raw) AddRawLiteralChar(lastChar); in ScanTemplateSpan()
|
/third_party/node/lib/ |
D | string_decoder.js | 138 lastChar: { property
|
/third_party/icu/icu4c/source/layoutex/ |
D | ParagraphLayout.cpp | 1043 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1; in computeVisualRuns() local 1045 appendRun(line, run, firstChar, lastChar); in computeVisualRuns() 1052 …Layout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar) in appendRun() argument 1064 for (ch = firstChar; ch <= lastChar; ch += 1) { in appendRun()
|
/third_party/node/test/parallel/ |
D | test-string-decoder.js | 94 assert(decoder.lastChar.equals(new Uint8Array([0xe1, 0, 0, 0])));
|
/third_party/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 586 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
|
/third_party/icu/icu4c/source/test/perf/collperf2/ |
D | collperf2.cpp | 1242 UChar *lastChar = &modData16->last()[len -2]; in getModData16() local 1249 if (*lastChar != lastChar1) { in getModData16() 1250 *lastChar = lastChar1; in getModData16()
|
/third_party/node/doc/changelogs/ |
D | CHANGELOG_V10.md | 3588 …github.com/nodejs/node/commit/2d36150852)] - **test**: string-decorater.lastChar (Masashi Hirano) …
|