HomeSort by relevance Sort by last modified time
    Searched defs:rindex (Results 1 - 11 of 11) sorted by null

  /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
  /device/samsung/crespo/alsa-utils/android/
aconfig.h 4 #define rindex strrchr macro
  /external/chromium/third_party/icu/source/i18n/
uspoof_buildwsconf.h 49 uint32_t rindex; // Index of this set in the final (runtime) member in class:BuilderScriptSet
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...]
  /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-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
  /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...]

Completed in 505 milliseconds