Lines Matching full:strings
37 // Currently (ICU 4.1.3+), gUStringTable only contains strings allocated in the section of
39 // And currently, that allocates a total of 22 strings. So USTRING_ALLOC_START is defined to
48 // We have switched CanonicalMap to use const UChar* strings for the key and for the id field of
49 // CanonicalMapEntry; that is because for the most part these now point into UChar strings in the
52 // no longer frees the id field. However, for the few strings that are obtained from the
54 // data file, we do need to allocate copies. In order to ensure that these strings are freed by
56 // a table that tracks the strings allocated for this purpose. The following three functions
57 // (along with the gUStringXxxxx statics) are used to allocate and free such strings.