Searched defs:padChar (Results 1 - 8 of 8) sorted by relevance

/external/guava/guava/src/com/google/common/base/
H A DStrings.java81 * {@code string} prepended with as many copies of {@code padChar} as are
94 * @param padChar the character to insert at the beginning of the result until
98 public static String padStart(String string, int minLength, char padChar) { argument
105 sb.append(padChar);
113 * {@code string} appended with as many copies of {@code padChar} as are
126 * @param padChar the character to append to the end of the result until the
130 public static String padEnd(String string, int minLength, char padChar) { argument
138 sb.append(padChar);
/external/chromium_org/third_party/icu/source/common/
H A Dunistr.cpp1427 UChar padChar)
1440 array[start] = padChar;
1449 UChar padChar)
1459 array[length] = padChar;
1426 padLeading(int32_t targetLength, UChar padChar) argument
1448 padTrailing(int32_t targetLength, UChar padChar) argument
/external/icu4c/common/
H A Dunistr.cpp1511 UChar padChar)
1524 array[start] = padChar;
1533 UChar padChar)
1543 array[length] = padChar;
1510 padLeading(int32_t targetLength, UChar padChar) argument
1532 padTrailing(int32_t targetLength, UChar padChar) argument
/external/chromium_org/third_party/icu/source/i18n/
H A Ddecimfmt.cpp2742 void DecimalFormat::setPadCharacter(const UnicodeString &padChar) { argument
2743 if (padChar.length() > 0) {
2744 fPad = padChar.char32At(0);
3743 UChar32 padChar = 0; local
3989 padChar = pattern.char32At(pos);
3990 pos += U16_LENGTH(padChar);
4160 fPad = padChar;
/external/icu4c/i18n/
H A Ddecimfmt.cpp3557 void DecimalFormat::setPadCharacter(const UnicodeString &padChar) { argument
3558 if (padChar.length() > 0) {
3559 fPad = padChar.char32At(0);
4578 UChar32 padChar = 0; local
4824 padChar = pattern.char32At(pos);
4825 pos += U16_LENGTH(padChar);
4995 fPad = padChar;
/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/droiddriver/libs/
H A Dguava-13.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/hash/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1097 milliseconds