OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_matchFromSet
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ustring.c
464
_matchFromSet
(const UChar *string, const UChar *matchSet, UBool polarity) {
539
int32_t idx =
_matchFromSet
(string, matchSet, TRUE);
551
int32_t idx =
_matchFromSet
(string, matchSet, TRUE);
563
int32_t idx =
_matchFromSet
(string, matchSet, FALSE);
[
all
...]
/external/icu4c/common/
ustring.cpp
465
_matchFromSet
(const UChar *string, const UChar *matchSet, UBool polarity) {
540
int32_t idx =
_matchFromSet
(string, matchSet, TRUE);
552
int32_t idx =
_matchFromSet
(string, matchSet, TRUE);
564
int32_t idx =
_matchFromSet
(string, matchSet, FALSE);
[
all
...]
Completed in 60 milliseconds