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

1 2

  /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
builtins-gnu-mode.c 11 int rindex; variable
  /external/chromium_org/third_party/icu/source/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...]
  /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 240 bsset->rindex = 0;
278 outerSet->rindex = rtScriptSetsCount++;
286 innerSet->rindex = outerSet->rindex;
303 if (bSet->rindex != (uint32_t)i) {
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status);
359 uint32_t rindex = 2; local
362 if (bSet->rindex < rindex) {
366 U_ASSERT(rindex == bSet->rindex)
    [all...]
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stringold.py 145 def rindex(s, *args): function
146 """rindex(s, sub [,start [,end]]) -> int
151 return _apply(s.rindex, args)
UserString.py 111 def rindex(self, sub, start=0, end=sys.maxint): member in class:UserString
112 return self.data.rindex(sub, start, end)
string.py 331 def rindex(s, *args): function
332 """rindex(s, sub [,start [,end]]) -> int
337 return s.rindex(*args)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stringold.py 145 def rindex(s, *args): function
146 """rindex(s, sub [,start [,end]]) -> int
151 return _apply(s.rindex, args)
UserString.py 111 def rindex(self, sub, start=0, end=sys.maxint): member in class:UserString
112 return self.data.rindex(sub, start, end)
string.py 331 def rindex(s, *args): function
332 """rindex(s, sub [,start [,end]]) -> int
337 return s.rindex(*args)
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 692 the expansion of macros. E.g. #define strrchr rindex, won't error
693 if rindex is poisoned after this directive is issued and later on
875 #undef rindex macro
876 #pragma GCC poison bcopy bzero bcmp rindex
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 692 the expansion of macros. E.g. #define strrchr rindex, won't error
693 if rindex is poisoned after this directive is issued and later on
875 #undef rindex macro
876 #pragma GCC poison bcopy bzero bcmp rindex
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 692 the expansion of macros. E.g. #define strrchr rindex, won't error
693 if rindex is poisoned after this directive is issued and later on
875 #undef rindex macro
876 #pragma GCC poison bcopy bzero bcmp rindex
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 692 the expansion of macros. E.g. #define strrchr rindex, won't error
693 if rindex is poisoned after this directive is issued and later on
875 #undef rindex macro
876 #pragma GCC poison bcopy bzero bcmp rindex
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 1092 milliseconds

1 2