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

  /external/icu4c/i18n/
decimfmt.cpp 209 #define kQuote ((UChar)0x0027) /*'\''*/
    [all...]
  /external/chromium/chrome/browser/importer/
firefox2_importer.cc 597 const char kQuote[] = "\"";
599 size_t begin = attribute_list.find(attribute + "=" + kQuote);
603 begin = attribute_list.find(kQuote, begin) + 1;

Completed in 103 milliseconds