Searched refs:cpLength (Results 1 - 18 of 18) sorted by relevance

/external/icu/icu4c/source/common/
H A Dpunycode.cpp382 destCPCount, firstSupplementaryIndex, cpLength; local
526 cpLength=U16_LENGTH(n);
527 if(dest!=NULL && ((destLength+cpLength)<=destCapacity)) {
542 if(cpLength>1) {
554 uprv_memmove(dest+codeUnitIndex+cpLength,
558 uprv_memmove(caseFlags+codeUnitIndex+cpLength,
563 if(cpLength==1) {
574 if(cpLength==2) {
579 destLength+=cpLength;
H A Dsimpleformatter.cpp211 int32_t cpLength = compiledPattern.length(); local
212 if (valuesLength < getArgumentLimit(cp, cpLength)) {
224 if (getArgumentLimit(cp, cpLength) > 0) {
225 for (int32_t i = 1; i < cpLength;) {
243 return format(cp, cpLength, values,
H A Dunisetspan.cpp1353 int32_t cpLength=spanOne(spanSet, s+pos, rest); local
1354 if(cpLength>0) {
1373 // cpLength<0
1374 pos-=cpLength;
1375 rest+=cpLength;
1393 int32_t cpLength=spanOneBack(spanSet, s, pos); local
1394 if(cpLength>0) {
1416 // cpLength<0
1417 pos+=cpLength;
1441 int32_t cpLength local
1484 int32_t cpLength=spanOneBackUTF8(spanSet, s, pos); local
[all...]
H A Ducasemap.cpp140 appendResult(int32_t cpLength, int32_t result, const UChar *s, argument
148 edits->addUnchanged(cpLength);
151 ByteSinkUtil::appendCodePoint(cpLength, ~result, sink);
156 return ByteSinkUtil::appendChange(cpLength, s, result, sink, edits, errorCode);
158 ByteSinkUtil::appendCodePoint(cpLength, result, sink, edits);
H A Dustrcase.cpp67 int32_t cpLength, uint32_t options, icu::Edits *edits) {
75 edits->addUnchanged(cpLength);
85 length=cpLength;
93 edits->addReplace(cpLength, 1);
101 edits->addReplace(cpLength, length);
65 appendResult(UChar *dest, int32_t destIndex, int32_t destCapacity, int32_t result, const UChar *s, int32_t cpLength, uint32_t options, icu::Edits *edits) argument
H A Dnormalizer2impl.cpp138 int32_t cpLength = (int32_t)(cpLimit - cpStart);
139 if (cpLength == 1) {
159 edits->addReplace(cpLength, length);
295 int32_t cpLength=U16_LENGTH(c);
296 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
299 remainingCapacity-=cpLength;
300 if(cpLength==1) {
H A Duts46.cpp814 int32_t cpLength=0; local
816 U16_NEXT_UNSAFE(label, cpLength, c);
819 labelString->replace(labelStart, cpLength, (UChar)0xfffd);
821 labelLength+=1-cpLength;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DPunycode.java279 destCPCount, firstSupplementaryIndex, cpLength;
390 cpLength=Character.charCount(n);
405 if(cpLength>1) {
415 if(caseFlags!=null && (dest.length()+cpLength)<=caseFlags.length) {
418 caseFlags, codeUnitIndex+cpLength,
423 if(cpLength==2) {
427 if(cpLength==1) {
H A DUnicodeSetStringSpan.java577 int cpLength = spanOne(spanSet, s, pos, rest);
578 int maxInc = (cpLength > 0) ? cpLength : 0;
612 int cpLength = spanOne(spanSet, s, pos, rest);
613 if (cpLength > 0) {
614 offsets.addOffsetAndCount(cpLength, count + 1);
865 int cpLength = spanOne(spanSet, s, pos, rest);
866 if (cpLength > 0) {
885 // cpLength<0
886 pos -= cpLength;
[all...]
H A DCaseMapImpl.java352 int cpLength, int options, Edits edits) throws IOException {
357 edits.addUnchanged(cpLength);
366 edits.addReplace(cpLength, result);
372 edits.addReplace(cpLength, length);
639 int cpLength = Character.charCount(c);
640 i += cpLength;
642 appendResult(c, dest, cpLength, options, edits);
351 appendResult(int result, Appendable dest, int cpLength, int options, Edits edits) argument
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DPunycode.java277 destCPCount, firstSupplementaryIndex, cpLength;
388 cpLength=Character.charCount(n);
403 if(cpLength>1) {
413 if(caseFlags!=null && (dest.length()+cpLength)<=caseFlags.length) {
416 caseFlags, codeUnitIndex+cpLength,
421 if(cpLength==2) {
425 if(cpLength==1) {
H A DUnicodeSetStringSpan.java573 int cpLength = spanOne(spanSet, s, pos, rest);
574 int maxInc = (cpLength > 0) ? cpLength : 0;
608 int cpLength = spanOne(spanSet, s, pos, rest);
609 if (cpLength > 0) {
610 offsets.addOffsetAndCount(cpLength, count + 1);
861 int cpLength = spanOne(spanSet, s, pos, rest);
862 if (cpLength > 0) {
881 // cpLength<0
882 pos -= cpLength;
[all...]
H A DCaseMapImpl.java348 int cpLength, int options, Edits edits) throws IOException {
353 edits.addUnchanged(cpLength);
362 edits.addReplace(cpLength, result);
368 edits.addReplace(cpLength, length);
635 int cpLength = Character.charCount(c);
636 i += cpLength;
638 appendResult(c, dest, cpLength, options, edits);
347 appendResult(int result, Appendable dest, int cpLength, int options, Edits edits) argument
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp163 int32_t cpLength = eSplit[0].length(); local
166 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
167 codepage[cpLength] = '\0';
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 876 milliseconds