/external/chromium_org/third_party/icu/source/common/ |
ulocimp.h | 50 const char **pEnd); 55 const char **pEnd); 60 const char **pEnd);
|
uset.cpp | 308 // UChar32* pStart, UChar32* pEnd) { 314 // *pEnd = us->getRangeEnd(rangeIndex); 481 UChar32* pStart, UChar32* pEnd) { 485 if(set==NULL || rangeIndex<0 || pStart==NULL || pEnd==NULL) { 497 *pEnd=array[rangeIndex]-1; 499 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; 501 *pEnd=0x10ffff; 513 *pEnd=((((int32_t)array[rangeIndex])<<16)|array[rangeIndex+1])-1; 515 *pEnd=0x10ffff;
|
/external/icu4c/common/ |
ulocimp.h | 50 const char **pEnd); 55 const char **pEnd); 60 const char **pEnd);
|
/frameworks/compile/mclinker/lib/LD/ |
Diagnostic.cpp | 39 const char* pBegin, const char* pEnd ) const 42 for (; pBegin != pEnd; ++pBegin) { 50 if (pBegin == pEnd) 55 while (pBegin != pEnd && !isdigit(*pBegin) && *pBegin != '{') 58 if (pBegin == pEnd) 65 return pEnd; 70 void Diagnostic::format(const char* pBegin, const char* pEnd, 74 while (cur_char != pEnd) { 76 const char* new_end = std::find(cur_char, pEnd, '%'); 103 cur_char = findMatch('}', cur_char, pEnd); [all...] |
/hardware/ti/omap4xxx/camera/ |
CameraHalUtilClasses.cpp | 208 char *pEnd = NULL; 246 left = static_cast<ssize_t>(strtol(pStart, &pEnd, 10)); 249 if ( sep != *pEnd ) 257 top = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); 260 if ( sep != *pEnd ) 268 right = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)); 271 if ( sep != *pEnd ) 279 bottom = static_cast<ssize_t>(strtol(pEnd+1, &pEnd, 10)) [all...] |
/hardware/ti/omap4xxx/security/tf_daemon/ |
lib_manifest2.c | 140 uint8_t* pEnd = pContext->pManifestContent + pContext->nManifestLength; 161 while (pCurrent < pEnd) 167 while (pCurrent < pEnd && *pCurrent != CHAR_LF && *pCurrent != CHAR_CR) 181 if (pCurrent < pEnd && *pCurrent == CHAR_LF) 197 while (pCurrent < pEnd) 219 if (pCurrent >= pEnd) 237 if (pCurrent >= pEnd) 250 while (pCurrent < pEnd) 300 if (pCurrent == pEnd) 340 while (pCurrent < pEnd && (*pCurrent == ' ' || *pCurrent == '\t') [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/tools/toolutil/ |
uparse.h | 132 uint32_t *pStart, uint32_t *pEnd, 142 uint32_t *pStart, uint32_t *pEnd,
|
uparse.c | 295 uint32_t *pStart, uint32_t *pEnd, 304 if(s==NULL || pStart==NULL || pEnd==NULL) { 316 *pStart=*pEnd=value; 332 *pEnd=value; 346 uint32_t *pStart, uint32_t *pEnd, 350 u_parseCodePointRangeAnyTerminator(s, pStart, pEnd, &terminator, pErrorCode);
|
/external/icu4c/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/icu4c/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);
|
/dalvik/vm/ |
Hash.cpp | 178 HashEntry* pEnd; 187 pEnd = &pHashTable->pEntries[pHashTable->tableSize]; 199 if (pEntry == pEnd) { /* wrap around to start */ 253 HashEntry* pEnd; 259 pEnd = &pHashTable->pEntries[pHashTable->tableSize]; 270 if (pEntry == pEnd) { /* wrap around to start */ 350 HashEntry* pEnd; 359 pEnd = &pHashTable->pEntries[pHashTable->tableSize]; 370 if (pEntry == pEnd) { /* wrap around to start */
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
ARMToARMStub.h | 61 const_fixup_iterator pEnd);
|
ARMToTHMStub.h | 61 const_fixup_iterator pEnd);
|
THMToARMStub.h | 64 const_fixup_iterator pEnd);
|
THMToTHMStub.h | 64 const_fixup_iterator pEnd);
|
ARMToARMStub.cpp | 53 const_fixup_iterator pEnd) 56 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
|
ARMToTHMStub.cpp | 55 const_fixup_iterator pEnd) 58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
|
THMToARMStub.cpp | 55 const_fixup_iterator pEnd) 58 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
|
THMToTHMStub.cpp | 57 const_fixup_iterator pEnd) 60 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
|
/frameworks/compile/mclinker/lib/Target/Hexagon/ |
HexagonAbsoluteStub.h | 61 const_fixup_iterator pEnd);
|
HexagonAbsoluteStub.cpp | 50 const_fixup_iterator pEnd) 53 for (const_fixup_iterator it = pBegin, ie = pEnd; it != ie; ++it)
|
/frameworks/compile/mclinker/include/mcld/LD/ |
Diagnostic.h | 90 void format(const char* pBegin, const char* pEnd, std::string& pOutStr) const; 93 const char* findMatch(char pVal, const char* pBegin, const char* pEnd ) const;
|