HomeSort by relevance Sort by last modified time
    Searched refs:destLength (Results 26 - 49 of 49) sorted by null

12

  /external/chromium_org/third_party/icu/source/common/
uprops.cpp 138 int32_t destLength;
139 destLength=u_strFoldCase(dest, LENGTHOF(dest),
144 dest, destLength, FALSE));
uts46.cpp 546 int32_t destLength=dest.length();
548 while(labelLimit<destLength) {
560 destLength+=newLength-labelLength;
565 destLength=mapDevChars(dest, labelStart, labelLimit, errorCode);
580 // Permit an empty label at the end (0<labelStart==labelLimit==destLength is ok)
    [all...]
uniset.cpp     [all...]
utext.cpp     [all...]
  /external/icu/icu4c/source/common/
uprops.cpp 138 int32_t destLength;
139 destLength=u_strFoldCase(dest, LENGTHOF(dest),
144 dest, destLength, FALSE));
uniset.cpp     [all...]
uts46.cpp 550 int32_t destLength=dest.length();
552 while(labelLimit<destLength) {
564 destLength+=newLength-labelLength;
569 destLength=mapDevChars(dest, labelStart, labelLimit, errorCode);
584 // Permit an empty label at the end (0<labelStart==labelLimit==destLength is ok)
    [all...]
utext.cpp     [all...]
  /external/icu/icu4c/source/i18n/
ucol.cpp 137 int32_t destLength=src1Length+src2Length;
138 if(destLength>destCapacity) {
140 return destLength;
184 /* the actual length might be less than destLength if either sort key contained illegally embedded zero bytes */
  /external/chromium_org/third_party/icu/source/tools/genrb/
wrtxml.cpp 221 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
347 *destLength = destLen;
    [all...]
  /external/icu/icu4c/source/tools/genrb/
wrtxml.cpp 233 static char* convertAndEscape(char** pDest, int32_t destCap, int32_t* destLength,
359 *destLength = destLen;
    [all...]
  /external/chromium_org/third_party/icu/source/tools/dumpce/
dumpce.cpp 980 int32_t destLength = u_strToUpper(upperChars, length*2, exemplarChars, -1, locale, &error);
986 UChar* pattern = new UChar[length + destLength + 10];
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winldap.h     [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c     [all...]
  /external/conscrypt/src/main/java/org/conscrypt/
NativeCrypto.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 

Completed in 705 milliseconds

12