Searched refs:pFirst (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/tools/toolutil/
H A Duparse.c230 * set the first code point in *pFirst
236 uint32_t *pFirst,
249 if(pFirst!=NULL) {
250 *pFirst=0xffffffff;
275 if(pFirst!=NULL) {
276 *pFirst=value;
277 pFirst=NULL;
234 u_parseString(const char *s, UChar *dest, int32_t destCapacity, uint32_t *pFirst, UErrorCode *pErrorCode) argument
H A Duparse.h105 * Set the first code point in *pFirst.
110 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first
118 uint32_t *pFirst,
/external/icu4c/common/
H A Dtriedict.cpp953 BuildCompactTrieNode **pFirst = NULL; local
976 pFirst = p;
978 else if (_sortBuildNodes(NULL, pFirst, p) != 0) {
981 pFirst = p;
992 pFirst = NULL;
/external/libvpx/mkvparser/
H A Dmkvparser.cpp7466 const BlockEntry* const pFirst = m_entries[0];
7467 assert(pFirst);
7469 return pFirst;
/external/sqlite/dist/
H A Dsqlite3.c.orig14423 struct MemBlockHdr *pFirst;
14596 mem.pFirst = pHdr;
14646 assert( mem.pFirst==pHdr );
14647 mem.pFirst = pHdr->pNext;
14796 for(pHdr=mem.pFirst; pHdr; pHdr=pHdr->pNext){
14818 for(pHdr=mem.pFirst; pHdr; pHdr=pHdr->pNext){
26292 unixShm *pFirst; /* All unixShm objects pointing to this */
26550 ** at pShmNode->pFirst. This must be done while holding the pShmNode->mutex
26554 p->pNext = pShmNode->pFirst;
26555 pShmNode->pFirst
[all...]
H A Dsqlite3.c14430 struct MemBlockHdr *pFirst; member in struct:__anon9804
14603 mem.pFirst = pHdr;
14653 assert( mem.pFirst==pHdr );
14654 mem.pFirst = pHdr->pNext;
14803 for(pHdr=mem.pFirst; pHdr; pHdr=pHdr->pNext){
14825 for(pHdr=mem.pFirst; pHdr; pHdr=pHdr->pNext){
26299 unixShm *pFirst; /* All unixShm objects pointing to this */
26557 ** at pShmNode->pFirst. This must be done while holding the pShmNode->mutex
26561 p->pNext = pShmNode->pFirst;
26562 pShmNode->pFirst
[all...]

Completed in 1233 milliseconds