Home
last modified time | relevance | path

Searched defs:id2Str (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/icu/source/i18n/
H A Duspoof.cpp452 UnicodeString id2Str((length2==-1), id2, length2); // Aliasing constructor in uspoof_areConfusable() local
471 …UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : static_cast<… in uspoof_areConfusableUTF8() local
547 UnicodeString id2Str((length2 == -1), id2, length2); // Aliasing constructor in uspoof_areBidiConfusable() local
564 UnicodeString id2Str = UnicodeString::fromUTF8( in uspoof_areBidiConfusableUTF8() local
/aosp_15_r20/external/icu/icu4c/source/i18n/
H A Duspoof.cpp379 UnicodeString id2Str((length2==-1), id2, length2); // Aliasing constructor in uspoof_areConfusable() local
398 …UnicodeString id2Str = UnicodeString::fromUTF8(StringPiece(id2, length2>=0? length2 : static_cast<… in uspoof_areConfusableUTF8() local
474 UnicodeString id2Str((length2 == -1), id2, length2); // Aliasing constructor in uspoof_areBidiConfusable() local
491 UnicodeString id2Str = UnicodeString::fromUTF8( in uspoof_areBidiConfusableUTF8() local