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

  /external/chromium_org/third_party/icu/source/common/
sprpimpl.h 71 _SPREP_TWO_UCHARS_MAPPING_INDEX_START = 4, /* The starting index of 2 UChars mapping index in the mapping data array */
usprep.cpp 561 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
563 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
  /external/icu4c/common/
sprpimpl.h 71 _SPREP_TWO_UCHARS_MAPPING_INDEX_START = 4, /* The starting index of 2 UChars mapping index in the mapping data array */
usprep.cpp 558 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
560 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
  /external/chromium_org/third_party/icu/source/test/cintltst/
sprpdata.c 173 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
175 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
  /external/icu4c/test/cintltst/
sprpdata.c 174 idx < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
176 }else if(idx >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
  /external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 347 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
349 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
  /external/icu4c/test/intltest/
testidn.cpp 348 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
350 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&

Completed in 578 milliseconds