Home
last modified time | relevance | path

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

12

/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c161 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local
165 if (pEnd == NULL) { in pf_create()
166 pEnd = &flow->fChars[charCount]; 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, false, status); in pf_create()
211 if (*pEnd == 0) { in pf_create()
215 pStart = skipLineEnd(pEnd); in pf_create()
H A Dparagraph.cpp110 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local
114 if (pEnd == NULL) { in Paragraph()
115 pEnd = &fChars[charCount]; 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, fParagraphLevel, false, status); in Paragraph()
156 if (*pEnd == 0) { in Paragraph()
160 pStart = skipLineEnd(pEnd); in Paragraph()
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A Dpflow.c159 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local
163 if (pEnd == NULL) { in pf_create()
164 pEnd = &flow->fChars[charCount]; 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, FALSE, status); in pf_create()
209 if (*pEnd == 0) { in pf_create()
213 pStart = skipLineEnd(pEnd); in pf_create()
H A Dparagraph.cpp110 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local
114 if (pEnd == NULL) { in Paragraph()
115 pEnd = &fChars[charCount]; 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, fParagraphLevel, FALSE, status); in Paragraph()
156 if (*pEnd == 0) { in Paragraph()
160 pStart = skipLineEnd(pEnd); in Paragraph()
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Duparse.cpp299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator()
308 if(s==nullptr || pStart==nullptr || pEnd==nullptr) { in u_parseCodePointRangeAnyTerminator()
320 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator()
336 *pEnd=value; in u_parseCodePointRangeAnyTerminator()
350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
298 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) u_parseCodePointRangeAnyTerminator() argument
349 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) u_parseCodePointRange() argument
H A Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
/third_party/icu/icu4c/source/tools/toolutil/
H A Duparse.cpp299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator()
308 if(s==NULL || pStart==NULL || pEnd==NULL) { in u_parseCodePointRangeAnyTerminator()
320 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator()
336 *pEnd=value; in u_parseCodePointRangeAnyTerminator()
350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
298 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) u_parseCodePointRangeAnyTerminator() argument
349 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) u_parseCodePointRange() argument
H A Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duparse.cpp299 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator()
308 if(s==NULL || pStart==NULL || pEnd==NULL) { in u_parseCodePointRangeAnyTerminator()
320 *pStart=*pEnd=value; in u_parseCodePointRangeAnyTerminator()
336 *pEnd=value; in u_parseCodePointRangeAnyTerminator()
350 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
354 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode); in u_parseCodePointRange()
298 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) u_parseCodePointRangeAnyTerminator() argument
349 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) u_parseCodePointRange() argument
H A Duparse.h134 uint32_t *pStart, uint32_t *pEnd,
144 uint32_t *pStart, uint32_t *pEnd,
/third_party/node/deps/icu-small/source/common/
H A Dulocimp.h61 const char **pEnd,
66 const char **pEnd,
71 const char **pEnd,
H A Duset.cpp345 // UChar32* pStart, UChar32* pEnd) {
351 // *pEnd = us->getRangeEnd(rangeIndex);
518 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
522 if(set==nullptr || rangeIndex<0 || pStart==nullptr || pEnd==nullptr) { in uset_getSerializedRange()
534 *pEnd=array[rangeIndex]-1; in uset_getSerializedRange()
536 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange()
538 *pEnd=0x10ffff; in uset_getSerializedRange()
550 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange()
552 *pEnd=0x10ffff; in uset_getSerializedRange()
517 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
H A Duloc.cpp1128 * setting the *pEnd pointer to where they stopped parsing
1134 const char **pEnd, in ulocimp_getLanguage()
1170 if(pEnd!=nullptr) { in ulocimp_getLanguage()
1171 *pEnd=localeID; in ulocimp_getLanguage()
1179 const char **pEnd, in ulocimp_getScript()
1184 if (pEnd != nullptr) { in ulocimp_getScript()
1185 *pEnd = localeID; in ulocimp_getScript()
1197 if (pEnd != nullptr) { in ulocimp_getScript()
1198 *pEnd = localeID+idLen; in ulocimp_getScript()
1213 const char **pEnd, in ulocimp_getCountry()
1133 ulocimp_getLanguage(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getLanguage() argument
1178 ulocimp_getScript(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getScript() argument
1212 ulocimp_getCountry(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getCountry() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dulocimp.h61 const char **pEnd,
66 const char **pEnd,
71 const char **pEnd,
H A Duset.cpp340 // UChar32* pStart, UChar32* pEnd) {
346 // *pEnd = us->getRangeEnd(rangeIndex);
513 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
517 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange()
529 *pEnd=array[rangeIndex]-1; in uset_getSerializedRange()
531 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange()
533 *pEnd=0x10ffff; in uset_getSerializedRange()
545 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange()
547 *pEnd=0x10ffff; in uset_getSerializedRange()
512 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
H A Duloc.cpp1136 * setting the *pEnd pointer to where they stopped parsing
1142 const char **pEnd, in ulocimp_getLanguage()
1178 if(pEnd!=NULL) { in ulocimp_getLanguage()
1179 *pEnd=localeID; in ulocimp_getLanguage()
1187 const char **pEnd, in ulocimp_getScript()
1192 if (pEnd != NULL) { in ulocimp_getScript()
1193 *pEnd = localeID; in ulocimp_getScript()
1205 if (pEnd != NULL) { in ulocimp_getScript()
1206 *pEnd = localeID+idLen; in ulocimp_getScript()
1221 const char **pEnd, in ulocimp_getCountry()
1141 ulocimp_getLanguage(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getLanguage() argument
1186 ulocimp_getScript(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getScript() argument
1220 ulocimp_getCountry(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getCountry() argument
[all...]
/third_party/icu/icu4c/source/common/
H A Duset.cpp345 // UChar32* pStart, UChar32* pEnd) {
351 // *pEnd = us->getRangeEnd(rangeIndex);
518 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
522 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { in uset_getSerializedRange()
534 *pEnd=array[rangeIndex]-1; in uset_getSerializedRange()
536 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange()
538 *pEnd=0x10ffff; in uset_getSerializedRange()
550 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; in uset_getSerializedRange()
552 *pEnd=0x10ffff; in uset_getSerializedRange()
517 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) uset_getSerializedRange() argument
H A Dulocimp.h61 const char **pEnd,
66 const char **pEnd,
71 const char **pEnd,
H A Duloc.cpp1146 * setting the *pEnd pointer to where they stopped parsing
1152 const char **pEnd, in ulocimp_getLanguage()
1188 if(pEnd!=NULL) { in ulocimp_getLanguage()
1189 *pEnd=localeID; in ulocimp_getLanguage()
1197 const char **pEnd, in ulocimp_getScript()
1202 if (pEnd != NULL) { in ulocimp_getScript()
1203 *pEnd = localeID; in ulocimp_getScript()
1215 if (pEnd != NULL) { in ulocimp_getScript()
1216 *pEnd = localeID+idLen; in ulocimp_getScript()
1231 const char **pEnd, in ulocimp_getCountry()
1151 ulocimp_getLanguage(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getLanguage() argument
1196 ulocimp_getScript(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getScript() argument
1230 ulocimp_getCountry(const char *localeID, const char **pEnd, UErrorCode &status) ulocimp_getCountry() argument
[all...]
/third_party/backends/backend/
H A Ddell1600n_net.c1195 unsigned char *pItem, *pEnd, *pValue; in ProcessFindResponse() local
1216 pEnd = pItem + messageSize; in ProcessFindResponse()
1217 while (pItem < pEnd) in ProcessFindResponse()
1349 unsigned char *pItem, *pEnd; in ProcessUdpResponse() local
1375 pEnd = pItem + messageSize; in ProcessUdpResponse()
1376 while (pItem < pEnd) in ProcessUdpResponse()
1481 unsigned char *pItem, *pEnd, *pValue; in ProcessTcpResponse() local
1511 pEnd = pItem + messageSize; in ProcessTcpResponse()
1512 while (pItem < pEnd) in ProcessTcpResponse()
/third_party/lzma/C/
H A D7zCrc.c63 const Byte *pEnd = p + size; in CrcUpdateT1() local
64 for (; p != pEnd; p++) in CrcUpdateT1()
/third_party/icu/icu4c/source/common/unicode/
H A Duset.h1249 * @param pEnd pointer to variable to receive last character in range,
1256 UChar32* pStart, UChar32* pEnd);
/third_party/node/deps/icu-small/source/common/unicode/
H A Duset.h1281 * @param pEnd pointer to variable to receive last character in range,
1288 UChar32* pStart, UChar32* pEnd);
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Duset.h1211 * @param pEnd pointer to variable to receive last character in range,
1218 UChar32* pStart, UChar32* pEnd);
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateIntervalFormatTest.java1696 public ExpectPosAndFormat(int pBegin, int pEnd, String fmt) { in TestFPos_SkelWithSeconds()
1698 posEnd = pEnd; in TestFPos_SkelWithSeconds()

Completed in 36 milliseconds

12