HomeSort by relevance Sort by last modified time
    Searched refs:findPrimary (Results 1 - 11 of 11) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationRootElements.java 219 int index = findPrimary(p);
257 index = findPrimary(p) + 1;
288 index = findPrimary(p) + 1;
306 int findPrimary(long p) {
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.
CollationBuilder.java 395 int pIndex = rootElements.findPrimary(p);
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationRootElements.java 217 int index = findPrimary(p);
255 index = findPrimary(p) + 1;
286 index = findPrimary(p) + 1;
304 int findPrimary(long p) {
316 * Returns the primary weight after p where index=findPrimary(p).
340 * Returns the secondary weight after [p, s] where index=findPrimary(p)
374 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p)
419 * Returns the first secondary & tertiary weights for p where index=findPrimary(p)+1.
CollationBuilder.java 391 int pIndex = rootElements.findPrimary(p);
    [all...]
  /external/icu/icu4c/source/i18n/
collationrootelements.cpp 88 int32_t index = findPrimary(p);
126 index = findPrimary(p) + 1;
156 index = findPrimary(p) + 1;
271 CollationRootElements::findPrimary(uint32_t p) const {
collationrootelements.h 182 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)
201 * Returns the tertiary weight after [p, s, t] where index=findPrimary(p)
214 * Returns the first secondary & tertiary weights for p where index=findPrimary(p)+1.
collationbuilder.cpp 602 int32_t pIndex = rootElements.findPrimary(p);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SimpleElement.java 165 static SimpleElement findPrimary(SimpleElement[] elements, SelectionItem primary) {
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 253 milliseconds