OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:u_strrchr
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
ustring.cpp
303
* search forward and find all matches like in
u_strrchr
() and similar.
323
return length<0 ?
u_strrchr
(s, cs) : u_memrchr(s, cs, length);
372
u_strrchr
(const UChar *s, UChar c) {
function
397
return
u_strrchr
(s, (UChar)c);
[
all
...]
/external/icu/icu4c/source/common/unicode/
urename.h
383
#define
u_strrchr
U_ICU_ENTRY_POINT_RENAME(
u_strrchr
)
macro
[
all
...]
Completed in 165 milliseconds