HomeSort by relevance Sort by last modified time
    Searched defs:CharRange (Results 1 - 4 of 4) sorted by null

  /frameworks/av/media/libmedia/
autodetect.cpp 19 struct CharRange {
27 static const CharRange kShiftJISRanges[] = {
133 static const CharRange kGBKRanges[] = {
398 static const CharRange kEUCKRRanges[] = {
672 static const CharRange kBig5Ranges[] = {
849 static bool charMatchesEncoding(int ch, const CharRange* encodingRanges, int rangeCount) {
856 const CharRange* range = &encodingRanges[i];
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_gtk.h 55 // Modeled like the Windows CHARRANGE. Represent a pair of cursor position
58 struct CharRange {
59 CharRange() : cp_min(0), cp_max(0) { }
60 CharRange(int n, int x) : cp_min(n), cp_max(x) { }
309 CharRange GetSelection() const;
312 void ItersFromCharRange(const CharRange& range,
337 const CharRange& range);
340 void SetSelectedRange(const CharRange& range);
421 CharRange saved_temporary_selection_;
425 CharRange sel_before_change_
    [all...]
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 64 struct CharRange {
67 CharRange(CharSourceRange range, SourceManager &srcMgr, Preprocessor &PP) {
80 RangeComparison compareWith(const CharRange &RHS) const {
99 return CharRange(CharSourceRange::getTokenRange(LHS), SrcMgr, PP)
100 .compareWith(CharRange(CharSourceRange::getTokenRange(RHS),
111 std::list<CharRange> Removals;
115 std::vector<std::pair<CharRange, SourceLocation> > IndentationRanges;
464 RangeComparison comp = CharRange::compare(replacementRange, range,
494 std::make_pair(CharRange(CharSourceRange::getTokenRange(range),
507 for (std::list<CharRange>::reverse_iterato
    [all...]
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.jar 

Completed in 188 milliseconds