HomeSort by relevance Sort by last modified time
    Searched full:writeable (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/icu4c/samples/ustring/
ustring.cpp 406 static UChar writeable[]={ variable
435 one+=UnicodeString(writeable, LENGTHOF(writeable));
458 one.setTo(FALSE, writeable, LENGTHOF(writeable));
462 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two);
470 // * UnicodeString using writeable-alias to a non-const UChar array
471 UnicodeString four(writeable, LENGTHOF(writeable), LENGTHOF(writeable));
    [all...]