Searched refs:flagStr (Results 1 - 5 of 5) sorted by relevance

/external/skqp/src/core/
H A DSkStringUtils.h16 * Add 'flagStr' to 'string' and set 'needSeparator' to true only if 'flag' is
17 * true. If 'needSeparator' is true append a '|' before 'flagStr'. This method
22 const char* flagStr, bool* needSeparator);
H A DSkStringUtils.cpp11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) { argument
16 string->append(flagStr);
/external/skia/src/core/
H A DSkStringUtils.h16 * Add 'flagStr' to 'string' and set 'needSeparator' to true only if 'flag' is
17 * true. If 'needSeparator' is true append a '|' before 'flagStr'. This method
22 const char* flagStr, bool* needSeparator);
H A DSkStringUtils.cpp12 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) { argument
17 string->append(flagStr);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp4079 UnicodeString flagStr = flagMat->group(3, status); local
4090 if (flagStr.indexOf(UChar_i) != -1) {
4093 if (flagStr.indexOf(UChar_m) != -1) {
4096 if (flagStr.indexOf(UChar_x) != -1) {
4448 UnicodeString flagStr = flagMat->group(3, status); local
4459 if (flagStr.indexOf(UChar_i) != -1) {
4462 if (flagStr.indexOf(UChar_m) != -1) {
4465 if (flagStr.indexOf(UChar_x) != -1) {

Completed in 349 milliseconds