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

  /external/webkit/JavaScriptCore/wtf/
StringExtras.h 94 size_t targetLength = strlen(target);
95 if (targetLength == 0)
97 for (const char* start = buffer; *start && start + targetLength <= buffer + bufferLength; start++) {
98 if (*start == *target && strncmp(start + 1, target + 1, targetLength - 1) == 0)
  /frameworks/base/media/libmedia/
MediaScannerClient.cpp 174 int targetLength = len * 3 + 1;
175 char* buffer = new char[targetLength];
180 ucnv_convertEx(utf8Conv, conv, &target, target + targetLength,
  /external/icu4c/common/
ucnvhz.c 38 #define CONCAT_ESCAPE_MACRO( args, targetIndex,targetLength,strToAppend, err, len,sourceIndex){ \
40 if(targetIndex < targetLength){ \
341 int32_t targetLength = (int32_t)(args->targetLimit - myTarget);
357 if(args->converter->fromUChar32!=0 && myTargetIndex < targetLength) {
363 if (myTargetIndex < targetLength){
370 /*concatEscape(args, &myTargetIndex, &targetLength,"\x7E\x7E",err,2,&mySourceIndex);*/
373 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/icu4c/tools/toolutil/
pkgitems.cpp 68 int32_t treeLength, suffixLength, targetLength;
84 targetLength=treeLength+idLength+suffixLength;
85 if(targetLength>=(int32_t)sizeof(target)) {
87 itemName, (long)targetLength);
  /external/webkit/WebCore/loader/
TextResourceDecoder.cpp 47 size_t targetLength = strlen(target);
48 if (targetLength > subjectLength)
50 for (size_t i = 0; i <= subjectLength - targetLength; ++i) {
52 for (size_t j = 0; j < targetLength; ++j) {
66 size_t targetLength = strlen(target);
67 if (targetLength > subjectLength)
70 for (size_t i = 0; i < targetLength; ++i)
73 for (size_t i = 0; i <= subjectLength - targetLength; ++i) {
75 for (size_t j = 0; j < targetLength; ++j) {
  /external/icu4c/i18n/
bmsearch.cpp 87 int32_t targetLength;
96 targetString(NULL), targetBuffer(NULL), targetLength(0), elements(NULL), charBreakIterator(NULL)
160 targetLength = targetString->length();
166 targetBuffer, targetLength, &status);
169 targetLength = 0;
275 return targetLength;
331 while (offset < targetLength) {
342 return targetLength;
ucol.cpp     [all...]
  /external/webkit/WebCore/editing/
TextIterator.cpp     [all...]
  /external/icu4c/test/cintltst/
ccapitst.c     [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 680 milliseconds