Lines Matching refs:writeable
419 static UChar writeable[]={ variable
448 one+=UnicodeString(writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
471 one.setTo(false, writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
484 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
490 "after modification\n", i, writeable[i]); in demoUnicodeStringStorage()
498 "modification of string copy\n", i, writeable[i]); in demoUnicodeStringStorage()
501 one.setTo(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
511 one.charAt(1), writeable[1]); in demoUnicodeStringStorage()
515 if(one.length()<UPRV_LENGTHOF(writeable)) { in demoUnicodeStringStorage()
518 i=UPRV_LENGTHOF(writeable); in demoUnicodeStringStorage()
520 one.extract(0, i, writeable); in demoUnicodeStringStorage()
521 for(i=0; i<UPRV_LENGTHOF(writeable); ++i) { in demoUnicodeStringStorage()
523 i, writeable[i]); in demoUnicodeStringStorage()