Home
last modified time | relevance | path

Searched refs:lastChar (Results 1 - 25 of 25) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Duniset_props.cpp289 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, fals in applyPattern()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duniset_props.cpp289 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, fals in applyPattern()
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Duniset_props.cpp289 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, FALS in applyPattern()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DTestDeprecatedNormalizerAPI.java91 char lastChar = 0; in doTestComposedChars()
98 assertNoDecomp(lastChar, ch, compat, options); in doTestComposedChars()
99 lastChar = ch; in doTestComposedChars()
115 assertNoDecomp(lastChar, '\uFFFF', compat, options); in doTestComposedChars()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DTestDeprecatedNormalizerAPI.java88 char lastChar = 0; in doTestComposedChars()
95 assertNoDecomp(lastChar, ch, compat, options); in doTestComposedChars()
96 lastChar = ch; in doTestComposedChars()
112 assertNoDecomp(lastChar, '\uFFFF', compat, options); in doTestComposedChars()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_camera_profile.cpp1277 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/
H A DUnicodeSet.java2613 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern()
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, fals in applyPattern()
[all...]
H A DNFRule.java292 char lastChar = descriptor.charAt(descriptorLength - 1); in parseRuleDescriptor()
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/
H A DUnicodeSet.java2502 int lastItem = LAST0_START, lastChar = 0, mode = MODE0_NONE; in applyPattern()
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, fals in applyPattern()
[all...]
H A DNFRule.java293 char lastChar = descriptor.charAt(descriptorLength - 1); in parseRuleDescriptor()
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/
H A Dtest_utils_win.cpp417 size_t lastChar = strlen(tempDirOut) - 1; in GetTempDir() local
418 if (tempDirOut[lastChar] == '\\') in GetTempDir()
420 tempDirOut[lastChar] = 0; in GetTempDir()
/third_party/lz4/programs/
H A Ddatagen.c75 BYTE const lastChar = ld <= 0.0 ? 255 : '}'; in RDG_fillLiteralDistrib() local
87 if (character > lastChar) character = firstChar; in RDG_fillLiteralDistrib()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DRegion.java204 char lastChar = regionName.charAt(rangeMarkerLocation-1); in loadRegionData()
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/
H A DRegion.java198 char lastChar = regionName.charAt(rangeMarkerLocation-1); in loadRegionData()
199 while ( lastChar <= endRange ) { in loadRegionData()
202 lastChar++; in loadRegionData()
203 regionName.setCharAt(rangeMarkerLocation-1,lastChar); in loadRegionData()
/third_party/node/lib/
H A Dstring_decoder.js138 lastChar: {
/third_party/node/lib/internal/debugger/
H A Dinspect_client.js197 const lastChar = payloadStr[payloadStr.length - 1];
198 if (payloadStr[0] !== '{' || lastChar !== '}') {
/third_party/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp1043 le_int32 lastChar = (run == lastRun)? runEnd : fStyleRunInfo[run].runLimit - 1; in computeVisualRuns() local
1045 appendRun(line, run, firstChar, lastChar); in computeVisualRuns()
1052 void ParagraphLayout::appendRun(ParagraphLayout::Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar) in appendRun() argument
1057 // Get the glyph indices for all the characters between firstChar and lastChar, in appendRun()
1064 for (ch = firstChar; ch <= lastChar; ch += 1) { in appendRun()
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc554 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/icu/icu4c/source/i18n/
H A Dnfrule.cpp274 UChar lastChar = descriptor.charAt(descriptorLength - 1);
275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) {
370 if (firstChar == gZero && lastChar == gX) {
374 else if (firstChar == gX && lastChar == gX) {
378 else if (firstChar == gX && lastChar == gZero) {
/third_party/node/deps/icu-small/source/i18n/
H A Dnfrule.cpp274 char16_t lastChar = descriptor.charAt(descriptorLength - 1);
275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) {
370 if (firstChar == gZero && lastChar == gX) {
374 else if (firstChar == gX && lastChar == gX) {
378 else if (firstChar == gX && lastChar == gZero) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrule.cpp274 UChar lastChar = descriptor.charAt(descriptorLength - 1);
275 if (firstChar >= gZero && firstChar <= gNine && lastChar != gX) {
370 if (firstChar == gZero && lastChar == gX) {
374 else if (firstChar == gX && lastChar == gX) {
378 else if (firstChar == gX && lastChar == gZero) {
/third_party/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h586 void appendRun(Line *line, le_int32 run, le_int32 firstChar, le_int32 lastChar);
/third_party/node/test/parallel/
H A Dtest-string-decoder.js93 // A quick test for lastChar, lastNeed & lastTotal which are undocumented.
94 assert(decoder.lastChar.equals(new Uint8Array([0xe1, 0, 0, 0])));
/third_party/icu/icu4c/source/test/perf/collperf2/
H A Dcollperf2.cpp1242 UChar *lastChar = &modData16->last()[len -2]; in getModData16() local
1249 if (*lastChar != lastChar1) { in getModData16()
1250 *lastChar = lastChar1; in getModData16()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 34 milliseconds