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

  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp 850 int32_t defcollLength = ULOC_KEYWORDS_CAPACITY;
855 ures_getUTF8String(&defres, defcoll, &defcollLength, TRUE, status);
858 const UChar* defString = ures_getString(&defres, &defcollLength, status);
860 if(defcollLength+1 > ULOC_KEYWORDS_CAPACITY) {
863 u_UCharsToChars(defString, defcoll, defcollLength+1);
    [all...]
  /external/icu4c/i18n/
ucol_res.cpp 863 int32_t defcollLength = ULOC_KEYWORDS_CAPACITY;
868 ures_getUTF8String(&defres, defcoll, &defcollLength, TRUE, status);
871 const UChar* defString = ures_getString(&defres, &defcollLength, status);
873 if(defcollLength+1 > ULOC_KEYWORDS_CAPACITY) {
876 u_UCharsToChars(defString, defcoll, defcollLength+1);
    [all...]

Completed in 155 milliseconds