Searched refs:strLength (Results 1 – 8 of 8) sorted by relevance
/external/tinyxml/ |
D | tinyxml.cpp | 75 outString->append( entity[0].str, entity[0].strLength ); in PutString() 80 outString->append( entity[1].str, entity[1].strLength ); in PutString() 85 outString->append( entity[2].str, entity[2].strLength ); in PutString() 90 outString->append( entity[3].str, entity[3].strLength ); in PutString() 95 outString->append( entity[4].str, entity[4].strLength ); in PutString()
|
D | tinyxmlparser.cpp | 498 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 ) in GetEntity() 500 assert( strlen( entity[i].str ) == entity[i].strLength ); in GetEntity() 503 return ( p + entity[i].strLength ); in GetEntity()
|
D | tinyxml.h | 362 unsigned int strLength; member
|
/external/chromium/third_party/icu/source/common/ |
D | utext.cpp | 2506 int32_t strLength=(int32_t)ut->a; in ucstrTextExtract() local 2507 if (strLength >= 0) { in ucstrTextExtract() 2508 limit32 = pinIndex(limit, strLength); in ucstrTextExtract() 2515 if (strLength<0 && s[si]==0) { in ucstrTextExtract() 2521 strLength = si; in ucstrTextExtract() 2528 if (strLength>=0) { in ucstrTextExtract() 2531 di = strLength; in ucstrTextExtract() 2542 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si]))) in ucstrTextExtract()
|
/external/icu4c/common/ |
D | utext.cpp | 2868 int32_t strLength=(int32_t)ut->a; in ucstrTextExtract() local 2869 if (strLength >= 0) { in ucstrTextExtract() 2870 limit32 = pinIndex(limit, strLength); in ucstrTextExtract() 2877 if (strLength<0 && s[si]==0) { in ucstrTextExtract() 2883 strLength = si; in ucstrTextExtract() 2890 if (strLength>=0) { in ucstrTextExtract() 2904 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si]))) in ucstrTextExtract() 2913 ut->chunkOffset = uprv_min(strLength, start32 + destCapacity); in ucstrTextExtract()
|
/external/webkit/WebCore/editing/ |
D | TextIterator.cpp | 449 int strLength = str.length(); in handleTextNode() local 451 int runEnd = min(strLength, end); in handleTextNode()
|
/external/chromium/third_party/icu/source/test/cintltst/ |
D | creststn.c | 652 int32_t strLength = 0; in TestNewTypes() local 657 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
|
/external/icu4c/test/cintltst/ |
D | creststn.c | 655 int32_t strLength = 0; in TestNewTypes() local 660 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
|