Searched defs:pEnd (Results 1 – 15 of 15) sorted by relevance
/external/icu4c/tools/toolutil/ |
D | uparse.c | 298 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRangeAnyTerminator() 349 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
|
/external/chromium/third_party/icu/source/tools/toolutil/ |
D | uparse.c | 289 uint32_t *pStart, uint32_t *pEnd, in u_parseCodePointRange()
|
/external/webkit/WebCore/loader/ |
D | TextResourceDecoder.cpp | 509 static inline void skipComment(const char*& ptr, const char* pEnd) in skipComment() 556 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 | 1167 const char **pEnd) { in ulocimp_getLanguage() 1213 const char **pEnd) in ulocimp_getScript() 1251 const char **pEnd) in ulocimp_getCountry()
|
D | uset.cpp | 481 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
|
/external/chromium/third_party/icu/source/common/ |
D | uset.cpp | 481 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
|
D | uloc.c | 1190 const char **pEnd) { in _getLanguage() 1236 const char **pEnd) in _getScript() 1274 const char **pEnd) in _getCountry()
|
/external/chromium/third_party/icu/source/i18n/ |
D | rematch.cpp | 1575 const UChar * pEnd = pInp + stringLen; in MatchAt() local
|
D | ucol.cpp | 1557 UChar *pEnd = data->pos; /* End normalize + 1 */ in collPrevIterNormalize() local 2128 UChar *pEnd; in normalizeNextContraction() local 2560 UChar *pEnd = data->pos + 1; /* End normalize + 1 */ in normalizePrevContraction() local
|
/external/sqlite/dist/ |
D | shell.c | 90 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff() 164 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
|
D | sqlite3.c | 8272 void *pEnd; /* First byte past end of available space */ member
|
/external/icu4c/i18n/ |
D | ucol.cpp | 1589 const UChar *pEnd = data->pos; /* End normalize + 1 */ in collPrevIterNormalize() local 2093 const UChar *pEnd; in normalizeNextContraction() local 2446 const UChar *pEnd = data->pos + 1; /* End normalize + 1 */ in normalizePrevContraction() local
|
D | rematch.cpp | 4496 const UChar * pEnd = pInp + stringLen; in MatchChunkAt() local
|