Home
last modified time | relevance | path

Searched refs:pStart (Results 1 – 25 of 44) sorted by relevance

12

/third_party/icu/icu4c/source/samples/layout/
Dpflow.c119 LEUnicode *pStart; in pf_create() local
156 pStart = &flow->fChars[0]; in pf_create()
158 while (*pStart != 0) { in pf_create()
159 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create()
167 if (pEnd != pStart) { in pf_create()
168 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); in pf_create()
172 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart); in pf_create()
175 …paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel,… in pf_create()
213 pStart = skipLineEnd(pEnd); in pf_create()
Dparagraph.cpp107 LEUnicode *pStart = &fChars[0]; in Paragraph() local
109 while (*pStart != 0) { in Paragraph()
110 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph()
118 if (pEnd != pStart) { in Paragraph()
119 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr); in Paragraph()
121 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph()
160 pStart = skipLineEnd(pEnd); in Paragraph()
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
Dpflow.c119 LEUnicode *pStart; in pf_create() local
156 pStart = &flow->fChars[0]; in pf_create()
158 while (*pStart != 0) { in pf_create()
159 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create()
167 if (pEnd != pStart) { in pf_create()
168 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); in pf_create()
172 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart); in pf_create()
175 …paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel,… in pf_create()
213 pStart = skipLineEnd(pEnd); in pf_create()
Dparagraph.cpp107 LEUnicode *pStart = &fChars[0]; in Paragraph() local
109 while (*pStart != 0) { in Paragraph()
110 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph()
118 if (pEnd != pStart) { in Paragraph()
119 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr); in Paragraph()
121 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph()
160 pStart = skipLineEnd(pEnd); in Paragraph()
/third_party/skia/third_party/externals/icu/source/samples/layout/
Dpflow.c119 LEUnicode *pStart; in pf_create() local
156 pStart = &flow->fChars[0]; in pf_create()
158 while (*pStart != 0) { in pf_create()
159 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create()
167 if (pEnd != pStart) { in pf_create()
168 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); in pf_create()
172 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart); in pf_create()
175 …paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel,… in pf_create()
213 pStart = skipLineEnd(pEnd); in pf_create()
Dparagraph.cpp107 LEUnicode *pStart = &fChars[0]; in Paragraph() local
109 while (*pStart != 0) { in Paragraph()
110 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph()
118 if (pEnd != pStart) { in Paragraph()
119 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr); in Paragraph()
121 …paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphL… in Paragraph()
160 pStart = skipLineEnd(pEnd); in Paragraph()
/third_party/icu/icu4c/source/tools/toolutil/
Duparse.cpp299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator() argument
308 if(s==NULL || pStart==NULL || pEnd==NULL) { in u_parseCodePointRangeAnyTerminator()
320 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator()
339 if(value<*pStart) { in u_parseCodePointRangeAnyTerminator()
345 return value-*pStart+1; in u_parseCodePointRangeAnyTerminator()
350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange() argument
354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
Ducbuf.cpp61 const char* pStart; in ucbuf_autodetect_fs() local
84 pStart = start; in ucbuf_autodetect_fs()
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); in ucbuf_autodetect_fs()
86 *signatureLength = (int32_t)(pStart - start); in ucbuf_autodetect_fs()
591 const char* pStart; in ucbuf_rewind() local
599 pStart = start; in ucbuf_rewind()
600 … ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error); in ucbuf_rewind()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Duparse.cpp299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator() argument
308 if(s==NULL || pStart==NULL || pEnd==NULL) { in u_parseCodePointRangeAnyTerminator()
320 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator()
339 if(value<*pStart) { in u_parseCodePointRangeAnyTerminator()
345 return value-*pStart+1; in u_parseCodePointRangeAnyTerminator()
350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange() argument
354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
Ducbuf.cpp61 const char* pStart; in ucbuf_autodetect_fs() local
84 pStart = start; in ucbuf_autodetect_fs()
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); in ucbuf_autodetect_fs()
86 *signatureLength = (int32_t)(pStart - start); in ucbuf_autodetect_fs()
591 const char* pStart; in ucbuf_rewind() local
599 pStart = start; in ucbuf_rewind()
600 … ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error); in ucbuf_rewind()
/third_party/node/deps/icu-small/source/tools/toolutil/
Duparse.cpp299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator() argument
308 if(s==NULL || pStart==NULL || pEnd==NULL) { in u_parseCodePointRangeAnyTerminator()
320 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator()
339 if(value<*pStart) { in u_parseCodePointRangeAnyTerminator()
345 return value-*pStart+1; in u_parseCodePointRangeAnyTerminator()
350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange() argument
354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
Ducbuf.cpp61 const char* pStart; in ucbuf_autodetect_fs() local
84 pStart = start; in ucbuf_autodetect_fs()
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); in ucbuf_autodetect_fs()
86 *signatureLength = (int32_t)(pStart - start); in ucbuf_autodetect_fs()
591 const char* pStart; in ucbuf_rewind() local
599 pStart = start; in ucbuf_rewind()
600 … ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error); in ucbuf_rewind()
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Duparse.cpp299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator() argument
308 if(s==NULL || pStart==NULL || pEnd==NULL) { in u_parseCodePointRangeAnyTerminator()
320 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator()
339 if(value<*pStart) { in u_parseCodePointRangeAnyTerminator()
345 return value-*pStart+1; in u_parseCodePointRangeAnyTerminator()
350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange() argument
354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
Ducbuf.cpp61 const char* pStart; in ucbuf_autodetect_fs() local
84 pStart = start; in ucbuf_autodetect_fs()
85 ucnv_toUnicode(*conv, &pTarget, target+1, &pStart, start+*signatureLength, NULL, FALSE, error); in ucbuf_autodetect_fs()
86 *signatureLength = (int32_t)(pStart - start); in ucbuf_autodetect_fs()
591 const char* pStart; in ucbuf_rewind() local
599 pStart = start; in ucbuf_rewind()
600 … ucnv_toUnicode(buf->conv, &pTarget, target+1, &pStart, start+numRead, NULL, FALSE, error); in ucbuf_rewind()
/third_party/flutter/skia/third_party/externals/icu/patches/
Duniset_perf.patch61 -int32_t findSameBlock(const uint32_t *p, int32_t pStart, int32_t length,
67 - while (pStart <= length) {
68 - if (equalBlocks(p + pStart, q, blockLength)) {
69 - return pStart;
71 - ++pStart;
76 -int32_t findSameBlock(const uint16_t *p, int32_t pStart, int32_t length,
82 - while (pStart <= length) {
83 - if (equalBlocks(p + pStart, q, blockLength)) {
84 - return pStart;
86 - ++pStart;
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Duset.cpp478 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() argument
482 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange()
492 *pStart=array[rangeIndex++]; in uset_getSerializedRange()
507 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1]; in uset_getSerializedRange()
/third_party/icu/icu4c/source/i18n/
Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCod… in ucfpos_getIndexes() argument
142 *pStart = impl->fImpl.getStart(); in ucfpos_getIndexes()
/third_party/skia/third_party/externals/icu/source/i18n/
Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCod… in ucfpos_getIndexes() argument
142 *pStart = impl->fImpl.getStart(); in ucfpos_getIndexes()
/third_party/node/deps/icu-small/source/i18n/
Dformattedvalue.cpp137 ucfpos_getIndexes(const UConstrainedFieldPosition* ptr, int32_t* pStart, int32_t* pLimit, UErrorCod… in ucfpos_getIndexes() argument
142 *pStart = impl->fImpl.getStart(); in ucfpos_getIndexes()
/third_party/icu/icu4c/source/common/
Duset.cpp513 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() argument
517 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange()
527 *pStart=array[rangeIndex++]; in uset_getSerializedRange()
542 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1]; in uset_getSerializedRange()
/third_party/node/deps/icu-small/source/common/
Duset.cpp518 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() argument
522 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange()
532 *pStart=array[rangeIndex++]; in uset_getSerializedRange()
547 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1]; in uset_getSerializedRange()

12