Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/tools/toolutil/
H A Duparse.cpp233 * set the first code point in *pFirst
239 uint32_t *pFirst, in u_parseString()
253 if(pFirst!=nullptr) { in u_parseString()
254 *pFirst=0xffffffff; in u_parseString()
279 if(pFirst!=nullptr) { in u_parseString()
280 *pFirst=value; in u_parseString()
281 pFirst=nullptr; in u_parseString()
237 u_parseString(const char *s, char16_t *dest, int32_t destCapacity, uint32_t *pFirst, UErrorCode *pErrorCode) u_parseString() argument
H A Duparse.h107 * Set the first code point in *pFirst.
112 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first
120 uint32_t *pFirst,
/third_party/icu/icu4c/source/tools/toolutil/
H A Duparse.cpp233 * set the first code point in *pFirst
239 uint32_t *pFirst, in u_parseString()
253 if(pFirst!=NULL) { in u_parseString()
254 *pFirst=0xffffffff; in u_parseString()
279 if(pFirst!=NULL) { in u_parseString()
280 *pFirst=value; in u_parseString()
281 pFirst=NULL; in u_parseString()
237 u_parseString(const char *s, UChar *dest, int32_t destCapacity, uint32_t *pFirst, UErrorCode *pErrorCode) u_parseString() argument
H A Duparse.h107 * Set the first code point in *pFirst.
112 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first
120 uint32_t *pFirst,
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duparse.cpp233 * set the first code point in *pFirst
239 uint32_t *pFirst, in u_parseString()
253 if(pFirst!=NULL) { in u_parseString()
254 *pFirst=0xffffffff; in u_parseString()
279 if(pFirst!=NULL) { in u_parseString()
280 *pFirst=value; in u_parseString()
281 pFirst=NULL; in u_parseString()
237 u_parseString(const char *s, UChar *dest, int32_t destCapacity, uint32_t *pFirst, UErrorCode *pErrorCode) u_parseString() argument
H A Duparse.h107 * Set the first code point in *pFirst.
112 * @param pFirst If pFirst!=NULL the *pFirst will be set to the first
120 uint32_t *pFirst,
/third_party/sqlite/src/
H A Dshell.c9504 IdxHashEntry *pFirst; member
9614 pEntry->pNext = pHash->pFirst; in idxHashAdd()
9615 pHash->pFirst = pEntry; in idxHashAdd()
10601 for(pEntry=hIdx.pFirst; pEntry; pEntry=pEntry->pNext){ in idxFindIndexes()
10737 IdxWrite *pFirst = p->pWrite; in idxProcessTriggers() local
10739 while( rc==SQLITE_OK && pFirst!=pEnd ){ in idxProcessTriggers()
10741 for(pIter=pFirst; rc==SQLITE_OK && pIter!=pEnd; pIter=pIter->pNext){ in idxProcessTriggers()
10744 pEnd = pFirst; in idxProcessTriggers()
10745 pFirst = p->pWrite; in idxProcessTriggers()
11333 for(pEntry=p->hIdx.pFirst; pEntr in sqlite3_expert_analyze()
[all...]
H A Dsqlite3.c25851 struct MemBlockHdr *pFirst; global() member
41180 unixShm *pFirst; /* All unixShm objects pointing to this */ global() member
48816 winShm *pFirst; /* All winShm objects pointing to this */ global() member
83602 VdbeOp *pOut, *pFirst; global() local
103045 FileChunk *pFirst; /* Head of in-memory chunk-list */ global() member
103105 memjrnlFreeChunks(FileChunk *pFirst) global() argument
107713 Expr *pFirst = pList->a[iFirst].pExpr; global() local
159962 Index *pFirst; /* First of real indices on the table */ global() local
202444 RtreeSearchPoint *pNew, *pFirst; global() local
232635 Fts5SegIter *pFirst = &pIter->aSeg[ pIter->aFirst[1].iFirst ]; global() local
[all...]

Completed in 147 milliseconds