OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flagStr
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/core/
SkStringUtils.h
14
* Add '
flagStr
' to 'string' and set 'needSeparator' to true only if 'flag' is
15
* true. If 'needSeparator' is true append a '|' before '
flagStr
'. This method
20
const char*
flagStr
, bool* needSeparator);
SkStringUtils.cpp
11
void SkAddFlagToString(SkString* string, bool flag, const char*
flagStr
, bool* needSeparator) {
16
string->append(
flagStr
);
/external/icu/icu4c/source/test/intltest/
regextst.cpp
[
all
...]
Completed in 371 milliseconds