OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/icu4c/common/
usprep.cpp
491
type =
USPREP_MAP
;
514
usprep_map
( const UStringPrepProfile* profile,
function
551
}else if(type ==
USPREP_MAP
){
697
b1Len =
usprep_map
(profile, src, srcLength, b1, b1Capacity, options, parseError, status);
710
b1Len =
usprep_map
(profile, src, srcLength, b1, b1Len, options, parseError, status);
Completed in 58 milliseconds