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

  /external/chromium/app/sql/
statement.cc 209 int Statement::ColumnByteLength(int col) const {
232 size_t len = ColumnByteLength(col);
  /external/chromium_org/sql/
statement.cc 233 int Statement::ColumnByteLength(int col) const {
252 size_t len = ColumnByteLength(col);
266 size_t len = ColumnByteLength(col) / sizeof(char16);

Completed in 781 milliseconds