HomeSort by relevance Sort by last modified time
    Searched refs:cpLength (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu/icu4c/source/common/
punycode.cpp 382 destCPCount, firstSupplementaryIndex, cpLength;
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;
simpleformatter.cpp 211 int32_t cpLength = compiledPattern.length();
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,
unisetspan.cpp     [all...]
ucasemap.cpp 140 appendResult(int32_t cpLength, int32_t result, const UChar *s,
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);
ustrcase.cpp 67 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);
    [all...]
normalizer2impl.cpp 138 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) {
    [all...]
uts46.cpp 814 int32_t cpLength=0;
816 U16_NEXT_UNSAFE(label, cpLength, c);
819 labelString->replace(labelStart, cpLength, (UChar)0xfffd);
821 labelLength+=1-cpLength;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Punycode.java 279 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) {
UnicodeSetStringSpan.java 577 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);
    [all...]
CaseMapImpl.java 352 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);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Punycode.java 277 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) {
UnicodeSetStringSpan.java 573 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);
    [all...]
CaseMapImpl.java 348 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);
    [all...]
  /external/icu/icu4c/source/test/intltest/
csdetest.cpp 163 int32_t cpLength = eSplit[0].length();
166 u_UCharsToChars(eSplit[0].getBuffer(), codepage, cpLength);
167 codepage[cpLength] = '\0';
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 

Completed in 498 milliseconds

1 2