HomeSort by relevance Sort by last modified time
    Searched refs:gf (Results 1 - 8 of 8) sorted by null

  /bionic/libc/regex/
engine.c 136 const sopno gf = g->firststate+1; /* +1 for OEND */ local
181 endp = fast(m, start, stop, gf, gl);
195 endp = slow(m, m->coldp, stop, gf, gl);
216 dp = dissect(m, m->coldp, endp, gf, gl);
227 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
239 endp = slow(m, m->coldp, endp-1, gf, gl);
250 dp = backref(m, m->coldp, endp, gf, gl, (sopno)0, 0);
  /external/chromium/third_party/icu/source/test/cintltst/
custrtst.c 503 gf[] = { 0x67, 0x66, 0 }; local
525 if (u_strpbrk(testString, gf) != NULL) {
526 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
552 if (u_strpbrk(testSurrogateString, gf) != NULL) {
553 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
591 if (u_strcspn(testString, gf) != u_strlen(testString)) {
592 log_err("u_strcspn didn't return NULL for \"gf\".\n");
615 if (u_strcspn(testSurrogateString, gf) != u_strlen(testSurrogateString)) {
616 log_err("u_strcspn didn't return NULL for \"gf\".\n");
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 503 gf[] = { 0x67, 0x66, 0 }; local
525 if (u_strpbrk(testString, gf) != NULL) {
526 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
552 if (u_strpbrk(testSurrogateString, gf) != NULL) {
553 log_err("u_strpbrk didn't return NULL for \"gf\".\n");
591 if (u_strcspn(testString, gf) != u_strlen(testString)) {
592 log_err("u_strcspn didn't return NULL for \"gf\".\n");
615 if (u_strcspn(testSurrogateString, gf) != u_strlen(testSurrogateString)) {
616 log_err("u_strcspn didn't return NULL for \"gf\".\n");
    [all...]
  /external/v8/benchmarks/
regexp.js     [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-regexp.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium/net/base/
effective_tld_names.cc     [all...]

Completed in 142 milliseconds