Searched refs:tempArray (Results 1 – 11 of 11) sorted by relevance
379 byte[] tempArray; in expand()381 tempArray = new byte[UNICODECOUNT]; in expand()384 tempArray[i] = value; in expand()391 values = tempArray; in expand()
404 char[] tempArray; in expand() local406 tempArray = new char[UNICODECOUNT]; in expand()408 tempArray[i] = elementAt((char)i); in expand()414 values = tempArray; in expand()
377 byte[] tempArray; in expand()379 tempArray = new byte[UNICODECOUNT]; in expand()382 tempArray[i] = value; in expand()389 values = tempArray; in expand()
402 char[] tempArray; in expand() local404 tempArray = new char[UNICODECOUNT]; in expand()406 tempArray[i] = elementAt((char)i); in expand()412 values = tempArray; in expand()
87 CSRecognizerInfo *tempArray[] = { in initRecognizers() local123 int32_t rCount = UPRV_LENGTHOF(tempArray); in initRecognizers()133 fCSRecognizers[r] = tempArray[r]; in initRecognizers()
1033 static int *tempArray = 0; variable1037 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()
1132 uint8_t tempArray[512]; in TEST_P() local1135 glGetProgramBinaryOES(program, static_cast<GLsizei>(ArraySize(tempArray)), &tempLength, in TEST_P()1136 &tempFormat, tempArray); in TEST_P()
1181 uint8_t tempArray[512]; in TEST_P() local1184 glGetProgramBinaryOES(program, static_cast<GLsizei>(ArraySize(tempArray)), &tempLength, in TEST_P()1185 &tempFormat, tempArray); in TEST_P()