OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:utfrune
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/re2/util/
utf.h
39
char*
utfrune
(const char*, Rune);
rune.cc
231
utfrune
(const char *s, Rune c)
function in namespace:re2
/external/regex-re2/util/
utf.h
39
char*
utfrune
(const char*, Rune);
rune.cc
231
utfrune
(const char *s, Rune c)
function in namespace:re2
/external/chromium_org/third_party/re2/re2/testing/
string_generator_test.cc
56
EXPECT_TRUE(
utfrune
(alphabet.c_str(), r) != NULL);
/external/regex-re2/re2/testing/
string_generator_test.cc
56
EXPECT_TRUE(
utfrune
(alphabet.c_str(), r) != NULL);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
utf.h
124
//
utfrune
returns a pointer to the first occurrence of rune r in the
129
const char*
utfrune
(const char* s, Rune r);
Completed in 1173 milliseconds