OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLabelSeparator
(Results
1 - 4
of
4
) sorted by null
/external/icu4c/test/intltest/
nptrans.h
121
UBool
isLabelSeparator
(UChar32 ch, UErrorCode& status);
nptrans.cpp
279
UBool NamePrepTransform::
isLabelSeparator
(UChar32 ch, UErrorCode& status){
idnaref.cpp
652
if(prep->
isLabelSeparator
(src[i],*status)){
661
if(prep->
isLabelSeparator
(src[i],*status)){
/external/icu4c/common/
uidna.cpp
129
static inline UBool
isLabelSeparator
(UChar ch){
155
if(
isLabelSeparator
(src[i])){
164
if(
isLabelSeparator
(src[i])){
Completed in 2475 milliseconds