Home
last modified time | relevance | path

Searched refs:getRunsMemory (Results 1 – 11 of 11) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java1362 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()
DBidiLine.java539 bidi.getRunsMemory(runCount); in getRuns()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DBidi.java1389 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()
DBidiLine.java538 bidi.getRunsMemory(runCount); in getRuns()
/external/cronet/third_party/icu/source/common/
Dubidiimp.h455 #define getRunsMemory(pBiDi, length) \ macro
Dubidiln.cpp608 if(getRunsMemory(pBiDi, runCount)) { in ubidi_getRuns()
Dubidi.cpp2466 if(getRunsMemory(pBiDi, runCount+addedRuns)) { in setParaRunsOnly()
/external/icu/icu4c/source/common/
Dubidiimp.h455 #define getRunsMemory(pBiDi, length) \ macro
Dubidiln.cpp608 if(getRunsMemory(pBiDi, runCount)) { in ubidi_getRuns()
Dubidi.cpp2466 if(getRunsMemory(pBiDi, runCount+addedRuns)) { in setParaRunsOnly()
/external/icu/libicu/cts_headers/
Dubidiimp.h455 #define getRunsMemory(pBiDi, length) \ macro