OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fOneLF
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.h
239
UnicodeString
fOneLF
;
xmlparser.cpp
147
fOneLF
((UChar)0x0a) // Plain new-line string, used in new line normalization.
511
attValue = mNewLineNormalizer.replaceAll(
fOneLF
, status);
569
result = mNewLineNormalizer.replaceAll(
fOneLF
, status);
/external/icu4c/tools/toolutil/
xmlparser.h
239
UnicodeString
fOneLF
;
xmlparser.cpp
147
fOneLF
((UChar)0x0a) // Plain new-line string, used in new line normalization.
511
attValue = mNewLineNormalizer.replaceAll(
fOneLF
, status);
569
result = mNewLineNormalizer.replaceAll(
fOneLF
, status);
Completed in 26 milliseconds