HomeSort by relevance Sort by last modified time
    Searched refs:pEnd (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/common/
ulocimp.h 50 const char **pEnd);
55 const char **pEnd);
60 const char **pEnd);
uset.cpp 303 // UChar32* pStart, UChar32* pEnd) {
309 // *pEnd = us->getRangeEnd(rangeIndex);
476 UChar32* pStart, UChar32* pEnd) {
480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) {
492 *pEnd=array[rangeIndex]-1;
494 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
496 *pEnd=0x10ffff;
508 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
510 *pEnd=0x10ffff;
uloc.cpp     [all...]
  /external/icu/icu4c/source/common/
ulocimp.h 50 const char **pEnd);
55 const char **pEnd);
60 const char **pEnd);
uset.cpp 303 // UChar32* pStart, UChar32* pEnd) {
309 // *pEnd = us->getRangeEnd(rangeIndex);
476 UChar32* pStart, UChar32* pEnd) {
480 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) {
492 *pEnd=array[rangeIndex]-1;
494 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
496 *pEnd=0x10ffff;
508 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1;
510 *pEnd=0x10ffff;
uloc.cpp     [all...]
  /bootable/recovery/minzip/
Hash.c 183 HashEntry* pEnd;
192 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
204 if (pEntry == pEnd) { /* wrap around to start */
258 HashEntry* pEnd;
264 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
275 if (pEntry == pEnd) { /* wrap around to start */
319 HashEntry* pEnd;
328 pEnd = &pHashTable->pEntries[pHashTable->tableSize];
339 if (pEntry == pEnd) { /* wrap around to start */
  /external/chromium_org/third_party/icu/source/samples/layout/
paragraph.cpp 104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
108 if (pEnd == NULL) {
109 pEnd = &fChars[charCount];
112 if (pEnd != pStart) {
113 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr);
115 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
149 if (*pEnd == 0) {
153 pStart = skipLineEnd(pEnd);
pflow.c 156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
160 if (pEnd == NULL) {
161 pEnd = &flow->fChars[charCount];
164 if (pEnd != pStart) {
165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
172 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
206 if (*pEnd == 0) {
210 pStart = skipLineEnd(pEnd);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
uparse.h 132 uint32_t *pStart, uint32_t *pEnd,
142 uint32_t *pStart, uint32_t *pEnd,
uparse.c 297 uint32_t *pStart, uint32_t *pEnd,
306 if(s==NULL || pStart==NULL || pEnd==NULL) {
318 *pStart=*pEnd=value;
334 *pEnd=value;
348 uint32_t *pStart, uint32_t *pEnd,
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
  /external/icu/icu4c/source/samples/layout/
paragraph.cpp 104 LEUnicode *pEnd = u_strpbrk(pStart, separators);
108 if (pEnd == NULL) {
109 pEnd = &fChars[charCount];
112 if (pEnd != pStart) {
113 subsetFontRuns(fontRuns, pStart - fChars, pEnd - fChars, &fr);
115 paragraphLayout = new ParagraphLayout(pStart, pEnd - pStart, &fr, NULL, NULL, locales, fParagraphLevel, FALSE, status);
149 if (*pEnd == 0) {
153 pStart = skipLineEnd(pEnd);
pflow.c 156 LEUnicode *pEnd = u_strpbrk(pStart, separators);
160 if (pEnd == NULL) {
161 pEnd = &flow->fChars[charCount];
164 if (pEnd != pStart) {
165 subsetFontRuns(fontRuns, pStart - flow->fChars, pEnd - flow->fChars, fr);
169 pl_addLocaleRun(locales, TEST_LOCALE, pEnd - pStart);
172 paragraphLayout = pl_create(pStart, pEnd - pStart, fr, NULL, NULL, locales, flow->fParagraphLevel, FALSE, status);
206 if (*pEnd == 0) {
210 pStart = skipLineEnd(pEnd);
  /external/icu/icu4c/source/tools/toolutil/
uparse.h 132 uint32_t *pStart, uint32_t *pEnd,
142 uint32_t *pStart, uint32_t *pEnd,
uparse.c 297 uint32_t *pStart, uint32_t *pEnd,
306 if(s==NULL || pStart==NULL || pEnd==NULL) {
318 *pStart=*pEnd=value;
334 *pEnd=value;
348 uint32_t *pStart, uint32_t *pEnd,
352 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_sco.c 86 #define CONVERT_44100_TO_BLUETOOTH(pStart, pEnd) \
90 SRC_TYPE *pSEnd = (SRC_TYPE *)pEnd; \
140 #define CONVERT_22050_TO_BLUETOOTH(pStart, pEnd) \
144 SRC_TYPE *pSEnd = (SRC_TYPE *)pEnd; \
193 #define CONVERT_11025_TO_BLUETOOTH(pStart, pEnd) \
197 SRC_TYPE *pSEnd = (SRC_TYPE *)pEnd; \
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3.c 424 ** As long as *pp has not reached its end (pEnd), then do the same
429 static void fts3GetDeltaVarint2(char **pp, char *pEnd, sqlite3_int64 *pVal){
430 if( *pp>=pEnd ){
    [all...]
fts3_snippet.c 761 char *pEnd = *ppCollist;
766 while( 0xFE & (*pEnd | c) ){
767 c = *pEnd++ & 0x80;
771 *ppCollist = pEnd;
830 char *pEnd;
848 pEnd = &pFree[nFree];
859 pEnd = &pExpr->aDoclist[pExpr->nDoclist];
863 while( pIter<pEnd ){
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 119 ** szSlot, nSlot, pStart, pEnd, nReserve, and isInit values are all
127 void *pStart, *pEnd; /* Bounds of pagecache malloc range */
195 pcache1.pEnd = pBuf;
245 if( p>=pcache1.pStart && p<pcache1.pEnd ){
273 if( p>=pcache1.pStart && p<pcache1.pEnd ){
shell.c 94 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){
95 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
96 (double)(pEnd->tv_sec - pStart->tv_sec);
165 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){
167 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
    [all...]
vtab.c 322 void sqlite3VtabFinishParse(Parse *pParse, Token *pEnd){
344 if( pEnd ){
345 pParse->sNameToken.n = (int)(pEnd->z - pParse->sNameToken.z) + pEnd->n;
vdbeaux.c 1056 Mem *pEnd;
1060 for(pEnd=&p[N]; p<pEnd; p++){
1065 for(pEnd=&p[N]; p<pEnd; p++){
1066 assert( (&p[1])==pEnd || p[0].db==p[1].db );
    [all...]
where.c     [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uset.h     [all...]
  /external/icu/icu4c/source/common/unicode/
uset.h     [all...]

Completed in 384 milliseconds

1 2