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

/external/icu/icu4c/source/i18n/
H A Dcollationrootelements.cpp90 int32_t index = findPrimary(p);
128 index = findPrimary(p) + 1;
158 index = findPrimary(p) + 1;
273 CollationRootElements::findPrimary(uint32_t p) const { function in class:CollationRootElements
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationRootElements.java221 int index = findPrimary(p);
259 index = findPrimary(p) + 1;
290 index = findPrimary(p) + 1;
308 int findPrimary(long p) { method in class:CollationRootElements
320 * Returns the primary weight after p where index=findPrimary(p).
344 * Returns the secondary weight after [p, s] where index=findPrimary(p)
378 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p)
423 * Returns the first secondary & tertiary weights for p where index=findPrimary(p)+1.
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationRootElements.java219 int index = findPrimary(p);
257 index = findPrimary(p) + 1;
288 index = findPrimary(p) + 1;
306 int findPrimary(long p) { method in class:CollationRootElements
318 * Returns the primary weight after p where index=findPrimary(p).
342 * Returns the secondary weight after [p, s] where index=findPrimary(p)
376 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p)
421 * Returns the first secondary & tertiary weights for p where index=findPrimary(p)+1.

Completed in 142 milliseconds