HomeSort by relevance Sort by last modified time
    Searched defs:contsSize (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/icu/source/i18n/
ucol_sit.cpp 889 int32_t contsSize = ucol_getContractions(coll, contractions, status);
894 for(i = 0; i < contsSize; i++) {
ucol_imp.h 152 * uint32_t contsSize; - size of continuation table (number of UChars in table)
    [all...]
  /external/icu4c/i18n/
ucol_sit.cpp 888 int32_t contsSize = ucol_getContractions(coll, contractions, status);
893 for(i = 0; i < contsSize; i++) {
ucol_imp.h 156 * uint32_t contsSize; - size of continuation table (number of UChars in table)
    [all...]

Completed in 29 milliseconds