HomeSort by relevance Sort by last modified time
    Searched refs:U_MATCH (Results 1 - 7 of 7) sorted by null

  /external/icu4c/common/
unifilt.cpp 47 return U_MATCH;
58 return U_MATCH;
uniset.cpp 633 return incremental ? U_PARTIAL_MATCH : U_MATCH;
663 // return U_MATCH; // null-string always matches
702 return U_MATCH;
    [all...]
  /external/icu4c/common/unicode/
unimatch.h 60 U_MATCH
  /external/icu4c/i18n/
quant.cpp 69 if (m == U_MATCH) {
86 return U_MATCH;
rbt_rule.cpp 339 * and return U_MATCH. Otherwise both text and pos are unchanged.
346 * <code>U_PARTIAL_MATCH</code>, or <code>U_MATCH</code>. If
393 if (match != U_MATCH) {
412 if (match != U_MATCH) {
429 if (match != U_MATCH) {
459 return U_MATCH;
strmatch.cpp 104 if (m != U_MATCH) {
138 if (m != U_MATCH) {
149 return U_MATCH;
rbt_set.cpp 408 case U_MATCH:

Completed in 53 milliseconds