Home
last modified time | relevance | path

Searched defs:pEnd (Results 1 – 10 of 10) sorted by relevance

/external/icu4c/tools/toolutil/
Duparse.c295 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator()
346 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
/external/webkit/Source/WebCore/loader/
DTextResourceDecoder.cpp487 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/
Dparagraph.cpp104 LEUnicode *pEnd = u_strpbrk(pStart, separators); in Paragraph() local
Dpflow.c156 LEUnicode *pEnd = u_strpbrk(pStart, separators); in pf_create() local
/external/icu4c/common/
Duloc.c1212 const char **pEnd) { in ulocimp_getLanguage()
1258 const char **pEnd) in ulocimp_getScript()
1296 const char **pEnd) in ulocimp_getCountry()
Duset.cpp481 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
/external/sqlite/dist/
Dshell.c95 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
169 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
Dsqlite3.c8889 void *pEnd; /* First byte past end of available space */ member
/external/icu4c/i18n/
Ducol.cpp1637 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
Drematch.cpp4616 const UChar * pEnd = pInp + stringLen; in MatchChunkAt() local