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

  /external/chromium_org/third_party/icu/source/i18n/
reldtfmt.cpp 211 UBool matchedRelative = FALSE;
212 for (int n=0; n < fDatesLen && !matchedRelative; n++) {
217 matchedRelative = TRUE;
231 if (!matchedRelative) {
  /external/icu/icu4c/source/i18n/
reldtfmt.cpp 251 UBool matchedRelative = FALSE;
252 for (int n=0; n < fDatesLen && !matchedRelative; n++) {
257 matchedRelative = TRUE;
271 if (!matchedRelative) {

Completed in 438 milliseconds