HomeSort by relevance Sort by last modified time
    Searched full:safeoffset (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/i18n/
usearch.cpp 853 int32_t safeoffset = getNextSafeOffset(strsrch->collator, local
855 if (safeoffset != length) {
856 safeoffset ++;
860 int32_t size = unorm_normalize(text, safeoffset, UNORM_NFD, 0,
872 size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, norm,
1597 int32_t safeoffset = textoffset; local
2256 int32_t safeoffset = textoffset; local
    [all...]
  /external/icu4c/i18n/
usearch.cpp 853 int32_t safeoffset = getNextSafeOffset(strsrch->collator, local
855 if (safeoffset != length) {
856 safeoffset ++;
860 int32_t size = unorm_normalize(text, safeoffset, UNORM_NFD, 0,
872 size = unorm_normalize(text, safeoffset, UNORM_NFD, 0, norm,
1597 int32_t safeoffset = textoffset; local
2256 int32_t safeoffset = textoffset; local
    [all...]

Completed in 105 milliseconds