/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);
|
regexp_adapter_icu.cc | 76 return UnicodeStringToUtf8String(utf8_input_.tempSubString(position_));
|
/external/chromium_org/third_party/icu/source/common/ |
filterednormalizer2.cpp | 124 UnicodeString prefix(second.tempSubString(0, prefixLimit)); 143 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX));
|
unormcmp.cpp | 556 UnicodeString unnormalized=str.tempSubString(spanQCYes);
|
ucharstriebuilder.cpp | 42 return strings.tempSubString(stringOffset+1, length);
|
uts46.cpp | 543 uts46Norm2.normalizeSecondAndAppend(dest, src.tempSubString(mappingStart), errorCode); 654 uts46Norm2.normalize(dest.tempSubString(labelStart), normalized, errorCode); [all...] |
/external/icu/icu4c/source/common/ |
filterednormalizer2.cpp | 124 UnicodeString prefix(second.tempSubString(0, prefixLimit)); 143 UnicodeString rest(second.tempSubString(prefixLimit, INT32_MAX));
|
unormcmp.cpp | 556 UnicodeString unnormalized=str.tempSubString(spanQCYes);
|
ucharstriebuilder.cpp | 42 return strings.tempSubString(stringOffset+1, length);
|
/external/chromium_org/third_party/icu/source/tools/gendict/ |
gendict.cpp | 405 dict.addWord(fileLine.tempSubString(0, keyLen), (int32_t)value, status); 411 dict.addWord(fileLine.tempSubString(0, keyLen), 0, status);
|
/external/icu/icu4c/source/tools/gendict/ |
gendict.cpp | 405 dict.addWord(fileLine.tempSubString(0, keyLen), (int32_t)value, status); 411 dict.addWord(fileLine.tempSubString(0, keyLen), 0, status);
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
messagepattern.h | 656 return msg.tempSubString(part.index, part.length); [all...] |
unistr.h | [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
compactdecimalformattest.cpp | 255 UnicodeString subString = result.tempSubString(fp.getBeginIndex(), fp.getEndIndex() - fp.getBeginIndex());
|
ustrtest.cpp | [all...] |
/external/icu/icu4c/source/common/unicode/ |
messagepattern.h | 656 return msg.tempSubString(part.index, part.length); [all...] |
/external/icu/icu4c/source/test/intltest/ |
compactdecimalformattest.cpp | 255 UnicodeString subString = result.tempSubString(fp.getBeginIndex(), fp.getEndIndex() - fp.getBeginIndex());
|
ustrtest.cpp | [all...] |
rbbiapts.cpp | [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
tzfmt.cpp | [all...] |
compactdecimalformat.cpp | 783 unit->prefix = formatStr.tempSubString(0, firstIdx); 786 unit->suffix = formatStr.tempSubString(lastIdx + 1);
|
/external/icu/icu4c/source/i18n/ |
tzfmt.cpp | [all...] |
compactdecimalformat.cpp | 783 unit->prefix = formatStr.tempSubString(0, firstIdx); 786 unit->suffix = formatStr.tempSubString(lastIdx + 1);
|