Searched refs:mFirstLower (Results 1 – 2 of 2) sorted by relevance
150 const UChar* mFirstLower; member
1904 s->mFirstLower = chars; in FindPartialAddress()1912 } else if (s->mFirstLower != NULL) { in FindPartialAddress()1915 size_t length = chars - s->mFirstLower; in FindPartialAddress()1918 if (length == 3 && strCharCmp("and" "the", s->mFirstLower, 3, 2) == false) in FindPartialAddress()1920 … if (length == 2 && strCharCmp("at" "by" "el" "in" "of", s->mFirstLower, 2, 5) == false) in FindPartialAddress()2272 s->mFirstLower = NULL; in FindPartialAddress()