OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:postfx
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/i18n/
nfrs.h
47
UnicodeString
postfx
= UNICODE_STRING_SIMPLE("-
postfx
");
local
49
return ( name.indexOf(prefixpart) == -1 && name.indexOf(postfix) == -1 && name.indexOf(
postfx
) == -1 );
Completed in 92 milliseconds