HomeSort by relevance Sort by last modified time
    Searched defs:targetLength (Results 1 - 25 of 33) sorted by null

1 2

  /external/icu/icu4c/source/i18n/
sortkey.cpp 194 int32_t targetLength = target.getLength();
195 if (minLength < targetLength) {
197 } else if (minLength == targetLength) {
200 minLength = targetLength;
  /external/icu/icu4c/source/common/
ucnvhz.c 39 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
41 if(targetIndex < targetLength){ \
341 int32_t targetLength = (int32_t)(args->targetLimit - myTarget);
356 if(args->converter->fromUChar32!=0 && myTargetIndex < targetLength) {
362 if (myTargetIndex < targetLength){
369 /*concatEscape(args, &myTargetIndex, &targetLength,"\x7E\x7E",err,2,&mySourceIndex);*/
372 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
396 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
402 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
409 if( myTargetIndex <targetLength){
    [all...]
ucnv.c     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetASCII.java 67 int targetLength = target.limit() - oldTarget;
69 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength)
79 if (sourceLength <= targetLength) {
84 source.position(oldSource + targetLength);
85 target.position(oldTarget + targetLength);
223 int targetLength = target.limit() - oldTarget;
225 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength)
235 if (sourceLength <= targetLength) {
    [all...]
CharsetCompoundText.java 346 int targetLength = 0;
369 targetLength = 0;
447 targetLength = i;
451 targetBytes[i+targetLength] = tmpTargetBuffer.get(i);
453 targetLength += i;
455 for (i = 0; i < targetLength; i++) {
471 for (int n = i; n < targetLength; n++) {
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 220 int targetLength = len * 3 + 1;
221 char* buffer = new char[targetLength];
222 // don't normally check for NULL, but in this case targetLength may be large
227 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 132 int32_t treeLength, suffixLength, targetLength;
148 targetLength=treeLength+idLength+suffixLength;
149 if(targetLength>=capacity) {
151 itemName, (long)targetLength);
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/jvnet/staxex/stax-ex/1.7.7/
stax-ex-1.7.7.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
logback-classic-0.9.8-SNAPSHOT.jar 
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/sdk/tools/jacks/
jack-3.36.CANDIDATE.jar 
jack-4.7.BETA.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 4268 milliseconds

1 2