Home
last modified time | relevance | path

Searched refs:strLength (Results 1 - 18 of 18) sorted by relevance

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUTF16.java1593 int strLength = str.length(); in indexOf()
1595 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in indexOf()
1600 int resultEnd = result + strLength; in indexOf()
1603 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) in indexOf()
1696 int strLength = str.length(); in indexOf()
1698 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in indexOf()
1703 int resultEnd = result + strLength; in indexOf()
1706 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) in indexOf()
1796 int strLength = str.length(); in lastIndexOf()
1798 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength in lastIndexOf()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUTF16.java1530 int strLength = str.length(); in indexOf()
1532 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in indexOf()
1537 int resultEnd = result + strLength; in indexOf()
1540 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) in indexOf()
1631 int strLength = str.length(); in indexOf()
1633 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength - 1))) { in indexOf()
1638 int resultEnd = result + strLength; in indexOf()
1641 if (isLeadSurrogate(str.charAt(strLength - 1)) && (result < source.length() - 1) in indexOf()
1729 int strLength = str.length(); in lastIndexOf()
1731 if (!isTrailSurrogate(str.charAt(0)) && !isLeadSurrogate(str.charAt(strLength in lastIndexOf()
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImmutableStringBuilder.h64 inline static char *AllocateEmptyPoolCharArray(size_t strLength) in AllocateEmptyPoolCharArray() argument
66 size_t requiredSize = strLength + 1u; in AllocateEmptyPoolCharArray()
H A DCommon.h222 // Allocate a char array in the global memory pool. str must be a null terminated string. strLength
224 inline const char *AllocatePoolCharArray(const char *str, size_t strLength) in AllocatePoolCharArray() argument
226 size_t requiredSize = strLength + 1; in AllocatePoolCharArray()
229 ASSERT(buffer[strLength] == '\0'); in AllocatePoolCharArray()
/third_party/skia/src/gpu/gl/
H A DGrGLContext.cpp48 int strLength = __system_property_get("ro.build.version.sdk", androidAPIVersion); in Make() local
49 if (strLength == 0 || atoi(androidAPIVersion) < 26) { in Make()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp85 outString->append( entity[0].str, entity[0].strLength ); in EncodeString()
90 outString->append( entity[1].str, entity[1].strLength ); in EncodeString()
95 outString->append( entity[2].str, entity[2].strLength ); in EncodeString()
100 outString->append( entity[3].str, entity[3].strLength ); in EncodeString()
105 outString->append( entity[4].str, entity[4].strLength ); in EncodeString()
H A Dtinyxmlparser.cpp517 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 ) in GetEntity()
519 assert( strlen( entity[i].str ) == entity[i].strLength ); in GetEntity()
522 return ( p + entity[i].strLength ); in GetEntity()
H A Dtinyxml.h403 unsigned int strLength; member
/third_party/lame/ACM/tinyxml/
H A Dtinyxmlparser.cpp131 if ( strncmp( entity[i].str, p, entity[i].strLength ) == 0 ) in GetEntity()
133 assert( strlen( entity[i].str ) == entity[i].strLength ); in GetEntity()
135 return ( p + entity[i].strLength ); in GetEntity()
H A Dtinyxml.h190 unsigned int strLength; member
H A Dtinyxml.cpp68 stream->write( entity[j].str, entity[j].strLength ); in PutString()
/third_party/icu/icu4c/source/common/
H A Dutext.cpp2532 int32_t strLength=(int32_t)ut->a;
2533 if (strLength >= 0) {
2534 limit32 = pinIndex(limit, strLength);
2540 if (strLength<0 && s[si]==0) {
2546 strLength = si;
2555 if (strLength>=0) {
2569 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
/third_party/node/deps/icu-small/source/common/
H A Dutext.cpp2535 int32_t strLength=(int32_t)ut->a;
2536 if (strLength >= 0) {
2537 limit32 = pinIndex(limit, strLength);
2543 if (strLength<0 && s[si]==0) {
2549 strLength = si;
2558 if (strLength>=0) {
2572 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
/third_party/skia/third_party/externals/icu/source/common/
H A Dutext.cpp2532 int32_t strLength=(int32_t)ut->a;
2533 if (strLength >= 0) {
2534 limit32 = pinIndex(limit, strLength);
2540 if (strLength<0 && s[si]==0) {
2546 strLength = si;
2555 if (strLength>=0) {
2569 ((si<strLength || strLength<0) && U16_IS_TRAIL(s[si])))
/third_party/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c5549 int32_t strLength; in TestImport() local
5600 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); in TestImport()
5601 if(strLength < 2){ in TestImport()
5614 ucol_getSortKey(viescoll, str, strLength, sk1, 500); in TestImport()
5615 ucol_getSortKey(importviescoll, str, strLength, sk2, 500); in TestImport()
5656 int32_t strLength; in TestImportWithType() local
5711 strLength = uset_getItem(tailoredSet, i, &start, &end, str, 500, &status); in TestImportWithType()
5712 if(strLength < 2){ in TestImportWithType()
5724 ucol_getSortKey(videcoll, str, strLength, sk1, 500); in TestImportWithType()
5725 ucol_getSortKey(importvidecoll, str, strLength, sk in TestImportWithType()
[all...]
H A Dcreststn.c681 int32_t strLength = 0; in TestNewTypes() local
686 str = tres_getString(resB,-1,"Sequence",&strLength,&status); in TestNewTypes()
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp497 int strLength = __system_property_get("ro.build.version.sdk", androidAPIVersionStr); in applyDriverCorrectnessWorkarounds() local
500 androidAPIVersion = (strLength == 0) ? 0 : atoi(androidAPIVersionStr); in applyDriverCorrectnessWorkarounds()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 41 milliseconds