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

1 2

  /external/icu/icu4c/source/i18n/
sortkey.cpp 196 int32_t targetLength = target.getLength();
197 if (minLength < targetLength) {
199 } else if (minLength == targetLength) {
202 minLength = targetLength;
  /external/icu/icu4c/source/common/
ucnvhz.c 41 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
43 if(targetIndex < targetLength){ \
343 int32_t targetLength = (int32_t)(args->targetLimit - myTarget);
358 if(args->converter->fromUChar32!=0 && myTargetIndex < targetLength) {
364 if (myTargetIndex < targetLength){
371 /*concatEscape(args, &myTargetIndex, &targetLength,"\x7E\x7E",err,2,&mySourceIndex);*/
374 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
398 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
404 CONCAT_ESCAPE_MACRO(args, myTargetIndex, targetLength, escSeq,err,len,mySourceIndex);
411 if( myTargetIndex <targetLength){
    [all...]
ucnv.c     [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetASCII.java 70 int targetLength = target.limit() - oldTarget;
72 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength)
82 if (sourceLength <= targetLength) {
87 source.position(oldSource + targetLength);
88 target.position(oldTarget + targetLength);
228 int targetLength = target.limit() - oldTarget;
230 int limit = ((sourceLength < targetLength) ? sourceLength : targetLength)
240 if (sourceLength <= targetLength) {
    [all...]
CharsetCompoundText.java 350 int targetLength = 0;
373 targetLength = 0;
451 targetLength = i;
455 targetBytes[i+targetLength] = tmpTargetBuffer.get(i);
457 targetLength += i;
459 for (i = 0; i < targetLength; i++) {
475 for (int n = i; n < targetLength; n++) {
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 236 int targetLength = len * 3 + 1;
237 char* buffer = new char[targetLength];
238 // don't normally check for NULL, but in this case targetLength may be large
243 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
  /external/icu/icu4c/source/tools/toolutil/
pkgitems.cpp 134 int32_t treeLength, suffixLength, targetLength;
150 targetLength=treeLength+idLength+suffixLength;
151 if(targetLength>=capacity) {
153 itemName, (long)targetLength);
  /libcore/ojluni/src/main/java/java/lang/
String.java     [all...]
  /external/icu/icu4c/source/test/cintltst/
ccapitst.c     [all...]
  /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/libs/
exoplayer.jar 
exoplayer_v2.jar 
  /prebuilts/tools/common/m2/repository/com/google/errorprone/error_prone_check_api/2.0.18/
error_prone_check_api-2.0.18.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.jdt.core_3.11.0.v20150602-1242.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.6.1.jar 
ecj-4.4.jar 
  /prebuilts/sdk/tools/jacks/
jack-4.32.CANDIDATE.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.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 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 1071 milliseconds

1 2