Home
last modified time | relevance | path

Searched defs:strLen (Results 1 – 19 of 19) sorted by relevance

/external/icu4c/common/
Duset.cpp88 uset_addString(USet* set, const UChar* str, int32_t strLen) { in uset_addString()
95 uset_addAllCodePoints(USet* set, const UChar *str, int32_t strLen) { in uset_addAllCodePoints()
112 uset_removeString(USet* set, const UChar* str, int32_t strLen) { in uset_removeString()
178 uset_containsString(const USet* set, const UChar* str, int32_t strLen) { in uset_containsString()
189 uset_containsAllCodePoints(const USet* set, const UChar *str, int32_t strLen) { in uset_containsAllCodePoints()
Dutext.cpp1530 int32_t strLen = ut->b; in utf8TextAccess() local
/external/icu4c/io/
Dufmt_cmn.h27 #define MAX_UCHAR_BUFFER_NEEDED(strLen) ((strLen+1)*UTF_MAX_CHAR_LENGTH*sizeof(UChar)) argument
/external/skia/src/utils/
DSkOSFile.cpp182 size_t strLen = strlen(str); in issuffixfor() local
/external/llvm/include/llvm/ADT/
DStringMap.h115 explicit StringMapEntry(unsigned strLen) in StringMapEntry()
117 StringMapEntry(unsigned strLen, const ValueTy &V) in StringMapEntry()
/external/icu4c/i18n/
Duspoof_conf.cpp333 int32_t strLen = s->fStr->length(); in build() local
Ddtfmtsym.cpp1176 int32_t strLen = 0; in initField() local
1194 …field, int32_t& length, const UChar *data, LastResortSize numStr, LastResortSize strLen, UErrorCod… in initField()
Duspoof.cpp727 int32_t strLen = s.length(); in uspoof_getSkeletonUnicodeString() local
/external/webkit/Tools/WinLauncher/
DWinLauncher.cpp423 int strLen = SendMessage(hDlg, EM_GETLINE, 0, (LPARAM)strPtr); in MyEditProc() local
/external/webkit/Source/WebCore/platform/
DKURL.cpp1530 static void appendEncodedHostname(UCharBuffer& buffer, const UChar* str, unsigned strLen) in appendEncodedHostname()
1567 static void findHostnamesInMailToURL(const UChar* str, int strLen, Vector<pair<int, int> >& nameRan… in findHostnamesInMailToURL() argument
1630 static bool findHostnameInHierarchicalURL(const UChar* str, int strLen, int& startOffset, int& endO… in findHostnameInHierarchicalURL()
/external/icu4c/test/cintltst/
Dcreststn.c685 int32_t strLen =0; in TestNewTypes() local
722 int32_t strLen =0; in TestNewTypes() local
2118 int32_t strLen = 0, seqLen = 0;/*, binLen = 0, binSeqLen = 0;*/ in TestResourceLevelAliasing() local
Dcustrtrn.c1425 int32_t strLen =0; in Test_WCHART_LongString() local
Dcapitst.c1681 static void doOverrunTest(UCollator *coll, const UChar *uString, int32_t strLen) { in doOverrunTest()
1712 int32_t strLen = 0; in TestSortKeyBufferOverrun() local
Dcldrtest.c1080 int32_t strLen; in TestExemplarSet() local
Dcitertst.c1417 int strLen = u_unescape(src[count], str, 20); in TestDiscontiguos() local
/external/skia/src/core/
DSkString.cpp48 size_t strLen = strlen(string); in SkStrEndsWith() local
/external/webkit/Source/WebKit/android/jni/
DWebHistory.cpp432 unsigned strLen = str.length(); in writeString() local
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1004 glong strLen = g_utf8_strlen(string, -1); in utf8Substr() local
/external/expat/lib/
Dxmlparse.c163 int strLen; member