/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | UTF16.java | 1593 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 D | UTF16.java | 1530 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 D | ImmutableStringBuilder.h | 64 inline static char *AllocateEmptyPoolCharArray(size_t strLength) in AllocateEmptyPoolCharArray() argument 66 size_t requiredSize = strLength + 1u; in AllocateEmptyPoolCharArray()
|
H A D | Common.h | 222 // 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 D | GrGLContext.cpp | 48 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 D | tinyxml.cpp | 85 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 D | tinyxmlparser.cpp | 517 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 D | tinyxml.h | 403 unsigned int strLength; member
|
/third_party/lame/ACM/tinyxml/ |
H A D | tinyxmlparser.cpp | 131 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 D | tinyxml.h | 190 unsigned int strLength; member
|
H A D | tinyxml.cpp | 68 stream->write( entity[j].str, entity[j].strLength ); in PutString()
|
/third_party/icu/icu4c/source/common/ |
H A D | utext.cpp | 2532 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 D | utext.cpp | 2535 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 D | utext.cpp | 2532 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 D | cmsccoll.c | 5549 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 D | creststn.c | 681 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 D | GrVkCaps.cpp | 497 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |