HomeSort by relevance Sort by last modified time
    Searched full:rindex (Results 1 - 25 of 93) sorted by null

1 2 3 4

  /bionic/libc/arch-x86/string/
strrchr.S 3 #include "rindex.S"
rindex.S 1 /* $OpenBSD: rindex.S,v 1.3 2005/08/07 11:30:38 espie Exp $ */
12 ENTRY(rindex) function
  /external/webkit/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 199 uint rindex = 0; local
204 r[rindex] = *s++;
205 ++rindex;
209 while (s < e && (rindex < uint(resultLength) || !r)) {
224 if (rindex >= uint(resultLength)) {
229 r[rindex] = qstring.at(i).unicode();
230 ++rindex;
234 r[rindex] = *s + prop->lowerCaseDiff;
235 ++rindex;
242 if (rindex < uint(resultLength)
257 int rindex = 0; local
    [all...]
  /external/webkit/WebCore/html/
HTMLTableRowElement.cpp 83 int rIndex = 0;
88 return rIndex;
90 ++rIndex;
99 return rIndex;
101 ++rIndex;
109 return rIndex;
111 ++rIndex;
121 int rIndex = 0;
126 rIndex++;
130 return rIndex;
    [all...]
  /external/webkit/WebCore/xml/
XPathPredicate.cpp 118 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
119 if (compare(stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex])))
152 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex)
153 if (compare(lhs, Value(stringValue(rhsSet[rindex])).toNumber()))
158 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex
    [all...]
  /external/chromium/third_party/icu/source/i18n/
uspoof_buildwsconf.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...]
uspoof_buildwsconf.h 49 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
  /external/icu4c/i18n/
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...]
uspoof_wsconf.h 53 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
  /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
  /bionic/libc/string/
strrchr.c 1 /* $OpenBSD: rindex.c,v 1.6 2005/08/08 08:05:37 espie Exp $ */
  /dalvik/vm/compiler/codegen/arm/Thumb2/
Factory.c 677 int rIndex, int rDest, int scale, OpSize size)
679 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rDest);
699 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
702 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);
729 load = newLIR3(cUnit, opCode, rDest, rBase, rIndex);
731 load = newLIR4(cUnit, opCode, rDest, rBase, rIndex, scale);
741 int rIndex, int rSrc, int scale, OpSize size)
743 bool allLowRegs = LOWREG(rBase) && LOWREG(rIndex) && LOWREG(rSrc);
763 newLIR4(cUnit, kThumb2AddRRR, regPtr, rBase, rIndex,
766 opRegRegReg(cUnit, kOpAdd, regPtr, rBase, rIndex);
    [all...]
  /bionic/libc/include/
strings.h 51 char *rindex(const char *, int);
string.h 48 extern char* rindex(const char *, int);
  /development/ndk/platforms/android-3/include/
strings.h 54 char *rindex(const char *, int);
  /development/ndk/platforms/android-9/include/
strings.h 51 char *rindex(const char *, int);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
strings.h 51 extern char *rindex (__const char *__s, int __c) __THROW __attribute_pure__;
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
strings.h 51 char *rindex(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
strings.h 51 char *rindex(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
strings.h 51 char *rindex(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
strings.h 51 char *rindex(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
strings.h 51 char *rindex(const char *, int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
strings.h 51 char *rindex(const char *, int);

Completed in 489 milliseconds

1 2 3 4