/external/icu/icu4c/source/io/ |
D | ustream.cpp | 49 char *s, *sLimit = buffer + (sizeof(buffer) - 1); in operator <<() local 53 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode); in operator <<() 89 const char *s, *sLimit; in operator >>() local 105 sLimit = &ch + (int)continueReading; in operator >>() 114 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode); in operator >>()
|
/external/chromium_org/third_party/icu/source/io/ |
D | ustream.cpp | 49 char *s, *sLimit = buffer + (sizeof(buffer) - 1); in operator <<() local 53 ucnv_fromUnicode(converter, &s, sLimit, &us, uLimit, 0, FALSE, &errorCode); in operator <<() 89 const char *s, *sLimit; in operator >>() local 105 sLimit = &ch + (int)continueReading; in operator >>() 114 ucnv_toUnicode(converter, &us, uLimit, &s, sLimit, 0, !continueReading, &errorCode); in operator >>()
|
/external/icu/icu4c/source/i18n/ |
D | collationbuilder.cpp | 1442 uint32_t sLimit; in makeTailoredCEs() local 1446 sLimit = rootElements.getFirstSecondaryCE() >> 16; in makeTailoredCEs() 1448 sLimit = Collation::COMMON_WEIGHT16; in makeTailoredCEs() 1451 sLimit = rootElements.getSecondaryAfter(pIndex, s); in makeTailoredCEs() 1455 sLimit = rootElements.getSecondaryBoundary(); in makeTailoredCEs() 1463 if(!secondaries.allocWeights(s, sLimit, sCount)) { in makeTailoredCEs()
|
/external/icu/icu4c/source/common/ |
D | normalizer2impl.cpp | 105 const UChar *sLimit=s+length; in append() local 106 do { *limit++=*s++; } while(s!=sLimit); in append() 145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() argument 146 if(s==sLimit) { in appendZeroCC() 149 int32_t length=(int32_t)(sLimit-s); in appendZeroCC()
|
D | normalizer2.cpp | 251 const UChar *sLimit=sArray+s.length(); in isNormalized() local 252 return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode); in isNormalized()
|
D | normalizer2impl.h | 169 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
|
/external/chromium_org/third_party/icu/source/common/ |
D | normalizer2impl.cpp | 105 const UChar *sLimit=s+length; in append() local 106 do { *limit++=*s++; } while(s!=sLimit); in append() 145 UBool ReorderingBuffer::appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode) { in appendZeroCC() argument 146 if(s==sLimit) { in appendZeroCC() 149 int32_t length=(int32_t)(sLimit-s); in appendZeroCC()
|
D | normalizer2.cpp | 251 const UChar *sLimit=sArray+s.length(); in isNormalized() local 252 return sLimit==spanQuickCheckYes(sArray, sLimit, errorCode); in isNormalized()
|
D | normalizer2impl.h | 165 UBool appendZeroCC(const UChar *s, const UChar *sLimit, UErrorCode &errorCode);
|