Searched refs:padChar (Results 1 - 14 of 14) sorted by relevance

/macosx-10.10/tcl-105/tcl_ext/trf/trf/generic/
H A Dutil.c209 TrfReverseEncoding (buf, length, reverseMap, padChar, hasPadding)
213 unsigned int padChar;
231 (i >= 0) && (padChar == buf [i]);
H A DtransformInt.h291 unsigned int padChar,
/macosx-10.10/CommonCrypto-60061/test/CommonNumerics/
H A DCommonBaseEncoding.c105 const uint8_t padChar, char *input, char *expected)
110 retval = CNEncoderCreateCustom(name, baseNum, charMap, padChar, kCNEncode, &encoder);
114 retval = CNEncoderCreateCustom(name, baseNum, charMap, padChar, kCNDecode, &decoder);
/macosx-10.10/CommonCrypto-60061/include/
H A DCommonBaseXX.h133 const char padChar,
/macosx-10.10/Security-57031.1.35/certificates/ota_cert_tool/ios_ota_cert_tool/
H A DCommonBaseXX.h133 const char padChar,
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ddecimalformatpattern.cpp196 UChar32 padChar = 0; local
442 padChar = pattern.char32At(pos);
443 pos += U16_LENGTH(padChar);
600 out.fPad = padChar;
H A Ddecimfmt.cpp3948 void DecimalFormat::setPadCharacter(const UnicodeString &padChar) {
3949 if (padChar.length() > 0) {
3950 fPad = padChar.char32At(0);
/macosx-10.10/tcl-105/tcl84/tcl/generic/
H A DtclCmdAH.c2387 char padChar = (gotZero ? '0' : ' ');
2391 *ptr = padChar;
2396 *ptr = padChar;
2403 char padChar = (gotZero ? '0' : ' ');
2415 *ptr++ = padChar;
2426 *ptr++ = padChar;
2368 char padChar = (gotZero ? '0' : ' '); local
2384 char padChar = (gotZero ? '0' : ' '); local
/macosx-10.10/CommonCrypto-60061/libcn/
H A DCommonBaseXX.c319 const char padChar,
345 customEncoder->padding = padChar;
315 CNEncoderCreateCustom( const void *name, const uint8_t baseNum, const void *charMap, const char padChar, CNEncodingDirection direction, CNEncoderRef *encoderRef) argument
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dunistr.cpp1545 UChar padChar)
1558 array[start] = padChar;
1567 UChar padChar)
1577 array[length] = padChar;
1544 padLeading(int32_t targetLength, UChar padChar) argument
1566 padTrailing(int32_t targetLength, UChar padChar) argument
/macosx-10.10/ICU-531.30/icuSources/i18n/unicode/
H A Ddecimfmt.h328 * padSpec := '*' padChar
329 * padChar := '\\u0000'..'\\uFFFD' - quote
1423 * @param padChar a string containing the pad charcter. If the string
1425 * padChar.char32At(0) will be used as the pad character.
1433 virtual void setPadCharacter(const UnicodeString &padChar);
/macosx-10.10/ICU-531.30/icuSources/common/unicode/
H A Dunistr.h2504 * Pad the start of this UnicodeString with the character <TT>padChar</TT>.
2506 * length() - targetLength copies of padChar will be added to the
2509 * @param padChar the character to use for padding. Defaults to
2515 UChar padChar = 0x0020);
2518 * Pad the end of this UnicodeString with the character <TT>padChar</TT>.
2520 * length() - targetLength copies of padChar will be added to the
2523 * @param padChar the character to use for padding. Defaults to
2529 UChar padChar = 0x0020);
/macosx-10.10/WTF-7600.1.24/icu/unicode/
H A Dunistr.h2442 * Pad the start of this UnicodeString with the character <TT>padChar</TT>.
2444 * length() - targetLength copies of padChar will be added to the
2447 * @param padChar the character to use for padding. Defaults to
2453 UChar padChar = 0x0020);
2456 * Pad the end of this UnicodeString with the character <TT>padChar</TT>.
2458 * length() - targetLength copies of padChar will be added to the
2461 * @param padChar the character to use for padding. Defaults to
2467 UChar padChar = 0x0020);
/macosx-10.10/WebCore-7600.1.25/icu/unicode/
H A Dunistr.h2442 * Pad the start of this UnicodeString with the character <TT>padChar</TT>.
2444 * length() - targetLength copies of padChar will be added to the
2447 * @param padChar the character to use for padding. Defaults to
2453 UChar padChar = 0x0020);
2456 * Pad the end of this UnicodeString with the character <TT>padChar</TT>.
2458 * length() - targetLength copies of padChar will be added to the
2461 * @param padChar the character to use for padding. Defaults to
2467 UChar padChar = 0x0020);

Completed in 245 milliseconds