OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tempSubString
(Results
1 - 25
of
30
) sorted by null
1
2
/external/icu4c/i18n/
dcfmtsym.cpp
221
setSymbol(kZeroDigitSymbol, digitString.
tempSubString
(0, 1), FALSE);
222
setSymbol(kOneDigitSymbol, digitString.
tempSubString
(1, 1), FALSE);
223
setSymbol(kTwoDigitSymbol, digitString.
tempSubString
(2, 1), FALSE);
224
setSymbol(kThreeDigitSymbol, digitString.
tempSubString
(3, 1), FALSE);
225
setSymbol(kFourDigitSymbol, digitString.
tempSubString
(4, 1), FALSE);
226
setSymbol(kFiveDigitSymbol, digitString.
tempSubString
(5, 1), FALSE);
227
setSymbol(kSixDigitSymbol, digitString.
tempSubString
(6, 1), FALSE);
228
setSymbol(kSevenDigitSymbol, digitString.
tempSubString
(7, 1), FALSE);
229
setSymbol(kEightDigitSymbol, digitString.
tempSubString
(8, 1), FALSE);
230
setSymbol(kNineDigitSymbol, digitString.
tempSubString
(9, 1), FALSE)
[
all
...]
tzfmt.cpp
[
all
...]
compactdecimalformat.cpp
783
unit->prefix = formatStr.
tempSubString
(0, firstIdx);
786
unit->suffix = formatStr.
tempSubString
(lastIdx + 1);
msgfmt.cpp
197
append(s.
tempSubString
(start, length));
[
all
...]
numfmt.cpp
[
all
...]
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
unicodestring.h
98
UnicodeString
tempSubString
(
unicodestring.cc
86
UnicodeString UnicodeString::
tempSubString
(int start, int length) const {
asyoutypeformatter.cc
663
accrued_input_without_formatting_.
tempSubString
(start_of_country_code)
667
accrued_input_without_formatting_.
tempSubString
(0, start_of_country_code)
731
.
tempSubString
(last_match_position_).indexOf(placeholder_codepoint);
738
formatting_template_.
tempSubString
(0, last_match_position_ + 1)
760
s.
tempSubString
(0, pos).toUTF8String(substring);