Searched refs:sLength (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Dcharstr.cpp48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { argument
52 if(sLength<-1 || (s==NULL && sLength!=0)) {
56 if(sLength<0) {
57 sLength=uprv_strlen(s);
59 if(sLength>0) {
62 if(sLength>=(buffer.getCapacity()-len)) {
66 buffer[len+=sLength]=0;
69 sLength>=(buffer.getCapacity()-len)
73 return append(CharString(s, sLength, errorCod
[all...]
H A Dcharstr.h50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) { argument
52 append(s, sLength, errorCode);
82 CharString &append(const char *s, int32_t sLength, UErrorCode &status);
H A Dbytestrie.cpp207 BytesTrie::next(const char *s, int32_t sLength) {
208 if(sLength<0 ? *s==0 : sLength==0) {
219 // Continue a linear-match node without rechecking sLength<0.
221 if(sLength<0) {
243 if(sLength==0) {
251 --sLength;
272 if(sLength<0) {
277 if(sLength==0) {
281 --sLength;
[all...]
H A Ducharstrie.cpp176 UCharsTrie::next(const UChar *s, int32_t sLength) { argument
177 if(sLength<0 ? *s==0 : sLength==0) {
188 // Continue a linear-match node without rechecking sLength<0.
190 if(sLength<0) {
212 if(sLength==0) {
220 --sLength;
241 if(sLength<0) {
246 if(sLength==0) {
250 --sLength;
[all...]
/external/icu/icu4c/source/common/
H A Dcharstr.cpp48 CharString &CharString::append(const char *s, int32_t sLength, UErrorCode &errorCode) { argument
52 if(sLength<-1 || (s==NULL && sLength!=0)) {
56 if(sLength<0) {
57 sLength=uprv_strlen(s);
59 if(sLength>0) {
62 if(sLength>=(buffer.getCapacity()-len)) {
66 buffer[len+=sLength]=0;
69 sLength>=(buffer.getCapacity()-len)
73 return append(CharString(s, sLength, errorCod
[all...]
H A Dcharstr.h50 CharString(const char *s, int32_t sLength, UErrorCode &errorCode) : len(0) { argument
52 append(s, sLength, errorCode);
82 CharString &append(const char *s, int32_t sLength, UErrorCode &status);
H A Dbytestrie.cpp207 BytesTrie::next(const char *s, int32_t sLength) {
208 if(sLength<0 ? *s==0 : sLength==0) {
219 // Continue a linear-match node without rechecking sLength<0.
221 if(sLength<0) {
243 if(sLength==0) {
251 --sLength;
272 if(sLength<0) {
277 if(sLength==0) {
281 --sLength;
[all...]
H A Ducharstrie.cpp176 UCharsTrie::next(const UChar *s, int32_t sLength) { argument
177 if(sLength<0 ? *s==0 : sLength==0) {
188 // Continue a linear-match node without rechecking sLength<0.
190 if(sLength<0) {
212 if(sLength==0) {
220 --sLength;
241 if(sLength<0) {
246 if(sLength==0) {
250 --sLength;
[all...]
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duniset.h1670 int32_t sLength=s.length(); local
1673 } else if(start>sLength) {
1674 start=sLength;
1676 return start+span(s.getBuffer()+start, sLength-start, spanCondition);
1680 int32_t sLength=s.length(); local
1683 } else if(limit>sLength) {
1684 limit=sLength;
/external/icu/icu4c/source/common/unicode/
H A Duniset.h1670 int32_t sLength=s.length(); local
1673 } else if(start>sLength) {
1674 start=sLength;
1676 return start+span(s.getBuffer()+start, sLength-start, spanCondition);
1680 int32_t sLength=s.length(); local
1683 } else if(limit>sLength) {
1684 limit=sLength;
/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp798 const uint8_t *s8, int32_t &sIndex, int32_t sLength) {
802 if(i2 < sLength || sLength < 0) {
841 const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength) {
848 if(c == 0 && sLength < 0) {
849 sLength = sIndex - 1;
855 if(sIndex != sLength) {
874 if(c2 <= 0xc5 && 0xc2 <= c2 && nextIndex != sLength &&
880 if(i2 < sLength || sLength <
797 lookupUTF8(const uint16_t *table, UChar32 c, const uint8_t *s8, int32_t &sIndex, int32_t sLength) argument
840 nextPair(const uint16_t *table, UChar32 c, uint32_t ce, const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength) argument
[all...]
H A Dcollationfastlatin.h222 const uint8_t *s8, int32_t &sIndex, int32_t sLength);
227 const UChar *s16, const uint8_t *s8, int32_t &sIndex, int32_t &sLength);
H A Dmsgfmt.cpp193 void append(const UChar* s, const int32_t sLength) { argument
194 app.appendString(s, sLength);
195 len += sLength;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Ducsdetst.c123 int32_t byteLength = 0, sLength = 0, dLength = 0; local
130 sLength = u_unescape(ss, s, sizeof(ss));
131 bytes = extractBytes(s, sLength, "UTF-8", &byteLength);
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
284 int32_t sLength = 0; local
292 sLength = u_unescape(ss, s, sizeof(ss));
293 bytes = extractBytes(s, sLength, "ISO-8859-1", &byteLength);
H A Dbocu1tst.c737 int32_t c, i, sLength; local
739 i=sLength=0;
747 U16_APPEND_UNSAFE(s, sLength, c);
750 return sLength;
/external/icu/icu4c/source/test/cintltst/
H A Ducsdetst.c123 int32_t byteLength = 0, sLength = 0, dLength = 0; local
130 sLength = u_unescape(ss, s, sizeof(ss));
131 bytes = extractBytes(s, sLength, "UTF-8", &byteLength);
146 dLength = ucsdet_getUChars(match, detected, sLength, &status);
148 if (u_strCompare(detected, dLength, s, sLength, FALSE) != 0) {
284 int32_t sLength = 0; local
292 sLength = u_unescape(ss, s, sizeof(ss));
293 bytes = extractBytes(s, sLength, "ISO-8859-1", &byteLength);
H A Dbocu1tst.c737 int32_t c, i, sLength; local
739 i=sLength=0;
747 U16_APPEND_UNSAFE(s, sLength, c);
750 return sLength;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcsdetest.cpp139 int32_t sLength = source.length(); local
142 length = source.extract(0, sLength, NULL, codepage);
146 source.extract(0, sLength, bytes, codepage);
327 int32_t byteLength = 0, sLength = s.length(); local
331 UChar *detected = NEW_ARRAY(UChar, sLength);
341 ucsdet_getUChars(match, detected, sLength, &status);
343 if (s.compare(detected, sLength) != 0) {
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp139 int32_t sLength = source.length(); local
142 length = source.extract(0, sLength, NULL, codepage);
146 source.extract(0, sLength, bytes, codepage);
327 int32_t byteLength = 0, sLength = s.length(); local
331 UChar *detected = NEW_ARRAY(UChar, sLength);
341 ucsdet_getUChars(match, detected, sLength, &status);
343 if (s.compare(detected, sLength) != 0) {
H A Dcollationtest.cpp1363 int32_t sLength = (length >= 0) ? length : u_strlen(s); local
1366 if(i == sLength) {
1407 if(i == sLength) { break; }
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp193 void append(const UChar* s, const int32_t sLength) { argument
194 app.appendString(s, sLength);
195 len += sLength;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 2513 milliseconds