/bionic/libc/arch-x86/string/ |
rindex.S | 1 /* $OpenBSD: rindex.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */ 12 ENTRY(rindex) function
|
/external/clang/test/Sema/ |
implicit-builtin-redecl.c | 26 typedef int rindex; typedef
|
knr-def-call.c | 22 char *rindex(); 25 char *rindex(s, c) function
|
/external/icu4c/i18n/ |
uspoof_wsconf.h | 53 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
|
uspoof_wsconf.cpp | 241 bsset->rindex = 0; 279 outerSet->rindex = rtScriptSetsCount++; 287 innerSet->rindex = outerSet->rindex; 304 if (bSet->rindex != (uint32_t)i) { 305 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status); 360 uint32_t rindex = 2; local 363 if (bSet->rindex < rindex) { 367 U_ASSERT(rindex == bSet->rindex) [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/ |
Xos.h | 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all 114 #ifndef rindex 115 #define rindex(s,c) (strrchr((s),(c))) macro 121 #ifndef rindex 122 #define rindex strrchr macro 135 #define rindex strrchr macro 139 #define strrchr rindex
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/ |
Xos.h | 81 * index/rindex and strchr/strrchr, so any systems that don't provide them all 105 #ifndef rindex 106 #define rindex(s,c) (strrchr((s),(c))) macro 112 #ifndef rindex 113 #define rindex strrchr macro 126 #define rindex strrchr macro 130 #define strrchr rindex
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/ |
Xos.h | 90 * index/rindex and strchr/strrchr, so any systems that don't provide them all 114 #ifndef rindex 115 #define rindex(s,c) (strrchr((s),(c))) macro 121 #ifndef rindex 122 #define rindex strrchr macro 135 #define rindex strrchr macro 139 #define strrchr rindex
|
/frameworks/base/tools/localize/ |
XLIFFFile.cpp | 445 int lindex, rindex; local 447 StringResource::ParseTypedID(rhs.id, &rid, &rindex); 449 if (lid == rid && lindex < rindex) return true;
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
system.h | 620 the expansion of macros. E.g. #define strrchr rindex, won't error 621 if rindex is poisoned after this directive is issued and later on 768 #undef rindex macro 769 #pragma GCC poison bcopy bzero bcmp rindex
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
system.h | 620 the expansion of macros. E.g. #define strrchr rindex, won't error 621 if rindex is poisoned after this directive is issued and later on 769 #undef rindex macro 770 #pragma GCC poison bcopy bzero bcmp rindex
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
system.h | 620 the expansion of macros. E.g. #define strrchr rindex, won't error 621 if rindex is poisoned after this directive is issued and later on 769 #undef rindex macro 770 #pragma GCC poison bcopy bzero bcmp rindex
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/ |
UnicodeQt4.h | 167 uint rindex = 0; local 172 r[rindex] = *s++; 173 ++rindex; 177 while (s < e && (rindex < uint(resultLength) || !r)) { 192 if (rindex >= uint(resultLength)) { 197 r[rindex] = qstring.at(i).unicode(); 198 ++rindex; 202 r[rindex] = *s + prop->lowerCaseDiff; 203 ++rindex; 210 if (rindex < uint(resultLength) 225 int rindex = 0; local [all...] |