OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kQuote
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
decimfmt.cpp
212
#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 959 milliseconds