/external/webkit/Source/JavaScriptCore/wtf/ |
StringExtras.h | 107 size_t targetLength = strlen(target); 108 if (targetLength == 0) 110 for (const char* start = buffer; *start && start + targetLength <= buffer + bufferLength; start++) { 111 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 | 134 int32_t treeLength, suffixLength, targetLength; 150 targetLength=treeLength+idLength+suffixLength; 151 if(targetLength>=capacity) { 153 itemName, (long)targetLength);
|
/external/webkit/Source/WebCore/loader/ |
TextResourceDecoder.cpp | 48 size_t targetLength = strlen(target); 49 if (targetLength > subjectLength) 51 for (size_t i = 0; i <= subjectLength - targetLength; ++i) { 53 for (size_t j = 0; j < targetLength; ++j) {
|
/external/icu4c/i18n/ |
bmsearch.cpp | 88 int32_t targetLength; 98 targetString(NULL), targetBuffer(NULL), targetLength(0), elements(NULL), charBreakIterator(NULL) 162 targetLength = targetString->length(); 168 targetBuffer, targetLength, &status); 171 targetLength = 0; 277 return targetLength; 333 while (offset < targetLength) { 344 return targetLength;
|
ucol.cpp | [all...] |
/libcore/luni/src/main/java/java/lang/ |
String.java | [all...] |
/external/webkit/Source/WebCore/editing/ |
TextIterator.cpp | [all...] |
/external/icu4c/test/cintltst/ |
ccapitst.c | [all...] |
/prebuilt/common/ecj/ |
ecj.jar | |