Searched defs:formatName (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/animator/
H A DSkDrawBitmap.cpp83 const char* formatName; local
85 case 0: formatName = "none"; break;
86 case 1: formatName = "A1"; break;
87 case 2: formatName = "A8"; break;
88 case 3: formatName = "Index8"; break;
89 case 4: formatName = "RGB16"; break;
90 case 5: formatName = "RGB32"; break;
92 SkDebugf("format=\"%s\" />\n", formatName);
/external/chromium/third_party/icu/source/i18n/
H A Dmsgfmt.cpp924 // Do nothing if there is no match of formatName.
926 MessageFormat::adoptFormat(const UnicodeString& formatName, argument
930 int32_t argumentNumber = stou(formatName);
939 if (formatName==*subformats[i].argName) {
972 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { argument
977 int32_t argumentNumber = stou(formatName);
991 if (formatName==*subformats[i].argName)
1003 MessageFormat::setFormat(const UnicodeString& formatName, argument
1011 if (formatName==*subformats[i].argName)
/external/icu4c/i18n/
H A Dmsgfmt.cpp938 // Do nothing if there is no match of formatName.
940 MessageFormat::adoptFormat(const UnicodeString& formatName, argument
944 int32_t argumentNumber = stou(formatName);
953 if (formatName==*subformats[i].argName) {
986 MessageFormat::getFormat(const UnicodeString& formatName, UErrorCode& status) { argument
991 int32_t argumentNumber = stou(formatName);
1005 if (formatName==*subformats[i].argName)
1017 MessageFormat::setFormat(const UnicodeString& formatName, argument
1025 if (formatName==*subformats[i].argName)

Completed in 185 milliseconds