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

/macosx-10.10/ICU-531.30/icuSources/common/
H A Dulocimp.h50 const char **pEnd);
55 const char **pEnd);
60 const char **pEnd);
H A Duset.cpp303 // UChar32* pStart, UChar32* pEnd) {
309 // *pEnd = us->getRangeEnd(rangeIndex);
476 UChar32* pStart, UChar32* pEnd) {
480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) {
492 *pEnd=array[rangeIndex]-1;
494 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
496 *pEnd=0x10ffff;
508 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
510 *pEnd=0x10ffff;
475 uset_getSerializedRange(const USerializedSet* set, int32_t rangeIndex, UChar32* pStart, UChar32* pEnd) argument
H A Duloc.cpp1206 * setting the *pEnd pointer to where they stopped parsing
1213 const char **pEnd) {
1251 if(pEnd!=NULL) {
1252 *pEnd=localeID;
1260 const char **pEnd)
1264 if (pEnd != NULL) {
1265 *pEnd = localeID;
1277 if (pEnd != NULL) {
1278 *pEnd = localeID+idLen;
1299 const char **pEnd)
1211 ulocimp_getLanguage(const char *localeID, char *language, int32_t languageCapacity, const char **pEnd) argument
1258 ulocimp_getScript(const char *localeID, char *script, int32_t scriptCapacity, const char **pEnd) argument
1297 ulocimp_getCountry(const char *localeID, char *country, int32_t countryCapacity, const char **pEnd) argument
[all...]
/macosx-10.10/ICU-531.30/icuSources/samples/layout/
H A Dparagraph.cpp104 LEUnicode *pEnd = u_strpbrk(pStart, separators); local
108 if (pEnd == NULL) {
109 pEnd = &fChars[charCount];
112 if (pEnd != pStart) {
113 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr);
115 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
149 if (*pEnd == 0) {
153 pStart = skipLineEnd(pEnd);
H A Dpflow.c156 LEUnicode *pEnd = u_strpbrk(pStart, separators); local
160 if (pEnd == NULL) {
161 pEnd = &flow->fChars[charCount];
164 if (pEnd != pStart) {
165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
172 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
206 if (*pEnd == 0) {
210 pStart = skipLineEnd(pEnd);
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Duparse.h132 uint32_t *pStart, uint32_t *pEnd,
142 uint32_t *pStart, uint32_t *pEnd,
H A Duparse.c297 uint32_t *pStart, uint32_t *pEnd,
306 if(s==NULL || pStart==NULL || pEnd==NULL) {
318 *pStart=*pEnd=value;
334 *pEnd=value;
348 uint32_t *pStart, uint32_t *pEnd,
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
296 u_parseCodePointRangeAnyTerminator(const char *s, uint32_t *pStart, uint32_t *pEnd, const char **terminator, UErrorCode *pErrorCode) argument
347 u_parseCodePointRange(const char *s, uint32_t *pStart, uint32_t *pEnd, UErrorCode *pErrorCode) argument
/macosx-10.10/vim-55/src/
H A Dos_msdos.c2300 char_u *pEnd; local
2318 pEnd = strstr( pStart, "\r\n" );/* find next <CR><NL> */
2320 while (pEnd != NULL) /* found one? */
2322 memmove(pDest, pStart, (long)(pEnd - pStart));
2324 pDest += (long)(pEnd - pStart); /* new destination */
2325 pStart = pEnd + 1; /* new starting point */
2326 pEnd = strstr(pStart, "\r\n"); /* find next <CR><NL> */
2331 pEnd = strchr(pStart, '\0'); /* find first null */
2333 memmove(pDest, pStart, (long)(pEnd - pStart)); /* exclude nul */
2334 pDest += (long)(pEnd
[all...]
/macosx-10.10/dtrace-147/libelf/
H A Dclscook.c670 struct _nlist *pEnd = nsym + (pSymTab->sh_size/pSymTab->sh_entsize); local
679 while (nsym < pEnd) {
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Duset.h1115 * @param pEnd pointer to variable to receive last character in range,
1122 UChar32* pStart, UChar32* pEnd);
/macosx-10.10/JavaScriptCore-7600.1.17/icu/unicode/
H A Duset.h1111 * @param pEnd pointer to variable to receive last character in range,
1118 UChar32* pStart, UChar32* pEnd);
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Duset.h1111 * @param pEnd pointer to variable to receive last character in range,
1118 UChar32* pStart, UChar32* pEnd);
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Duset.h1111 * @param pEnd pointer to variable to receive last character in range,
1118 UChar32* pStart, UChar32* pEnd);
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9405 void *pEnd; /* First byte past end of available space */ member in struct:Lookaside
18532 return p && p>=db->lookaside.pStart && p<db->lookaside.pEnd;
35959 void *pStart, *pEnd; /* Bounds of pagecache malloc range */ member in struct:PCacheGlobal
49252 u8 *pEnd; local
59372 Mem *pEnd; local
59690 allocSpace( void *pBuf, int nByte, u8 **ppFrom, u8 *pEnd, int *pnByte ) argument
64001 Mem *pEnd; /* Last memory cell in new array */ member in struct:vdbeExecUnion::OP_Program_stack_vars
80591 sqlite3EndTable( Parse *pParse, Token *pCons, Token *pEnd, Select *pSelect ) argument
81579 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Token *pEnd, int sortOrder, int ifNotExist ) argument
99611 sqlite3VtabFinishParse(Parse *pParse, Token *pEnd) argument
104245 WhereTerm *pStart, *pEnd; local
105604 spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd) argument
115779 char *pEnd = *ppPoslist; local
115826 char *pEnd = *ppPoslist; local
116187 fts3GetDeltaVarint3( char **pp, char *pEnd, int bDescIdx, sqlite3_int64 *pVal ) argument
117823 char *pEnd = &aDoclist[nDoclist]; local
117890 char *pEnd = &pDL->aAll[pDL->nAll]; /* 1 byte past end of aAll */ local
118064 const char *pEnd; local
123509 char *pEnd = &pReader->aDoclist[pReader->nDoclist]; local
124503 char *pEnd = &pList[nList]; local
126238 char *pEnd = *ppCollist; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tdom/tdom/generic/
H A Dtcldom.c2048 char buf[APESC_BUF_SIZE+80], *b, *bLimit, *pc, *pc1, *pEnd, charRef[10]; local
2057 pc = pEnd = value;
2059 pEnd = pc + value_length;
2062 || (value_length != -1 && pc != pEnd)
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Drematch.cpp4344 const UChar * pEnd = pInp + stringLen;
4346 while (pInp < pEnd) {

Completed in 553 milliseconds