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

  /external/icu4c/i18n/
ucol_elm.cpp     [all...]
ucol_bld.cpp 703 tok->noOfCEs = 1;
706 tok->noOfCEs = CEi;
729 for(i = 0; i<tok->noOfCEs; i++) {
868 uint32_t noOfCEsToCopy = expt->noOfCEs;
906 el.noOfCEs = tok->noOfCEs + tok->noOfExpCEs;
908 for(i = 0; i<tok->noOfCEs; i++) {
912 el.CEs[i+tok->noOfCEs] = tok->expCEs[i];
    [all...]
ucol_elm.h 67 uint32_t noOfCEs; /* Number of collation elements */
ucol_tok.h 73 uint32_t noOfCEs;
ucol_tok.cpp     [all...]

Completed in 758 milliseconds