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

  /external/icu/icu4c/source/common/
sprpimpl.h 74 _SPREP_THREE_UCHARS_MAPPING_INDEX_START = 5, /* The starting index of 3 UChars mapping index in the mapping data array */
usprep.cpp 557 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
559 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 179 idx < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
181 }else if(idx >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 354 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
356 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&

Completed in 675 milliseconds