Searched refs:findPrimary (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dcollationrootelements.cpp88 int32_t index = findPrimary(p);
126 index = findPrimary(p) + 1;
156 index = findPrimary(p) + 1;
246 CollationRootElements::findPrimary(uint32_t p) const { function in class:CollationRootElements
H A Dcollationrootelements.h182 int32_t findPrimary(uint32_t p) const;
185 * Returns the primary weight after p where index=findPrimary(p).
190 * Returns the secondary weight after [p, s] where index=findPrimary(p)
195 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p)
H A Dcollationbuilder.cpp613 int32_t pIndex = rootElements.findPrimary(p);
1387 int32_t pIndex = p == 0 ? 0 : rootElements.findPrimary(p);

Completed in 115 milliseconds