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

  /external/chromium/third_party/icu/source/common/
rbbi.cpp 295 const RuleBasedBreakIterator& that2 = (const RuleBasedBreakIterator&) that; local
297 if (!utext_equals(fText, that2.fText)) {
305 if (that2.fData == fData ||
306 (fData != NULL && that2.fData != NULL && *that2.fData == *fData)) {
    [all...]
  /external/icu4c/common/
rbbi.cpp 297 const RuleBasedBreakIterator& that2 = (const RuleBasedBreakIterator&) that; local
299 if (!utext_equals(fText, that2.fText)) {
307 if (that2.fData == fData ||
308 (fData != NULL && that2.fData != NULL && *that2.fData == *fData)) {
    [all...]

Completed in 22 milliseconds