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

1 2

  /external/chromium_org/third_party/WebKit/Source/wtf/
StringExtras.h 98 size_t targetLength = strlen(target);
99 if (targetLength == 0)
101 for (const char* start = buffer; *start && start + targetLength <= buffer + bufferLength; start++) {
102 if (*start == *target && strncmp(start + 1, target + 1, targetLength - 1) == 0)
  /external/chromium_org/third_party/icu/source/i18n/
sortkey.cpp 194 int32_t targetLength = target.getLength();
195 if (minLength < targetLength) {
197 } else if (minLength == targetLength) {
200 minLength = targetLength;
ucol.cpp     [all...]
tblcoll.cpp 335 int32_t targetLength,
339 return ucol_strcoll(ucollator, source, sourceLength, target, targetLength);
coll.cpp 430 const UChar* target, int32_t targetLength)
434 return (EComparisonResult)compare(source, sourceLength, target, targetLength, ec);
  /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;
ucol.cpp 442 int32_t targetLength)
450 UTRACE_DATA2(UTRACE_VERBOSE, "target string = %vh ", target, targetLength);
455 compare(source, sourceLength, target, targetLength, status);
466 int32_t targetLength,
475 UTRACE_DATA2(UTRACE_VERBOSE, "target string = %vb ", target, targetLength);
485 source, sourceLength, target, targetLength, *status);
497 int32_t targetLength)
499 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
509 int32_t targetLength)
511 return (ucol_strcoll(coll, source, sourceLength, target, targetLength)
    [all...]
  /external/chromium_org/third_party/icu/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);
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...]
unistr.cpp     [all...]
ucnv.c     [all...]
  /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);
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...]
unistr.cpp     [all...]
ucnv.c     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
TextResourceDecoder.cpp 66 size_t targetLength = strlen(target);
67 if (targetLength > subjectLength)
69 for (size_t i = 0; i <= subjectLength - targetLength; ++i) {
71 for (size_t j = 0; j < targetLength; ++j) {
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucol.h 523 * @param targetLength The length of target, or -1 if null-terminated.
536 int32_t targetLength);
547 * @param targetLength The length of target, or -1 if null-terminated.
562 int32_t targetLength,
572 * @param targetLength The length of target, or -1 if null-terminated.
582 const UChar *target, int32_t targetLength);
591 * @param targetLength The length of target, or -1 if null-terminated.
601 const UChar *target, int32_t targetLength);
610 * @param targetLength The length of target, or -1 if null-terminated.
620 const UChar *target, int32_t targetLength);
    [all...]
coll.h 442 * @param targetLength the length of the target string array. If this value
450 const UChar* target, int32_t targetLength)
461 * @param targetLength the length of the target string array. If this value
470 const UChar* target, int32_t targetLength,
    [all...]
tblcoll.h 303 * @param targetLength the length of the target string array. If this value
312 const UChar* target, int32_t targetLength,
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
ucol.h 539 * @param targetLength The length of target, or -1 if null-terminated.
552 int32_t targetLength);
563 * @param targetLength The length of target, or -1 if null-terminated.
578 int32_t targetLength,
588 * @param targetLength The length of target, or -1 if null-terminated.
598 const UChar *target, int32_t targetLength);
607 * @param targetLength The length of target, or -1 if null-terminated.
617 const UChar *target, int32_t targetLength);
626 * @param targetLength The length of target, or -1 if null-terminated.
636 const UChar *target, int32_t targetLength);
    [all...]
coll.h 419 * @param targetLength the length of the target string array. If this value
427 const UChar* target, int32_t targetLength)
438 * @param targetLength the length of the target string array. If this value
447 const UChar* target, int32_t targetLength,
    [all...]
tblcoll.h 300 * @param targetLength the length of the target string array. If this value
309 const UChar* target, int32_t targetLength,
    [all...]
  /frameworks/av/media/libmedia/
CharacterEncodingDetector.cpp 222 int targetLength = len * 3 + 1;
223 char* buffer = new char[targetLength];
224 // don't normally check for NULL, but in this case targetLength may be large
229 ucnv_convertEx(mUtf8Conv, conv, &target, target + targetLength,
  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkgitems.cpp 134 int32_t treeLength, suffixLength, targetLength;
150 targetLength=treeLength+idLength+suffixLength;
151 if(targetLength>=capacity) {
153 itemName, (long)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);
  /external/chromium_org/third_party/icu/source/common/unicode/
unistr.h     [all...]
  /external/icu/icu4c/source/common/unicode/
unistr.h     [all...]

Completed in 2496 milliseconds

1 2