Searched refs:dstLength (Results 1 - 2 of 2) sorted by relevance

/external/tagsoup/src/org/ccil/cowan/tagsoup/
H A DParser.java1098 int dstLength = dst.length();
1099 if (dstLength == 0 || dst.charAt(dstLength - 1) == ':') dst.append('_');
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcnumtst.c62 static int32_t ustrToAstr(const UChar* src, int32_t srcLength, char* dst, int32_t dstLength) { argument
66 const char *e = p + dstLength;

Completed in 222 milliseconds