Home
last modified time | relevance | path

Searched defs:pEnd (Results 1 – 13 of 13) 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/bluetooth/bluedroid/bta/dm/
Dbta_dm_sco.c86 #define CONVERT_44100_TO_BLUETOOTH(pStart, pEnd) \ argument
140 #define CONVERT_22050_TO_BLUETOOTH(pStart, pEnd) \ argument
193 #define CONVERT_11025_TO_BLUETOOTH(pStart, pEnd) \ argument
/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.c1215 const char **pEnd) { in ulocimp_getLanguage()
1261 const char **pEnd) in ulocimp_getScript()
1299 const char **pEnd) in ulocimp_getCountry()
Duset.cpp481 UChar32* pStart, UChar32* pEnd) { in uset_getSerializedRange()
/external/sqlite/dist/
Dshell.c115 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
186 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
Dsqlite3.c9694 void *pEnd; /* First byte past end of available space */ member
/external/sqlite/dist/orig/
Dshell.c110 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ in timeDiff()
181 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ in timeDiff()
Dsqlite3.c9694 void *pEnd; /* First byte past end of available space */ member
/external/icu4c/i18n/
Ducol.cpp1691 const UChar *pEnd = data->pos; /* End normalize + 1 */ in collPrevIterNormalize() local
2246 const UChar *pEnd; in normalizeNextContraction() local
2590 const UChar *pEnd = data->pos + 1; /* End normalize + 1 */ in normalizePrevContraction() local
Drematch.cpp4620 const UChar * pEnd = pInp + stringLen; in MatchChunkAt() local