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

  /external/icu/icu4c/source/common/
sprpimpl.h 40 USPREP_DELETE = 0x0003 ,
usprep.cpp 500 type = USPREP_DELETE;
580 }else if(type==USPREP_DELETE){
  /external/icu/icu4c/source/test/cintltst/
sprpdata.c 140 type = USPREP_DELETE;
167 if(type != retType && retType != USPREP_DELETE){
189 length = (retType == USPREP_DELETE)? 0 : 1;
221 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){
  /external/icu/icu4c/source/test/intltest/
testidn.cpp 254 type = USPREP_DELETE;
342 if(type != retType && retType != USPREP_DELETE){
364 length = (retType == USPREP_DELETE)? 0 : 1;
397 if(retType!=USPREP_DELETE && (codepoint-delta) != (uint16_t)mapping[0]){

Completed in 224 milliseconds