Searched defs:pEnd (Results 1 – 10 of 10) sorted by relevance
/external/icu4c/tools/toolutil/ |
D | uparse.c | 295 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator() 346 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
|
/external/webkit/Source/WebCore/loader/ |
D | TextResourceDecoder.cpp | 487 static inline void skipComment(const char*& ptr, const char* pEnd) in skipComment() 536 const char* pEnd = ptr + m_buffer.size(); in checkForHeadCharset() local
|
/external/icu4c/samples/layout/ |
D | paragraph.cpp | 104 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local
|
D | pflow.c | 156 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local
|
/external/icu4c/common/ |
D | uloc.c | 1212 const char **pEnd) { in ulocimp_getLanguage() 1258 const char **pEnd) in ulocimp_getScript() 1296 const char **pEnd) in ulocimp_getCountry()
|
D | uset.cpp | 481 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
|
/external/sqlite/dist/ |
D | shell.c | 95 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() 169 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
|
D | sqlite3.c | 8889 void *pEnd; /* First byte past end of available space */ member
|
/external/icu4c/i18n/ |
D | ucol.cpp | 1637 const UChar *pEnd = data->pos; /* End normalize + 1 */ in collPrevIterNormalize() local 2190 const UChar *pEnd; in normalizeNextContraction() local 2534 const UChar *pEnd = data->pos + 1; /* End normalize + 1 */ in normalizePrevContraction() local
|
D | rematch.cpp | 4616 const UChar * pEnd = pInp + stringLen; in MatchChunkAt() local
|