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

  /external/webkit/WebCore/icu/unicode/
ucoleitr.h 190 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
urename.h 574 #define ucol_getMaxExpansion ucol_getMaxExpansion_3_2
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
coleitr.h 388 return ucol_getMaxExpansion(m_data_, (uint32_t)order);
ucoleitr.h 252 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
  /external/icu4c/i18n/unicode/
coleitr.h 388 return ucol_getMaxExpansion(m_data_, (uint32_t)order);
ucoleitr.h 252 ucol_getMaxExpansion(const UCollationElements *elems, int32_t order);
  /external/chromium/third_party/icu/source/test/cintltst/
citertst.c 821 size = ucol_getMaxExpansion(iter, order);
835 size = ucol_getMaxExpansion(iter, order);
847 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 3) {
856 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 1) {
865 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, sorder) != 2) {
875 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) > 3) {
900 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 6) {
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 821 size = ucol_getMaxExpansion(iter, order);
835 size = ucol_getMaxExpansion(iter, order);
847 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 3) {
856 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 1) {
865 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, sorder) != 2) {
875 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) > 3) {
900 if (U_FAILURE(status) || ucol_getMaxExpansion(iter, temporder) != 6) {
    [all...]
  /libcore/luni/src/main/native/
NativeCollation.cpp 63 return ucol_getMaxExpansion(toCollationElements(address), order);
  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 618 ucol_getMaxExpansion(const UCollationElements *elems,
624 UCOL_GETMAXEXPANSION(elems->iteratordata_.coll, (uint32_t)order, result);
usearch.cpp 342 result += (uint16_t)(ucol_getMaxExpansion(coleiter, ce) - 1);
418 //result += (uint16_t)(ucol_getMaxExpansion(coleiter, ce) - 1);
    [all...]
  /external/icu4c/i18n/
ucoleitr.cpp 605 ucol_getMaxExpansion(const UCollationElements *elems,
611 UCOL_GETMAXEXPANSION(elems->iteratordata_.coll, (uint32_t)order, result);
usearch.cpp 348 result += (uint16_t)(ucol_getMaxExpansion(coleiter, ce) - 1);
428 //result += (uint16_t)(ucol_getMaxExpansion(coleiter, ce) - 1);
    [all...]
  /external/webkit/JavaScriptCore/icu/unicode/
urename.h 574 #define ucol_getMaxExpansion ucol_getMaxExpansion_3_2
    [all...]
  /external/webkit/JavaScriptGlue/icu/unicode/
urename.h 574 #define ucol_getMaxExpansion ucol_getMaxExpansion_3_2
    [all...]
  /external/webkit/WebKit/mac/icu/unicode/
urename.h 574 #define ucol_getMaxExpansion ucol_getMaxExpansion_3_2
    [all...]
  /external/icu4c/common/unicode/
urename.h     [all...]
  /external/chromium/third_party/icu/public/common/unicode/
urename.h 685 #define ucol_getMaxExpansion ucol_getMaxExpansion_4_2
    [all...]

Completed in 967 milliseconds