HomeSort by relevance Sort by last modified time
    Searched refs:collate (Results 76 - 100 of 128) sorted by null

1 2 34 5 6

  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 146 class collate;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
localefwd.h 146 class collate;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
localefwd.h 146 class collate;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 154 class collate;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 154 class collate;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
localefwd.h 154 class collate;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
localefwd.h 154 class collate;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
localefwd.h 152 class collate;
  /external/stlport/
Android.mk 14 src/collate.cpp \
  /external/stlport/src/
locale_impl.cpp 356 this->insert(i2, collate<char>::id);
358 this->insert(i2, collate<wchar_t>::id);
398 this->insert(col, collate<char>::id);
400 if (wcol) this->insert(wcol, collate<wchar_t>::id);
632 new collate<char>(1),
646 new collate<wchar_t>(1),
677 locale::id collate<char>::id = { 1 };
686 locale::id collate<wchar_t>::id = { 14 };
  /ndk/sources/cxx-stl/stlport/src/
locale_impl.cpp 356 this->insert(i2, collate<char>::id);
358 this->insert(i2, collate<wchar_t>::id);
398 this->insert(col, collate<char>::id);
400 if (wcol) this->insert(wcol, collate<wchar_t>::id);
632 new collate<char>(1),
646 new collate<wchar_t>(1),
677 locale::id collate<char>::id = { 1 };
686 locale::id collate<wchar_t>::id = { 14 };
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLTUnicodeSort.cpp 170 tst = collator.collate(string1.data(), string1.size(), string2.data(), string2.size());
227 tst = collator.collate(string1.data(), string1.size(), string2.data(), string2.size());
  /external/chromium_org/third_party/sqlite/src/test/
collate6.test 30 db collate NOCASE nocase_collate
43 CREATE TABLE collate6tab(a COLLATE NOCASE, b COLLATE BINARY);
115 CREATE TABLE abc(a COLLATE binary, b, c);
118 INSERT INTO def SELECT * FROM abc WHERE a < new.a COLLATE nocase;
133 INSERT INTO def SELECT * FROM abc WHERE a < new.a COLLATE nocase;
143 SELECT 1 FROM sqlite_master WHERE name COLLATE nocase = 'hello';
148 SELECT 1 FROM sqlite_master WHERE 'hello' = name COLLATE nocase;
collate9.test 24 db collate "reverse sort" reverse_sort
51 CREATE TABLE xy(x COLLATE "reverse sort", y COLLATE binary);
95 SELECT y, y COLLATE "reverse sort" < 'seven' FROM xy ORDER BY x
105 SELECT y FROM xy ORDER BY y COLLATE "reverse sort"
110 SELECT y COLLATE "reverse sort" AS aaa FROM xy ORDER BY aaa
116 CREATE INDEX xy_i2 ON xy(y COLLATE "reverse sort");
126 SELECT y FROM xy ORDER BY y COLLATE "reverse sort"
136 SELECT y COLLATE "reverse sort" AS aaa FROM xy ORDER BY aaa
173 SELECT x FROM xy ORDER BY x COLLATE "reverse sort
    [all...]
collate1.test 23 # collate1-1.* - Single-field ORDER BY with an explicit COLLATE clause.
24 # collate1-2.* - Multi-field ORDER BY with an explicit COLLATE clause.
26 # explict collate type overrides a default collate type.
36 db collate HEX hex_collate
58 db collate numeric numeric_collate
79 SELECT c2 FROM collate1t1 ORDER BY 1 COLLATE hex;
84 SELECT c2 FROM collate1t1 ORDER BY 1 COLLATE hex DESC;
89 SELECT c2 FROM collate1t1 ORDER BY 1 COLLATE hex ASC;
94 SELECT c2 COLLATE hex FROM collate1t1 ORDER BY
    [all...]
  /external/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 _STLP_STATIC_CONSTANT(category, collate = 0x010);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_locale.h 109 _STLP_STATIC_CONSTANT(category, collate = 0x010);
115 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_locale.h 111 _STLP_STATIC_CONSTANT(category, collate = 0x010);
117 _STLP_STATIC_CONSTANT(category, all = collate | ctype | monetary | numeric | time | messages);
  /external/chromium/chrome/browser/resources/
print_preview.js 110 * button and collate checkbox. If the specified value is invalid, displays an
215 * Checks whether the preview collate setting value is set or not.
217 * @return {boolean} true if collate setting is enabled and checked.
220 var collateField = $('collate');
266 'collate': isCollated(),
425 $('collate-option').hidden = getCopies() <= 1;
  /external/chromium_org/printing/
printing_context_win.cc 315 bool collate; local
325 !job_settings.GetBoolean(kSettingCollate, &collate) ||
403 if (dev_mode->dmCopies > 1) // do not change collate unless multiple copies
404 dev_mode->dmCollate = collate ? DMCOLLATE_TRUE : DMCOLLATE_FALSE;
  /ndk/sources/cxx-stl/stlport/
Android.mk 30 src/collate.cpp \

Completed in 618 milliseconds

1 2 34 5 6