OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USTRINGTRIE_MATCHES
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/icu/source/common/unicode/
ustringtrie.h
28
* @see
USTRINGTRIE_MATCHES
73
#define
USTRINGTRIE_MATCHES
(result) ((result)!=USTRINGTRIE_NO_MATCH)
/external/icu/icu4c/source/common/unicode/
ustringtrie.h
28
* @see
USTRINGTRIE_MATCHES
73
#define
USTRINGTRIE_MATCHES
(result) ((result)!=USTRINGTRIE_NO_MATCH)
/external/icu/icu4c/source/i18n/
filteredbrk.cpp
144
if(
USTRINGTRIE_MATCHES
(r)) { // exact match?
154
//if(
USTRINGTRIE_MATCHES
(r)) { // matched - so, now what?
176
if(
USTRINGTRIE_MATCHES
(rfwd)) {
/external/chromium_org/third_party/icu/source/test/intltest/
bytestrietest.cpp
712
if(!
USTRINGTRIE_MATCHES
(result)) {
770
if(!
USTRINGTRIE_MATCHES
(trie.next(expectedString[j]))) {
ucharstrietest.cpp
892
if(!
USTRINGTRIE_MATCHES
(result)) {
[
all
...]
/external/icu/icu4c/source/test/intltest/
bytestrietest.cpp
712
if(!
USTRINGTRIE_MATCHES
(result)) {
770
if(!
USTRINGTRIE_MATCHES
(trie.next(expectedString[j]))) {
ucharstrietest.cpp
892
if(!
USTRINGTRIE_MATCHES
(result)) {
[
all
...]
Completed in 1198 milliseconds