HomeSort by relevance Sort by last modified time
    Searched refs:strlength (Results 1 - 5 of 5) sorted by null

  /dalvik/libcore/icu/src/main/native/
RuleBasedNumberFormat.cpp 262 const int strlength = env->GetStringLength(text); local
263 if(parsePos < 0 || parsePos > strlength) {
271 const UnicodeString src((UChar*)str, strlength, strlength);
NativeCollation.cpp 517 int strlength = env->GetStringLength(source); local
520 ucol_setText(iterator, str, strlength, &status);
NativeDecimalFormat.cpp 493 const int strlength = env->GetStringLength(text); local
494 if(parsePos < 0 || parsePos > strlength) {
507 const UnicodeString src((UChar*)str, strlength, strlength);
  /external/icu4c/test/thaitest/
thaitest.cpp 406 int32_t strlength; local
409 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &bom, 1, &status));
416 printf("%s", u_strToUTF8(outbuf, sizeof(outbuf), &strlength, &chars[prevbreak],
  /external/icu4c/i18n/
usearch.cpp 130 * @param strlength length of the argument string
135 int32_t strlength)
138 uint16_t result = unorm_nextFCD16(fcdTrieIndex, fcdHighStart, temp, str + strlength);
    [all...]

Completed in 121 milliseconds