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

  /external/chromium_org/third_party/icu/source/common/
usprep.cpp 494 type = USPREP_MAP;
517 usprep_map( const UStringPrepProfile* profile, function
554 }else if(type == USPREP_MAP){
700 b1Len = usprep_map(profile, src, srcLength, b1, b1Capacity, options, parseError, status);
713 b1Len = usprep_map(profile, src, srcLength, b1, b1Len, options, parseError, status);
  /external/icu/icu4c/source/common/
usprep.cpp 485 type = USPREP_MAP;
508 usprep_map( const UStringPrepProfile* profile, function
545 }else if(type == USPREP_MAP){
691 b1Len = usprep_map(profile, src, srcLength, b1, b1Capacity, options, parseError, status);
704 b1Len = usprep_map(profile, src, srcLength, b1, b1Len, options, parseError, status);

Completed in 757 milliseconds