HomeSort by relevance Sort by last modified time
    Searched refs:flagStr (Results 1 - 3 of 3) sorted by null

  /external/skia/src/core/
SkStringUtils.h 16 * 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);
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 107 milliseconds