Searched refs:getRunsMemory (Results 1 – 11 of 11) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 1362 private void getRunsMemory(boolean mayAllocate, int len) in getRunsMemory() method in Bidi 1368 void getRunsMemory(int len) in getRunsMemory() method in Bidi 1370 getRunsMemory(mayAllocateRuns, len); in getRunsMemory() 1386 getRunsMemory(true, len); in getInitialRunsMemory() 3724 getRunsMemory(oldRunCount + addedRuns); in setParaRunsOnly()
|
D | BidiLine.java | 539 bidi.getRunsMemory(runCount); in getRuns()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Bidi.java | 1389 private void getRunsMemory(boolean mayAllocate, int len) in getRunsMemory() method in Bidi 1395 void getRunsMemory(int len) in getRunsMemory() method in Bidi 1397 getRunsMemory(mayAllocateRuns, len); in getRunsMemory() 1413 getRunsMemory(true, len); in getInitialRunsMemory() 3759 getRunsMemory(oldRunCount + addedRuns); in setParaRunsOnly()
|
D | BidiLine.java | 538 bidi.getRunsMemory(runCount); in getRuns()
|
/external/cronet/third_party/icu/source/common/ |
D | ubidiimp.h | 455 #define getRunsMemory(pBiDi, length) \ macro
|
D | ubidiln.cpp | 608 if(getRunsMemory(pBiDi, runCount)) { in ubidi_getRuns()
|
D | ubidi.cpp | 2466 if(getRunsMemory(pBiDi, runCount+addedRuns)) { in setParaRunsOnly()
|
/external/icu/icu4c/source/common/ |
D | ubidiimp.h | 455 #define getRunsMemory(pBiDi, length) \ macro
|
D | ubidiln.cpp | 608 if(getRunsMemory(pBiDi, runCount)) { in ubidi_getRuns()
|
D | ubidi.cpp | 2466 if(getRunsMemory(pBiDi, runCount+addedRuns)) { in setParaRunsOnly()
|
/external/icu/libicu/cts_headers/ |
D | ubidiimp.h | 455 #define getRunsMemory(pBiDi, length) \ macro
|