Searched refs:stringLen (Results 1 - 10 of 10) sorted by relevance
/third_party/skia/src/ports/ |
H A D | SkTypeface_win_dw.cpp | 121 UINT32 stringLen; variable 122 HRBM(fStrings->GetStringLength(fIndex, &stringLen), "Could not get string length."); 124 SkSMallocWCHAR wString(static_cast<size_t>(stringLen)+1); 125 HRBM(fStrings->GetString(fIndex, wString.get(), stringLen+1), "Could not get string."); 127 HRB(sk_wchar_to_skstring(wString.get(), stringLen, &localizedString->fString));
|
/third_party/skia/src/core/ |
H A D | SkString.cpp | 214 uint32_t stringLen = safe.castTo<uint32_t>(len); in Make() local 223 sk_sp<Rec> rec(new (storage) Rec(stringLen, 1)); in Make()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | rbbimonkeytest.cpp | 828 int stringLen = fTestData->fString.length(); in testIsBoundaryRandom() local 829 for (int i=stringLen; i>=0; --i) { in testIsBoundaryRandom() 830 int strIdx = fRandomGenerator() % stringLen; in testIsBoundaryRandom()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | rematch.cpp | 2891 int32_t stringLen = URX_VAL(op); in MatchAt() local 2893 U_ASSERT(stringLen >= 2); in MatchAt() 2901 while (patternStringIndex < stringLen) { in MatchAt() 2908 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar); in MatchAt() 4396 int32_t stringLen; 4401 stringLen = URX_VAL(op); 4403 U_ASSERT(stringLen >= 2); 4408 const UChar * pEnd = pInp + stringLen; 4423 fp->fInputIdx += stringLen;
|
H A D | regexcmp.cpp | 2999 int32_t stringLen = URX_VAL(stringLenOp); 3013 fRXPat->fInitialStringLen = stringLen; 3016 currentLen = safeIncrement(currentLen, stringLen); 3028 int32_t stringLen = URX_VAL(stringLenOp); 3041 currentLen = safeIncrement(currentLen, stringLen);
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rematch.cpp | 2891 int32_t stringLen = URX_VAL(op); in MatchAt() local 2893 U_ASSERT(stringLen >= 2); in MatchAt() 2901 while (patternStringIndex < stringLen) { in MatchAt() 2908 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar); in MatchAt() 4396 int32_t stringLen; 4401 stringLen = URX_VAL(op); 4403 U_ASSERT(stringLen >= 2); 4408 const char16_t * pEnd = pInp + stringLen; 4423 fp->fInputIdx += stringLen;
|
H A D | regexcmp.cpp | 2999 int32_t stringLen = URX_VAL(stringLenOp); 3013 fRXPat->fInitialStringLen = stringLen; 3016 currentLen = safeIncrement(currentLen, stringLen); 3028 int32_t stringLen = URX_VAL(stringLenOp); 3041 currentLen = safeIncrement(currentLen, stringLen);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rematch.cpp | 2881 int32_t stringLen = URX_VAL(op); in MatchAt() local 2883 U_ASSERT(stringLen >= 2); in MatchAt() 2891 while (patternStringIndex < stringLen) { in MatchAt() 2898 U16_NEXT(patternString, patternStringIndex, stringLen, patternChar); in MatchAt() 4382 int32_t stringLen; 4387 stringLen = URX_VAL(op); 4389 U_ASSERT(stringLen >= 2); 4394 const UChar * pEnd = pInp + stringLen; 4409 fp->fInputIdx += stringLen;
|
H A D | regexcmp.cpp | 2996 int32_t stringLen = URX_VAL(stringLenOp); 3010 fRXPat->fInitialStringLen = stringLen; 3013 currentLen = safeIncrement(currentLen, stringLen); 3025 int32_t stringLen = URX_VAL(stringLenOp); 3038 currentLen = safeIncrement(currentLen, stringLen);
|
/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/
... |
Completed in 51 milliseconds