/external/chromium_org/third_party/icu/source/common/unicode/ |
D | uniset.h | 1652 int32_t sLength=s.length(); in span() local 1662 int32_t sLength=s.length(); in spanBack() local
|
/external/icu/icu4c/source/common/unicode/ |
D | uniset.h | 1670 int32_t sLength=s.length(); in span() local 1680 int32_t sLength=s.length(); in spanBack() local
|
/external/chromium_org/third_party/icu/source/common/ |
D | charstr.cpp | 48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append()
|
D | charstr.h | 50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) { in CharString()
|
/external/icu/icu4c/source/common/ |
D | charstr.h | 50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) { in CharString()
|
D | charstr.cpp | 48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { in append()
|
D | ucharstrie.cpp | 176 UCharsTrie::next(const UChar *s, int32_t sLength) { in next()
|
D | bytestrie.cpp | 207 BytesTrie::next(const char *s, int32_t sLength) { in next()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ucsdetst.c | 123 int32_t byteLength = 0, sLength = 0, dLength = 0; in TestUTF8() local 284 int32_t sLength = 0; in TestInputFilter() local
|
D | bocu1tst.c | 737 int32_t c, i, sLength; in readString() local
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | ucsdetst.c | 123 int32_t byteLength = 0, sLength = 0, dLength = 0; in TestUTF8() local 284 int32_t sLength = 0; in TestInputFilter() local
|
D | bocu1tst.c | 736 int32_t c, i, sLength; in readString() local
|
/external/icu/icu4c/source/i18n/ |
D | collationfastlatin.cpp | 798 const uint8_t *s8, int32_t &sIndex, int32_t sLength) { in lookupUTF8() 841 … const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength) { in nextPair()
|
D | msgfmt.cpp | 193 void append(const UChar* s, const int32_t sLength) { in append()
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | csdetest.cpp | 127 int32_t sLength = source.length(); in extractBytes() local 276 int32_t byteLength = 0, sLength = s.length(); in UTF8Test() local
|
/external/icu/icu4c/source/test/intltest/ |
D | csdetest.cpp | 139 int32_t sLength = source.length(); in extractBytes() local 327 int32_t byteLength = 0, sLength = s.length(); in UTF8Test() local
|
D | collationtest.cpp | 1363 int32_t sLength = (length >= 0) ? length : u_strlen(s); in getCollationKey() local
|