Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DCompactByteArray.java379 byte[] tempArray; in expand()
381 tempArray = new byte[UNICODECOUNT]; in expand()
384 tempArray[i] = value; in expand()
391 values = tempArray; in expand()
DCompactCharArray.java404 char[] tempArray; in expand() local
406 tempArray = new char[UNICODECOUNT]; in expand()
408 tempArray[i] = elementAt((char)i); in expand()
414 values = tempArray; in expand()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCompactByteArray.java377 byte[] tempArray; in expand()
379 tempArray = new byte[UNICODECOUNT]; in expand()
382 tempArray[i] = value; in expand()
389 values = tempArray; in expand()
DCompactCharArray.java402 char[] tempArray; in expand() local
404 tempArray = new char[UNICODECOUNT]; in expand()
406 tempArray[i] = elementAt((char)i); in expand()
412 values = tempArray; in expand()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcsdetect.cpp87 CSRecognizerInfo *tempArray[] = { in initRecognizers() local
123 int32_t rCount = UPRV_LENGTHOF(tempArray); in initRecognizers()
133 fCSRecognizers[r] = tempArray[r]; in initRecognizers()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcsdetect.cpp87 CSRecognizerInfo *tempArray[] = { in initRecognizers() local
123 int32_t rCount = UPRV_LENGTHOF(tempArray); in initRecognizers()
133 fCSRecognizers[r] = tempArray[r]; in initRecognizers()
/third_party/icu/icu4c/source/i18n/
Dcsdetect.cpp87 CSRecognizerInfo *tempArray[] = { in initRecognizers() local
123 int32_t rCount = UPRV_LENGTHOF(tempArray); in initRecognizers()
133 fCSRecognizers[r] = tempArray[r]; in initRecognizers()
/third_party/node/deps/icu-small/source/i18n/
Dcsdetect.cpp87 CSRecognizerInfo *tempArray[] = { in initRecognizers() local
123 int32_t rCount = UPRV_LENGTHOF(tempArray); in initRecognizers()
133 fCSRecognizers[r] = tempArray[r]; in initRecognizers()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoomsl_yacc.y1033 static int *tempArray = 0; variable
1037 if (tempArray == 0) { in allocateTemp()
1039 tempArray = (int*)malloc(tempArraySize * sizeof(int)); in allocateTemp()
1044 if (tempArray[j] == i) break; in allocateTemp()
1049 tempArray = (int*)realloc(tempArray,tempArraySize * sizeof(int)); in allocateTemp()
1051 tempArray[nbTemp++] = i; in allocateTemp()
1063 if (tempArray[j] == n) { in releaseTemp()
1064 tempArray[j] = tempArray[--nbTemp]; in releaseTemp()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp1132 uint8_t tempArray[512]; in TEST_P() local
1135 glGetProgramBinaryOES(program, static_cast<GLsizei>(ArraySize(tempArray)), &tempLength, in TEST_P()
1136 &tempFormat, tempArray); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLCompatibilityTest.cpp1181 uint8_t tempArray[512]; in TEST_P() local
1184 glGetProgramBinaryOES(program, static_cast<GLsizei>(ArraySize(tempArray)), &tempLength, in TEST_P()
1185 &tempFormat, tempArray); in TEST_P()