Searched refs:needSeparator (Results 1 - 13 of 13) sorted by relevance

/external/skia/src/core/
H A DSkStringUtils.h14 * 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);
H A DSkStringUtils.cpp11 void SkAddFlagToString(SkString* string, bool flag, const char* flagStr, bool* needSeparator) { argument
13 if (*needSeparator) {
17 *needSeparator = true;
H A DSkPaint.cpp2229 bool needSeparator = false; local
2230 SkAddFlagToString(str, this->isAntiAlias(), "AntiAlias", &needSeparator);
2231 SkAddFlagToString(str, this->isDither(), "Dither", &needSeparator);
2232 SkAddFlagToString(str, this->isUnderlineText(), "UnderlineText", &needSeparator);
2233 SkAddFlagToString(str, this->isStrikeThruText(), "StrikeThruText", &needSeparator);
2234 SkAddFlagToString(str, this->isFakeBoldText(), "FakeBoldText", &needSeparator);
2235 SkAddFlagToString(str, this->isLinearText(), "LinearText", &needSeparator);
2236 SkAddFlagToString(str, this->isSubpixelText(), "SubpixelText", &needSeparator);
2237 SkAddFlagToString(str, this->isDevKernText(), "DevKernText", &needSeparator);
2238 SkAddFlagToString(str, this->isLCDRenderText(), "LCDRenderText", &needSeparator);
[all...]
/external/skia/src/effects/
H A DSkLayerDrawLooper.cpp248 bool needSeparator = false; local
250 &needSeparator);
252 &needSeparator);
254 &needSeparator);
256 &needSeparator);
258 &needSeparator);
260 &needSeparator);
262 &needSeparator);
H A DSkBlurMaskFilter.cpp1297 bool needSeparator = false; local
1300 "IgnoreXform", &needSeparator);
1303 "HighQuality", &needSeparator);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DLocaleIDParser.java396 boolean needSeparator = true;
411 needSeparator = true; // add another underscore if we have more text
418 if (needSeparator) {
419 needSeparator = false;
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
H A DLocaleIDParser.java394 boolean needSeparator = true;
409 needSeparator = true; // add another underscore if we have more text
416 if (needSeparator) {
417 needSeparator = false;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DLocaleIDParser.java394 boolean needSeparator = true;
409 needSeparator = true; // add another underscore if we have more text
416 if (needSeparator) {
417 needSeparator = false;
/external/icu/icu4c/source/common/
H A Duloc.cpp1352 * @param needSeparator if true, then add leading '_' if any variants
1359 UBool needSeparator) {
1366 if (needSeparator) {
1371 needSeparator = FALSE;
1394 if (needSeparator) {
1399 needSeparator = FALSE;
1356 _getVariantEx(const char *localeID, char prev, char *variant, int32_t variantCapacity, UBool needSeparator) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 359 milliseconds