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

  /external/chromium_org/third_party/icu/source/common/
sprpimpl.h 72 _SPREP_THREE_UCHARS_MAPPING_INDEX_START = 5, /* The starting index of 3 UChars mapping index in the mapping data array */
usprep.cpp 564 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
566 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
  /external/icu4c/common/
sprpimpl.h 72 _SPREP_THREE_UCHARS_MAPPING_INDEX_START = 5, /* The starting index of 3 UChars mapping index in the mapping data array */
usprep.cpp 561 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
563 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
  /external/chromium_org/third_party/icu/source/test/cintltst/
sprpdata.c 176 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
178 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
  /external/icu4c/test/cintltst/
sprpdata.c 177 idx < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
179 }else if(idx >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
  /external/chromium_org/third_party/icu/source/test/intltest/
testidn.cpp 350 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
352 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
  /external/icu4c/test/intltest/
testidn.cpp 351 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
353 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&

Completed in 380 milliseconds