Home | History | Annotate | Download | only in unicode

Lines Matching refs:segment

182     // we have a segment, in NFD. Find all the strings that are canonically equivalent to it.
183 UnicodeString *getEquivalents(const UnicodeString &segment, int32_t &result_len, UErrorCode &status); //private String[] getEquivalents(String segment)
185 //Set getEquivalents2(String segment);
186 Hashtable *getEquivalents2(Hashtable *fillinResult, const UChar *segment, int32_t segLen, UErrorCode &status);
187 //Hashtable *getEquivalents2(const UnicodeString &segment, int32_t segLen, UErrorCode &status);
190 * See if the decomposition of cp2 is at segment starting at segmentPos
194 //Set extract(int comp, String segment, int segmentPos, StringBuffer buffer);
195 Hashtable *extract(Hashtable *fillinResult, UChar32 comp, const UChar *segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);
196 //Hashtable *extract(UChar32 comp, const UnicodeString &segment, int32_t segLen, int32_t segmentPos, UErrorCode &status);