/third_party/icu/icu4c/source/i18n/ |
D | titletrn.cpp | 121 int32_t textPos, delta, result; in handleTransliterate() local 123 for(textPos=offsets.start; textPos<offsets.limit;) { in handleTransliterate() 124 csc.cpStart=textPos; in handleTransliterate() 125 c=text.char32At(textPos); in handleTransliterate() 126 csc.cpLimit=textPos+=U16_LENGTH(c); in handleTransliterate() 156 text.handleReplaceBetween(csc.cpStart, textPos, tmp); in handleTransliterate() 158 textPos+=delta; in handleTransliterate() 165 offsets.start=textPos; in handleTransliterate()
|
D | casetrn.cpp | 152 int32_t textPos, delta, result; in handleTransliterate() local 154 for(textPos=offsets.start; textPos<offsets.limit;) { in handleTransliterate() 155 csc.cpStart=textPos; in handleTransliterate() 156 c=text.char32At(textPos); in handleTransliterate() 157 csc.cpLimit=textPos+=U16_LENGTH(c); in handleTransliterate() 180 text.handleReplaceBetween(csc.cpStart, textPos, tmp); in handleTransliterate() 182 textPos+=delta; in handleTransliterate() 188 offsets.start=textPos; in handleTransliterate()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | titletrn.cpp | 121 int32_t textPos, delta, result; in handleTransliterate() local 123 for(textPos=offsets.start; textPos<offsets.limit;) { in handleTransliterate() 124 csc.cpStart=textPos; in handleTransliterate() 125 c=text.char32At(textPos); in handleTransliterate() 126 csc.cpLimit=textPos+=U16_LENGTH(c); in handleTransliterate() 156 text.handleReplaceBetween(csc.cpStart, textPos, tmp); in handleTransliterate() 158 textPos+=delta; in handleTransliterate() 165 offsets.start=textPos; in handleTransliterate()
|
D | casetrn.cpp | 152 int32_t textPos, delta, result; in handleTransliterate() local 154 for(textPos=offsets.start; textPos<offsets.limit;) { in handleTransliterate() 155 csc.cpStart=textPos; in handleTransliterate() 156 c=text.char32At(textPos); in handleTransliterate() 157 csc.cpLimit=textPos+=U16_LENGTH(c); in handleTransliterate() 180 text.handleReplaceBetween(csc.cpStart, textPos, tmp); in handleTransliterate() 182 textPos+=delta; in handleTransliterate() 188 offsets.start=textPos; in handleTransliterate()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | titletrn.cpp | 121 int32_t textPos, delta, result; in handleTransliterate() local 123 for(textPos=offsets.start; textPos<offsets.limit;) { in handleTransliterate() 124 csc.cpStart=textPos; in handleTransliterate() 125 c=text.char32At(textPos); in handleTransliterate() 126 csc.cpLimit=textPos+=U16_LENGTH(c); in handleTransliterate() 156 text.handleReplaceBetween(csc.cpStart, textPos, tmp); in handleTransliterate() 158 textPos+=delta; in handleTransliterate() 165 offsets.start=textPos; in handleTransliterate()
|
D | casetrn.cpp | 152 int32_t textPos, delta, result; in handleTransliterate() local 154 for(textPos=offsets.start; textPos<offsets.limit;) { in handleTransliterate() 155 csc.cpStart=textPos; in handleTransliterate() 156 c=text.char32At(textPos); in handleTransliterate() 157 csc.cpLimit=textPos+=U16_LENGTH(c); in handleTransliterate() 180 text.handleReplaceBetween(csc.cpStart, textPos, tmp); in handleTransliterate() 182 textPos+=delta; in handleTransliterate() 188 offsets.start=textPos; in handleTransliterate()
|
/third_party/skia/docs/examples/ |
D | Canvas_drawTextBlob.cpp | 17 SkPoint textPos = { 20, 100 }; 22 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); 25 textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr);
|
D | TextBlob_bounds.cpp | 17 SkPoint textPos = { 20, 50 }; 23 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); 25 textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr);
|
D | TextBlob_getIntercepts.cpp | 10 SkPoint textPos = { 20, 110 }; 14 textBlobBuilder.allocRun(font, len, textPos.fX, textPos.fY); 27 SkScalar x = textPos.fX;
|
D | TextBlob_uniqueID.cpp | 20 SkPoint textPos = { 20, 50 }; 26 textBlobBuilder.allocRun(font, runLen, textPos.fX, textPos.fY); 28 … textPos.fX += paint.measureText(&glyphs[glyphIndex], sizeof(glyphs[0]) * runLen, nullptr);
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | schriter.cpp | 43 int32_t textPos) in StringCharacterIterator() argument 44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos), in StringCharacterIterator() 54 int32_t textPos) in StringCharacterIterator() argument 55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
|
/third_party/node/deps/icu-small/source/common/ |
D | schriter.cpp | 43 int32_t textPos) in StringCharacterIterator() argument 44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos), in StringCharacterIterator() 54 int32_t textPos) in StringCharacterIterator() argument 55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
|
/third_party/icu/icu4c/source/common/ |
D | schriter.cpp | 43 int32_t textPos) in StringCharacterIterator() argument 44 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textPos), in StringCharacterIterator() 54 int32_t textPos) in StringCharacterIterator() argument 55 : UCharCharacterIterator(textStr.getBuffer(), textStr.length(), textBegin, textEnd, textPos), in StringCharacterIterator()
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | schriter.h | 69 int32_t textPos); 90 int32_t textPos);
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | schriter.h | 69 int32_t textPos); 90 int32_t textPos);
|
/third_party/icu/icu4c/source/common/unicode/ |
D | schriter.h | 69 int32_t textPos); 90 int32_t textPos);
|
/third_party/typescript/src/compiler/ |
D | scanner.ts | 61 setTextPos(textPos: number): void; 2610 function setTextPos(textPos: number) { 2611 Debug.assert(textPos >= 0); 2612 pos = textPos; 2613 startPos = textPos; 2614 tokenPos = textPos;
|
/third_party/typescript/src/services/ |
D | services.ts | 186 const textPos = scanner.getTextPos(); constant 187 if (textPos <= end) { 191 nodes.push(createNode(token, pos, textPos, parent)); 193 pos = textPos;
|
/third_party/typescript/lib/ |
D | typescript.d.ts | 4579 setTextPos(textPos: number): void;
|
D | typescriptServices.d.ts | 4579 setTextPos(textPos: number): void;
|
D | tsserverlibrary.d.ts | 4579 setTextPos(textPos: number): void;
|
D | typingsInstaller.js | 12431 function setTextPos(textPos) { argument 12432 ts.Debug.assert(textPos >= 0); 12433 pos = textPos; 12434 startPos = textPos; 12435 tokenPos = textPos;
|
D | tsc.js | 9350 function setTextPos(textPos) { argument 9351 ts.Debug.assert(textPos >= 0); 9352 pos = textPos; 9353 startPos = textPos; 9354 tokenPos = textPos;
|
/third_party/typescript/tests/baselines/reference/api/ |
D | typescript.d.ts | 4579 setTextPos(textPos: number): void;
|
D | tsserverlibrary.d.ts | 4579 setTextPos(textPos: number): void;
|