[−][src]Module places::match_impl
Structs
| AutocompleteMatch | |
| SearchBehavior |
Enums
| MatchBehavior |
Constants
| MAX_CHARS_TO_SEARCH_THROUGH |
Functions
| char_to_lower_single | This performs single-codepoint case folding. It will do the wrong thing for characters which have lowercase equivalents with multiple characters. |
| dubious_to_ascii_lower | Convert |
| find_anywhere | |
| find_beginning | |
| find_beginning_case_sensitive | |
| find_in_string | |
| find_on_boundary | |
| is_ascii_lower_alpha | |
| is_on_boundary | port of isOnBoundary from gecko places. |
| next_codepoint_lower | Read the next codepoint out of |
| next_search_candidate | A port of nextSearchCandidate in the desktop places's SQLFunctions.cpp: |
| string_match | Returns true if |