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

  /external/icu/icu4c/source/test/intltest/
idnaref.cpp 132 uint32_t b1Stack[MAX_LABEL_BUFFER_SIZE];
134 uint32_t* b1 = b1Stack;
188 if(b1Stack != b1){
202 char b1Stack[MAX_LABEL_BUFFER_SIZE];
203 char* b1 = b1Stack;
231 if(b1Stack != b1){
257 UChar b1Stack[MAX_LABEL_BUFFER_SIZE], b2Stack[MAX_LABEL_BUFFER_SIZE];
259 UChar *b1 = b1Stack, *b2 = b2Stack;
398 if(b1 != b1Stack){
429 UChar b1Stack[MAX_LABEL_BUFFER_SIZE], b2Stack[MAX_LABEL_BUFFER_SIZE], b3Stack[MAX_LABEL_BUFFER_SIZE]
    [all...]
  /external/icu/icu4c/source/common/
uidna.cpp 203 UChar b1Stack[MAX_LABEL_BUFFER_SIZE], b2Stack[MAX_LABEL_BUFFER_SIZE];
205 UChar *b1 = b1Stack, *b2 = b2Stack;
256 if(b1 != b1Stack){
382 if(b1 != b1Stack){
407 UChar b1Stack[MAX_LABEL_BUFFER_SIZE], b2Stack[MAX_LABEL_BUFFER_SIZE], b3Stack[MAX_LABEL_BUFFER_SIZE];
410 UChar *b1 = b1Stack, *b2 = b2Stack, *b1Prime=NULL, *b3=b3Stack;
581 if(b1 != b1Stack && b1!=src){
869 UChar b1Stack[MAX_IDN_BUFFER_SIZE], b2Stack[MAX_IDN_BUFFER_SIZE];
870 UChar *b1 = b1Stack, *b2 = b2Stack;
909 if(b1 != b1Stack){
    [all...]
  /external/icu/icu4c/source/test/cintltst/
nfsprep.c 46 UChar b1Stack[NFS4_MAX_BUFFER_SIZE],
51 UChar *b1 = b1Stack, *b2 = b2Stack;
122 if(b1!=b1Stack){
spreptst.c 296 UChar b1Stack[MAX_BUFFER_SIZE];
301 UChar* b1 = b1Stack;

Completed in 2464 milliseconds