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

  /external/clang/test/Sema/
implicit-builtin-redecl.c 26 typedef int rindex; typedef
builtins-gnu-mode.c 11 int rindex; variable
knr-def-call.c 22 char *rindex();
25 char *rindex(s, c) function
  /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 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...]
  /external/icu/icu4c/source/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/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xos.h 51 * index/rindex and strchr/strrchr, so any systems that don't provide them all
69 # ifndef rindex
70 # define rindex(s,c) (strrchr((s),(c))) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xos.h 51 * index/rindex and strchr/strrchr, so any systems that don't provide them all
69 # ifndef rindex
70 # define rindex(s,c) (strrchr((s),(c))) macro
  /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)
  /external/chromium_org/third_party/libjpeg_turbo/
tjbench.c 208 int rindex=index2+tjRedOffset[pf]; local
211 int y=(int)((double)srcbuf[rindex]*0.299
215 dstbuf[rindex]=abs(dstbuf[rindex]-y);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 741 the expansion of macros. E.g. #define strrchr rindex, won't error
742 if rindex is poisoned after this directive is issued and later on
960 #undef rindex macro
961 #pragma GCC poison bcopy bzero bcmp rindex
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.forms_3.5.2.r36_v20100702.jar 
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 

Completed in 995 milliseconds