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

  /external/chromium_org/third_party/icu/source/common/
punycode.cpp 380 destCPCount, firstSupplementaryIndex, cpLength;
524 cpLength=U16_LENGTH(n);
525 if(dest!=NULL && ((destLength+cpLength)<=destCapacity)) {
540 if(cpLength>1) {
552 uprv_memmove(dest+codeUnitIndex+cpLength,
556 uprv_memmove(caseFlags+codeUnitIndex+cpLength,
561 if(cpLength==1) {
572 if(cpLength==2) {
577 destLength+=cpLength;
unisetspan.cpp     [all...]
normalizer2impl.cpp 128 int32_t cpLength=U16_LENGTH(c);
129 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
132 remainingCapacity-=cpLength;
133 if(cpLength==1) {
    [all...]
uts46.cpp 807 int32_t cpLength=0;
809 U16_NEXT_UNSAFE(label, cpLength, c);
812 labelString->replace(labelStart, cpLength, (UChar)0xfffd);
814 labelLength+=1-cpLength;
    [all...]
  /external/icu/icu4c/source/common/
punycode.cpp 380 destCPCount, firstSupplementaryIndex, cpLength;
524 cpLength=U16_LENGTH(n);
525 if(dest!=NULL && ((destLength+cpLength)<=destCapacity)) {
540 if(cpLength>1) {
552 uprv_memmove(dest+codeUnitIndex+cpLength,
556 uprv_memmove(caseFlags+codeUnitIndex+cpLength,
561 if(cpLength==1) {
572 if(cpLength==2) {
577 destLength+=cpLength;
unisetspan.cpp     [all...]
normalizer2impl.cpp 128 int32_t cpLength=U16_LENGTH(c);
129 if(remainingCapacity<cpLength && !resize(cpLength, errorCode)) {
132 remainingCapacity-=cpLength;
133 if(cpLength==1) {
    [all...]
uts46.cpp 805 int32_t cpLength=0;
807 U16_NEXT_UNSAFE(label, cpLength, c);
810 labelString->replace(labelStart, cpLength, (UChar)0xfffd);
812 labelLength+=1-cpLength;
    [all...]
  /external/chromium_org/third_party/icu/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...]
  /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/misc/common/icu4j/
icu4j.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.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 578 milliseconds