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

  /external/icu4c/common/
propsvec.h 105 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
propsvec.c 288 upvec_getRow(const UPropsVectors *pv, int32_t rowIndex,
  /external/icu4c/tools/gencase/
store.c 758 while((row=upvec_getRow(pv, i, &start, &end))!=NULL && start<UPVEC_FIRST_SPECIAL_CP) {
769 while((row=upvec_getRow(pv, i, NULL, &end))!=NULL && start>end) {
    [all...]
  /external/icu4c/tools/genbidi/
store.c 314 for(i=0; (row=upvec_getRow(pv, i, &start, &end))!=NULL && start<UPVEC_FIRST_SPECIAL_CP; ++i) {
  /external/icu4c/common/unicode/
urename.h     [all...]

Completed in 256 milliseconds