OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kQuote
(Results
1 - 4
of
4
) sorted by null
/external/icu/icu4c/source/i18n/
decimalformatpattern.cpp
35
#define
kQuote
((UChar)0x0027) /*'\''*/
358
affix->append(
kQuote
); // Encode currency
377
} else if (ch ==
kQuote
) {
381
U_ASSERT(U16_LENGTH(
kQuote
) == 1);
383
if (pos < pattern.length() && pattern[pos] ==
kQuote
) {
384
affix->append(
kQuote
); // Encode quote
413
affix->append(
kQuote
); // Encode percent/perMill
427
affix->append(
kQuote
); // Encode percent/perMill
446
affix->append(
kQuote
); // Encode minus
451
affix->append(
kQuote
); // Encode plu
[
all
...]
decimfmt.cpp
259
#define
kQuote
((UChar)0x0027) /*'\''*/
[
all
...]
/external/chromium_org/chrome/utility/importer/
bookmark_html_reader.cc
29
const char
kQuote
[] = "\"";
31
size_t begin = attribute_list.find(attribute + "=" +
kQuote
);
/external/chromium_org/third_party/icu/source/i18n/
decimfmt.cpp
259
#define
kQuote
((UChar)0x0027) /*'\''*/
[
all
...]
Completed in 232 milliseconds