Home
last modified time | relevance | path

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

12

/third_party/icu/icu4c/source/samples/layout/
Dpflow.c121 LEUnicode *pStart; in pf_create() local
158 pStart = &flow->fChars[0]; in pf_create()
160 while (*pStart != 0) { in pf_create()
161 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create()
169 if (pEnd != pStart) { in pf_create()
170 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr); in pf_create()
174 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart); in pf_create()
177 …paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel,… in pf_create()
215 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==nullptr || pStart==nullptr || pEnd==nullptr) { 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, nullptr, 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, nullptr, false, error); in ucbuf_rewind()
/third_party/node/deps/icu-small/source/common/
Duset.cpp518 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange() argument
522 if(set==nullptr || rangeIndex<0 || pStart==nullptr || pEnd==nullptr) { in uset_getSerializedRange()
532 *pStart=array[rangeIndex++]; in uset_getSerializedRange()
547 *pStart=(((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1]; in uset_getSerializedRange()
/third_party/skia/third_party/externals/icu/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/icu/icu4c/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()
/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/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/gptfdisk/
Dbasicmbr.cc814 uint64_t firstLogical, lastLogical, lStart, pStart; in UpdateCanBeLogical() local
836 pStart = partitions[j].GetStartLBA(); in UpdateCanBeLogical()
837 if (((pStart < lStart) && (firstLogical < pStart)) || in UpdateCanBeLogical()
838 ((pStart > lStart) && (firstLogical > pStart))) { in UpdateCanBeLogical()
/third_party/node/deps/icu-small/source/i18n/unicode/
Duformattedvalue.h275 int32_t* pStart,
/third_party/icu/icu4c/source/i18n/unicode/
Duformattedvalue.h275 int32_t* pStart,
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Duformattedvalue.h277 int32_t* pStart,
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DMutableCodePointTrie.java530 private static int findSameBlock(char[] p, int pStart, int length, in findSameBlock() argument
535 while (pStart <= length) { in findSameBlock()
536 if (equalBlocks(p, pStart, q, qStart, blockLength)) { in findSameBlock()
537 return pStart; in findSameBlock()
539 ++pStart; in findSameBlock()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DMutableCodePointTrie.java538 private static int findSameBlock(char[] p, int pStart, int length, in findSameBlock() argument
543 while (pStart <= length) { in findSameBlock()
544 if (equalBlocks(p, pStart, q, qStart, blockLength)) { in findSameBlock()
545 return pStart; in findSameBlock()
547 ++pStart; in findSameBlock()

12