Home
last modified time | relevance | path

Searched refs:rindex (Results 1 – 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXPathPredicate.cpp128 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex) { in compare() local
129 if (compare(context, stringValue(lhsSet[lindex]), stringValue(rhsSet[rindex]))) in compare()
173 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex) { in compare() local
174 if (compare(context, lhs, Value(stringValue(rhsSet[rindex])).toNumber())) in compare()
180 for (unsigned rindex = 0; rindex < rhsSet.size(); ++rindex) { in compare() local
181 if (compare(context, lhs, stringValue(rhsSet[rindex]))) in compare()
/external/icu/icu4c/source/i18n/
Duspoof_wsconf.cpp240 bsset->rindex = 0; in buildWSConfusableData()
278 outerSet->rindex = rtScriptSetsCount++; in buildWSConfusableData()
286 innerSet->rindex = outerSet->rindex; in buildWSConfusableData()
303 if (bSet->rindex != (uint32_t)i) { in buildWSConfusableData()
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status); in buildWSConfusableData()
359 uint32_t rindex = 2; in buildWSConfusableData() local
362 if (bSet->rindex < rindex) { in buildWSConfusableData()
366 U_ASSERT(rindex == bSet->rindex); in buildWSConfusableData()
367 rtScriptSets[rindex] = *bSet->sset; // Assignment of a ScriptSet just copies the bits. in buildWSConfusableData()
368 rindex++; in buildWSConfusableData()
[all …]
Duspoof_wsconf.h53 uint32_t rindex; // Index of this set in the final (runtime) variable
/external/chromium_org/third_party/icu/source/i18n/
Duspoof_wsconf.cpp240 bsset->rindex = 0; in buildWSConfusableData()
278 outerSet->rindex = rtScriptSetsCount++; in buildWSConfusableData()
286 innerSet->rindex = outerSet->rindex; in buildWSConfusableData()
303 if (bSet->rindex != (uint32_t)i) { in buildWSConfusableData()
304 utrie2_set32(bSet->trie, bSet->codePoint, bSet->rindex, &status); in buildWSConfusableData()
359 uint32_t rindex = 2; in buildWSConfusableData() local
362 if (bSet->rindex < rindex) { in buildWSConfusableData()
366 U_ASSERT(rindex == bSet->rindex); in buildWSConfusableData()
367 rtScriptSets[rindex] = *bSet->sset; // Assignment of a ScriptSet just copies the bits. in buildWSConfusableData()
368 rindex++; in buildWSConfusableData()
[all …]
Duspoof_wsconf.h53 uint32_t rindex; // Index of this set in the final (runtime) variable
/external/clang/test/Preprocessor/
Dpragma_poison.c3 #pragma GCC poison rindex
4 rindex(some_string, 'h'); // expected-error {{attempt to use a poisoned identifier}}
/external/clang/test/Sema/
Dknr-def-call.c22 char *rindex(); in f4()
25 char *rindex(s, c) in rindex() function
Dimplicit-builtin-redecl.c26 typedef int rindex; typedef
Dbuiltins-gnu-mode.c11 int rindex; variable
/external/valgrind/main/memcheck/tests/
Dstrchr.stderr.exp210 at 0x........: rindex (vg_replace_strmem.c:...)
14 at 0x........: rindex (vg_replace_strmem.c:...)
Dstrchr.stderr.exp10 at 0x........: rindex (vg_replace_strmem.c:...)
Dstr_tester.c635 check (rindex ("abcd", 'z') == NULL, 1); /* Not found. */ in test_rindex()
637 check (rindex (one, 'c') == one+2, 2); /* Basic test. */ in test_rindex()
638 check (rindex (one, 'd') == one+3, 3); /* End of string. */ in test_rindex()
639 check (rindex (one, 'a') == one, 4); /* Beginning. */ in test_rindex()
640 check (rindex (one, '\0') == one+4, 5); /* Finding NUL. */ in test_rindex()
642 check (rindex (one, 'b') == one+3, 6); /* Finding last. */ in test_rindex()
644 check (rindex (one, 'b') == NULL, 7); /* Empty string. */ in test_rindex()
645 check (rindex (one, '\0') == one, 8); /* NUL in empty string. */ in test_rindex()
/external/oprofile/opjitconv/
Dopjitconv.c262 char const * dumpfilename = rindex(dmp_pathname, '/'); in process_jit_dumpfile()
287 char const * dot_dump = rindex(++dumpfilename, '.'); in process_jit_dumpfile()
320 char * anon_path_seg = rindex(anon_dir, '/'); in process_jit_dumpfile()
420 char * fname = rindex(dirname, '/'); in get_procid_from_dirname()
/external/valgrind/main/exp-sgcheck/
Dh_intercepts.c64 STRRCHR(VG_Z_LIBC_SONAME, rindex)
67 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex)
70 STRRCHR(VG_Z_DYLD, rindex)
/external/chromium_org/media/tools/layout_tests/
Dtest_expectations_history.py67 te_location_dir = te_location[0:te_location.rindex('/')]
/external/chromium-trace/trace-viewer/build/
Dgenerate_standalone_timeline_view.py74 ext = filename[filename.rindex('.') + 1:]
/external/chromium_org/third_party/libjpeg_turbo/
Dtjbench.c208 int rindex=index2+tjRedOffset[pf]; in decomptest() local
211 int y=(int)((double)srcbuf[rindex]*0.299 in decomptest()
215 dstbuf[rindex]=abs(dstbuf[rindex]-y); in decomptest()
/external/libmtp/examples/
Dpathutils.c138 ptype = rindex(filename,'.'); in find_filetype()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
Dkernel_proxy.cc1265 for (size_t rindex = 0; rindex < requests.size(); rindex++) { in poll() local
1266 EventRequest* request = &requests[rindex]; in poll()
/external/chromium_org/third_party/markdown/
D__init__.py337 end = output.rindex('</%s>'%self.doc_tag)
/external/qemu/distrib/sdl-1.2.15/
Dandroid-configure.sh363 sdl_check_funcs strdup _strrev _strupr _strlwr index rindex strchr strrchr itoa _ltoa
/external/qemu-pc-bios/bochs/
Dltdlconf.h.in50 /* Define if you have the rindex function. */
/external/chromium_org/third_party/simplejson/
Ddecoder.py63 colno = pos - doc.rindex('\n', 0, pos)
/external/markdown/markdown/
D__init__.py404 end = output.rindex('</%s>'%DOC_TAG)
/external/chromium_org/tools/real_world_impact/
Dreal_world_impact.py294 end = result.rindex(PNG_END) + 8

12